How to remove Items from Member Menu

How do I remove an item from the member menu at the bottom of the page : In the member menu--->profile then ------> forums. How do I remove the Forums link ??

 

Cheari   

Quote · 30 Apr 2010

Follow this thread.  The last suggestion worked great for me.

http://www.boonex.com/unity/forums/#topic/Buttom-bar-profile-menu.htm

Quote · 1 May 2010

This did not work any other ideas ....??

Quote · 1 May 2010

can you tell us what happened, why it didn't work?

screenshots would be cool :)

Quote · 1 May 2010

I'm in the same boat.  I either want to remove the forums link or change it (I have a phpbb3 bridge installed)

I've followed the link posted by anne to no avail here is a SS

And here is what the profile link looks like:

The red X is placed by me to show I want to remove or change the link. Who knows where this stuff is handled?

Quote · 23 Jun 2010

To remove that item all you have to do is disable it.

Open phpMyAdmin and in your dolphin database go to the sys_menu_member

Look in the name field for bx_forum

Edit that entry and change the active field from 1 to 0.



You may need to clear your cache after you make this change.

https://www.deanbassett.com
Quote · 23 Jun 2010

i have tried this and it did not work for me any other ideas or ways to get rid of some items on members menu

Quote · 18 Aug 2011

1) Follow deano92964's instructions and deactivate the item you want to get rid of

2) Edit /inc/classes/BxDolMemberMenu.php and find the line

 

$sQuery  = "SELECT `Eval` FROM `sys_menu_member` WHERE `Parent` = {$iMenuId} AND `Type` = 'linked_item'";

 

add this red parameter at the end of the SQL Statement:

 

$sQuery  = "SELECT `Eval` FROM `sys_menu_member` WHERE `Parent` = {$iMenuId} AND `Type` = 'linked_item' AND `Active` = '1'";

 

Clear all caches in use. The items should be gone.

Check my GeoDistance, Watermark, TorBlock and Android Push Notifications mods | http://goo.gl/H3Vp81
Quote · 16 Jun 2012
 
 
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.