• 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: Remove tabs on front end

Remove tabs on front end 12 years 1 month ago #22024

  • perini-ps
  • perini-ps's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 18
  • Thank you received: 1
Hi all,

Is it possible to remove the Meta Info and Frontend tabs in a public "Add events" page?

Cheers,
Paul
The administrator has disabled public write access.

Remove tabs on front end 11 years 5 months ago #25430

We have the same question.

How can we change the frontend tabs.?
The administrator has disabled public write access.

Remove tabs on front end 11 years 5 months ago #25448

  • adrianp
  • adrianp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 631
  • Thank you received: 146
Hello,

There are no built-in functionalities within RSEvents!Pro that will allow you to remove certain tabs when adding an event in the frontend area.

However, you can perform template overrides to achieve this. This procedure is explained here:

www.rsjoomla.com/support/documentation/v...s-look-and-feel.html

The file you need to perform template overrides is located under this path:

components\com_rseventspro\views\rseventspro\tmpl\edit.php

The source code of the file has been commented for an easier understanding(you will find each tab to have its according comments).
This is not official customer support. To receive your support, submit a support ticket here.
The administrator has disabled public write access.

Remove tabs on front end 9 years 3 weeks ago #34661

  • info37011
  • info37011's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 1
I found that you also need to remove code from components/com_rseventspro/views/rseventspro/tmpl/edit_navigation.php

To remove the meta tab, I deleted the following code:
<li><a href="javascript:void(0);" data-target="#rsepro-edit-tab11" data-toggle="tab"><?php echo JText::_('COM_RSEVENTSPRO_EVENT_TAB_META'); ?> <span class="fa fa-list"></span></a></li>

Hope that helps someone ;)
Last Edit: 9 years 3 weeks ago by info37011.
The administrator has disabled public write access.
The following user(s) said Thank You: webphil3
  • 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!