• 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: How can I hide RSS icon on the RSEvents?

How can I hide RSS icon on the RSEvents? 14 years 1 month ago #9899

  • stavroc
  • stavroc's Avatar
  • OFFLINE
  • Fresh Boarder
  • Go Out
  • Posts: 15
How can I hide RSS icon on the RSEvents?
The administrator has disabled public write access.

Re:How can I hide RSS icon on the RSEvents? 14 years 1 month ago #9904

  • andreic
  • andreic's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 722
  • Thank you received: 59
Hello,

To remove the RSS link you will have to go to components/com_rsevents/views/events/tmpl and edit the default.php file by replacing this line:
<a href="<?php echo html_entity_decode(JRoute::_('index.php?option=com_rsevents&view=events&format=feed&type=rss')); ?>"><img src="<?php echo JURI::root().'images/M_images/livemarks.png' ?>" /></a>

with
<a href="<?php echo html_entity_decode(JRoute::_('index.php?option=com_rsevents&view=events&format=feed&type=rss')); ?>" style="display: none;"><img src="<?php echo JURI::root().'images/M_images/livemarks.png' ?>" /></a>
If you are using a different view(list category view, list events) you will have to make this change in the listcategoryevents.php, listdaysevent.php files as well.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
Last Edit: 14 years 1 month ago by andreic.
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!