JrCore_list in email template
Jamroom Developers
After the trials i did, i realise that the problem was caused by event_date.
In the call i did without using event_date the results came back:
{jrCore_list module="jrGenEvent" search="event_type = birth" privacy_check=false template=$s_tpl}
But if i use event_date, the results came back empty:
{jrCore_list module="jrGenEvent" search="event_date like %0726" privacy_check=false template=$s_tpl}
Do you think that there is a problem about the syntax of this part: search="event_date like %0726"
As you know, dates are written like 20100726. The reason i use the parameter like "event_date like %0726" is i want to call the events without looking at he year according to day and month.
I want to remind you that this code works under normal conditions. But it doesn't work with automatic daily_maintenance.
Can you please advise if
search="event_date like %0726"
is right or wrong?
If it's right why daily_maintenance can't make this work?