• 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: Add Description To Event List

Add Description To Event List 13 years 1 month ago #18046

Hi :)
Does anyone know how to add the
event description in the event list as a summary about the event?

Many Thanks for your help

Many Thanks and Best Regards
Charles
Last Edit: 13 years 1 month ago by Charles_wilmott.
The administrator has disabled public write access.

Answer! 13 years 1 month ago #18103

<?php $pattern = '#<hr\s+id=("|\')system-readmore("|\')\s*\/*>#i';
$myDesc = preg_split($pattern, $event->description, 2);
echo $myDesc[0]; ?>
The administrator has disabled public write access.

Re: Answer! 13 years 1 month ago #18279

  • tobypsl
  • tobypsl's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 62
  • Thank you received: 1
Does anyone know how to add a category description to an eventlist that lists a specific single category?
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!