• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Events Table Layout

Events Table Layout 15 years 2 months ago #9702

  • tobypsl
  • tobypsl's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 62
  • Thank you received: 1
I display a menu item that takes visitors to a list of categories with descriptions. From there they can click on one of the descriptions to see a list of events.

The events are listed as a table with the folowing values:

Date
Event Title
Event Location
Event Categories

Many of my events have multiple categories but I'd rather they didn't appear in the table as they dominate the available space.

Which file do I go to to remove the categories from being shown in this display ?
The administrator has disabled public write access.

Re:Events Table Layout 15 years 2 months ago #9723

  • bogdanc
  • bogdanc's Avatar
  • OFFLINE
  • Moderator
  • Posts: 669
  • Thank you received: 11
Hello,

You can try going to RSEvents! > Settings > Events and there edit the "Event Intro Layout" code, simply remove the table cell tag that contains the {CategoryName} placeholder.

Now you please try going to components > com_rsevents > views > events > tmpl and edit the file listcategoryevents.php . There, around line 30 you will find the following code lines:
<th>
		<?php echo JText::_('RSE_CATEGORY_NAME'); ?>
</th>

Please try deleting them.

Now the category name table header and the categories will no longer appear.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!