Is it possible not show fabrik list module when prefilter return "No records"?

Status
Not open for further replies.

Raindog

New Member
Is it possible not show (or hide) fabrik list module in front end when prefilter returns "No records" for list?
 
I think to do this you would need to use some module chrome.

In your template you can add a module style and then add that as a function in modules.php (read more: http://docs.joomla.org/Module_chrome)

From there you would need to do a print_r on the $module->content object, see what the value is when the list is empty, and write an if statement to check for that value. That will allow you to 'hide' the module.
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top