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.
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. |
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.... |
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 |
To FFP Mult: Yes, the button shows to all members. To modzzz: Many thanks, I'll try that.
|