• 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: Event Details >Frontend - sharing and event option

Event Details >Frontend - sharing and event option 12 years 8 months ago #18627

In Event Details >Frontend - the sharing and event options default to show or enable all. Could anyone tell me how to change this? My client does not want social networking, inviting, etc and to uncheck all the boxes for each event is cumbersome.
The administrator has disabled public write access.

Re: Event Details >Frontend - sharing and event option 12 years 8 months ago #18673

  • pmcauchi
  • pmcauchi's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 1
I have the same issue - all of these types of parameters should be set in the settings section not the actual event. A override should be in the actual event only !

All Event Options and Sharing Options should be set in the 'Settings'. Overrides only in the actual event. It would be nice to be able to set up custom profiles as my clients differ in their requirements.
The administrator has disabled public write access.

Re: Event Details >Frontend - sharing and event option 12 years 7 months ago #18726

  • nikkib
  • nikkib's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
I'm with you. Didn't find anything in the documentation. Anyone have an answer? Other than RSJoomla folks who obviously don't monitor their own forum?
The administrator has disabled public write access.

Event Details >Frontend - sharing and event option 11 years 10 months ago #23612

  • pnutster
  • pnutster's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
I was checking that too.

The file you want to change is: /components/com_rseventspro/helpers/events.php

Around line 189 you will find:

Code display:
function getDefaultOptions()
	{
		return array('enable_rating' => 0,
		'enable_fb_like' => 1,
		'enable_twitter' => 1,
		'enable_gplus' => 1,
		'start_date' => 1,
		'end_date' => 1,
		'show_description' =>1,
		'show_location' => 1,
		'show_categories' => 1,
		'show_tags' => 1,
		'show_files' => 1,
		'show_contact' => 1,
		'show_map' => 1,
		'show_export' => 1,
		'show_invite' => 1,
		'show_postedby' => 0,
		'show_repeats' => 1);
	}

Change to 0 for default off.
The administrator has disabled public write access.

Event Details >Frontend - sharing and event option 11 years 3 months ago #26131

Running the latest version of RS Events Pro for J 2.5 and need to do this for a client and the above way to do it is no longer valid. I checked that file and there is no code anything like that to update.

Suggestions on how to do this now?
The administrator has disabled public write access.

Event Details >Frontend - sharing and event option 11 years 3 months ago #26136

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

You can now choose for your desired events which information to be displayed in the frontend area. The following article(under the "Frontend" section) explains which sharing and event options can be enabled/disabled:

www.rsjoomla.com/support/documentation/v...2-addedit-event.html

You can also configure these options to be checked or not by default for your desired user groups when adding events:

www.rsjoomla.com/support/documentation/v...icle/688-groups.html

Please note that if you are to allow your users to submit events, there is no built-in functionality which can permanently hide these features/information, as these can be re-enabled for that event by the user who submitted the event. Achieving this can be done through template overrides, in which you can choose from:

- performing template overrides for the "event details page" and "general event listing page" by removing/commenting the options which you do not want to show.

- or, a more simpler way, performing template overrides for the "add/edit event" file and hiding the "Frontend" tab from the event creation layout. This way, your configured groups "frontend options"(I've explained above) are no longer editable.

If you are to take the second approach, open the duplicate used for template overrides and remove or comment this part:
<li id="rs_li_11"><a href="javascript:void(0)" class="rs_title_1" id="rs_menu_item_11"><span id="rs_icon_11"><?php echo JText::_('COM_RSEVENTSPRO_EVENT_TAB_FRONTEND'); ?></span></a></li>

Template overrides for RSEvents!Pro are explained here:

www.rsjoomla.com/support/documentation/v...s-look-and-feel.html
This is not official customer support. To receive your support, submit a support ticket here.
The administrator has disabled public write access.

Event Details >Frontend - sharing and event option 11 years 3 months ago #26180

I had found the code to edit to remove all the default options but this documentation helps out tremendously!

Thank you very much.
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!