Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

Anybody help me? 5 years 4 days ago #25319

I wish to hide the events' table if there is no event and show only the category description.

So in my template override I want to create code such as
if(!empty(XXX)) // show table
else // show somethin else

So I need the name of that variable replacing XXX.
Thanks!

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

Anybody help me? 5 years 3 days ago #25322

By default, if there are no events, the table is shown with one entry <Currently no events>.
But as I understood you want to hide the complete table?
Go to Joomlaroot\components\com_jem\common\views\tmpl\default_events_table.php at line 101 there you find the variable ($this->noevents == 1). Change that to the opposite (I think == 0 should be good) and then put this line before the form of the eventtable (line 77) in the file Joomlaroot\components\com_jem\views\category\tmpl\default.php and the belonging "endif" after the form.

PS: Next time it would be good if you call the thread like your question: "Hiding event table if empty". It helps other users that want to do the same.

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

Last edit: by Egnarts.
  • Page:
  • 1
Time to create page: 0.380 seconds

Donate

If you find JEM useful and if you use it on your site, please consider a donation to the project.

Private Messages

You are not logged in.

Follow us......