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
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 |
Follow this thread. The last suggestion worked great for me. http://www.boonex.com/unity/forums/#topic/Buttom-bar-profile-menu.htm |
This did not work any other ideas ....?? |
can you tell us what happened, why it didn't work? screenshots would be cool :) |
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? |
To remove that item all you have to do is disable it. https://www.deanbassett.com |
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 |
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 |