Problems with “CATEGORY”
-
Greetings.
I’m having several problems with the latest update. In my code I have this:
” $evnts = EM_Events::get(array(
‘scope’ => $prx_l,
‘category’ => ‘-101’,
‘recurrences’ => 1,
‘limit’ => 0
)); “. A very strange thing happens: in ‘category’, if I put a non-existent category, it shows events taking into account the rest of the filters, but if I put any category that exists in slug or id mode, with or without “-“, it doesn’t show any events. This other line also fails: ” $m_style = $evnt->output(‘#_CATEGORYNAME’);”, it doesn’t return the value. I’ve searched the plugin documentation and it seems I’m using it correctly, although I’ve tried all kinds of things. I would appreciate it if you could give me a solution; if not, I hope you can fix it for future updates. For now, I’ll have to go back to version 6.x, since I’m also finding bugs in [form-event]. Thank you for your attention.The page I need help with: [log in to see the link]
The topic ‘Problems with “CATEGORY”’ is closed to new replies.