• 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: Removing Guest Menu

Removing Guest Menu 14 years 8 months ago #11199

Hi,

Im basicllay trying to create and events app for the iphone that connects to rsevents however i need a little help on the website side.

My friend is running rs events on his site and i have had a play with it and cant seem to get rid of the "Guest Menu" unfortuantly this messes up the layout on the iphone app and mobile devices.

I can do this and get it working then i will be buying a few of rs components including RSEvents as this is a great component.

Any help would be appreciated.

Thanks Mark
The administrator has disabled public write access.

Re:Removing Guest Menu 14 years 8 months ago #11217

Hey Mark,

There are two methods I can think of to remove the guest menu

Method 1 - Edit default design file
Step 1 - Open default.html in /components/com_rsevents/designs/default/ folder.
Step 2 - Remove {EventGuestMenu} in the default.html file and save
This method is quick, but requires you to reapply the hack every time you upgrade)

Method 2 - Create new modified design
Step 1 - Copy the default folder in /components/com_rsevents/designs/ and name your new folder "Design1" (of course, without the quotes)
Step 2 - Open default.html in your newly created /components/com_rsevents/designs/Design1/ folder.
Step 3 - Remove {EventGuestMenu} in the default.html file and save the file
Step 4 - Change the design of every event from default to Design1 via the RSEvents admin panel (on Joomla backend).
This method has a few more steps, but doesn't jeopardize any core files.

Let me know if that helps! Thanks!

--Alex
The administrator has disabled public write access.

Re:Removing Guest Menu 14 years 8 months ago #11244

Hi Alex,

Thanks for that it worked however there is now a big empty space down the right any ideas which file i need to edit to stretch the event to the full page width.

Thanks Mark
The administrator has disabled public write access.

Re:Removing Guest Menu 14 years 8 months ago #11276

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

You can go to your Joomla! installation folder > components > com_rsevents > helpers\ and open the rsevents.php file. Now you can go to line 285 and edit it from this:
$layout = str_replace('{EventGuestMenu}',$guest_module,$layout);

to this:
$layout = str_replace('{EventGuestMenu}','',$layout);

Now the Guest Menu should be disabled.
Last Edit: 14 years 8 months ago by bogdanc.
The administrator has disabled public write access.

Re:Removing Guest Menu 14 years 7 months ago #11525

  • mattias
  • mattias's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
I tried to create a new folder and modified the file default.html. Uploaded to the server and choosed the new design in the Event.
But the default file (in the Defaultfolder is used anyway.

// Mattias
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!