In settings of a user on the bottom bar....next to logout...there is- Member menu settings
that takes you to-
In settings of a user on the bottom bar....next to logout...there is- Member menu settings that takes you to- Member menu position
here users can change the position from top-bottom or static....
how can i disable users to have this function as it changes the settings globally for everyone :-(
|
I will look into this. I will also confirm this actually does change the setting globally. Becuse if it does, then i would consider that a bug that needs to be reported. https://www.deanbassett.com |
Yeah check it out, when i login as myself, i can change it, then when loggin again as admin it keeps settings :-) |
Is there anyway to make the default "Top" member menu? |
Is there anyway to make the default "Top" member menu? You can set the member menu to display at the top of the page globally by changing the position setting under administration > settings > advanced settings > variables > member menu position. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Wow that was the quickest response I have ever gotten on any message board. Thanks Magnussoft |
Thank you for bringing this to my attention! I MUST remove the Member Menu Settings option. With my template, the Navigation Menu is at the top of the page. When you set the Member Menu to be at the top, it covers the Navigation Menu. And if you then hover over it the NM dropdowns still appear, It's a big mess. Tested IE and FF. BTW, I am not having the global setting problem. Each member can set this separately, but I don't want them to be able to do it at all! Thanks for any code help on this. Someday, Someway. |
Hello remove it from member menu builder! PS: If possible do not write me personally, please try to ask on the forum first |
Hello remove it from member menu builder! How do you keep the "Settings" block, but remove the child link "Member Menu Settings" I do not want my users to be able to move it. Iwant it to remain on the bottom all the time and thank you. |
Hello remove it from member menu builder! How do you keep the "Settings" block, but remove the child link "Member Menu Settings" I do not want my users to be able to move it. Iwant it to remain on the bottom all the time and thank you. I found this in the database. And made the change there to remove the "Member Menu Settings" from "Settings" in the member menu. Table: sys_menu_member $iCurrentMemberId = '{ID}'; $aLinks = array ( 'account' => array( 'privacy' => array ( 'menu' => array( $sIcon = null; 'item_link' => ( $aLinks[$sKey]['url'] ) ? $aLinks[$sKey]['url'] : 'javascript:void(0)', $sOutputCode .= $GLOBALS['oSysTemplate'] -> parseHtmlByName( 'member_menu_sub_item.html', $aTemplateKeys ); return $sOutputCode
I removed this from the code from the popup menu box and it worked fine: 'menu' => array( Now my users can not move the member menu.... :-) |
@ htech - Worked Great! Thanks for figuring this out. Curious as to what file that block in the database was accessing. Someday, Someway. |