osolemiobaby
Forum Replies Created
-
Forum: Plugins
In reply to: [Event List] Reverse order for past events only?Allright, thank you! I’m looking forward to it!
LennartForum: Plugins
In reply to: [Event List] Reverse order for past events only?Hey, I got the same question:
upcoming events should be orderd ASC, past events DESCIs there a possibility to do this?
Thanks for the plugin and for taking the time to reply!
Forum: Plugins
In reply to: [Event List] How to use the year-filter without "all", but with "past"?Okay, I found a solution:
if(!isset($options['show_upcoming']) || 'true' == $options['show_upcoming']) { // default is true $elements[] = $this->upcoming_element(); } if(isset($options['show_past']) && 'true' == $options['show_past']) { // default is false $elements[] = $this->past_element();In line 106, there’s missing a “!” before the “isset” and instead of “||” there’s “&&” – I’m not a coder, so I don’t know, what any of these signs mean, but I changed it and now it works.
I hope, this is helping someone!
Forum: Plugins
In reply to: [Event List] How to use the year-filter without "all", but with "past"?Same problem on this page, where I embeded the event list:
http://www.tontraegerberlin.de/lennart/wordpress/?page_id=10
Forum: Plugins
In reply to: [Event List] How to use the year-filter without "all", but with "past"?Hey, thanks for the answer – yes, the problem is still there. I reactivated the filterbar now (took it away for a while now, since it didn’t do what I wanted it to do).
Could I possibly have wrecked the code by entering my translations?
Lennart