help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

Feature requests for JEM 2.0 - initial public release

add option to hide/show only "open dates" in the view

Re: add option to hide "open dates" in the view

10 years 6 months ago
#14324
would be interesting to find a solution to show only opendates.

and that would be a new feature :)

but you could use the == operator or something like that, so that one ain't that difficult.

Please Log in or Create an account to join the conversation.

Re: add option to hide "open dates" in the view

10 years 6 months ago
#14325
I would suggest
Code:
$query->where('NOT (a.dates > '.$nullDate.')');
which should also match on empty/null field. (also I'm not sure if sql requires "==" or only a single "=")

And if all works fine: Happy welcome in our developer team Jojo! B)

Please Log in or Create an account to join the conversation.

Re: add option to hide "open dates" in the view

10 years 6 months ago
#14326
ay yeah that looks better

Please Log in or Create an account to join the conversation.

Time to create page: 0.535 seconds