Account created on 22 March 2016, over 8 years ago
#

Recent comments

πŸ‡΅πŸ‡°Pakistan imhamad

However i believe per year should be added in the default options

πŸ‡΅πŸ‡°Pakistan imhamad

Thanks, #2 worked for me, I set it once per year

$interval_options = array(
  '-1' => t('ever'),
  '60' => t('every minute'),
  '300' => t('every 5 minutes'),
  '3600' => t('every hour'),
  '86400' => t('every day'),
  '604800' => t('every week'),
  '31536000' => t('every year'), // Added this line for "Every Year"
);
πŸ‡΅πŸ‡°Pakistan imhamad

Thanks @anrikun, it worked

πŸ‡΅πŸ‡°Pakistan imhamad

Greetings,

Thanks for the #10, it does resolve the issue, but afterwards I'm facing issues of dis-functional search results

πŸ‡΅πŸ‡°Pakistan imhamad

@proweb.ua string_long to add format 'basic_html' worked for you ?

Production build 0.69.0 2024