• 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: Modify Events list data

Modify Events list data 15 years 2 months ago #9675

im trying the rsevents
and i want to know
how to modify the info displayed at the events list
at mod_rsevents_category/tmpl/default.php
the information that display by default is the description
at: foreach($list as $item)
{
	echo '<li><a href="'.$item->eventlink.'">'.$item->eventname.'</a>'.$item->description.'</li>';
}

is there any way that instead of description, show the {EventSubtitle}?
thanks in advance
The administrator has disabled public write access.

Re:Modify Events list data 15 years 2 months ago #9684

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

You can modify the way the information is displayed in the event list by going to RSEvents! > Settings > Events and edit the Event Intro Layout code that is displayed there.
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!