How to remove My Events button?

Hello,

In my site, only admin can post events, so I'm trying to remove 'My Events' button (image attached) for all members. How can I do this? I looked on Page Builder and Events module settings but nothing.

Thanks for your help. 

My events-button.jpg · 4.9K · 149 views
Quote · 9 Sep 2014

 first question, does that button show when you are logged in with a non-admin account?

Hello,

In my site, only admin can post events, so I'm trying to remove 'My Events' button (image attached) for all members. How can I do this? I looked on Page Builder and Events module settings but nothing.

Thanks for your help. 

 

yes, I searched before asking....
Quote · 10 Sep 2014

You will have to remove it from the sys_objects_actions database table. Run the query below in your phpmyadmin then login to your site as Administrator and clear cache.

DELETE FROM `sys_objects_actions` WHERE `Type` = 'bx_events_title' AND `Url`='{BaseUri}browse/my';

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 10 Sep 2014

To FFP Mult: Yes, the button shows to all members.

To modzzz: Many thanks, I'll try that.

 

 

Quote · 10 Sep 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.