How do I change items in footer bar of a member?

Hi people,

Can someone please tell me to how to modify the footer bar of a member? For instance, I would like to remove the privacy settings in the settings tab but I don't know where to start.

 

Thanks in advance.

Quote · 8 Apr 2011

Did you find a solution to this?

Free the Dolphin...
Quote · 8 May 2011

That can only be done with a edit to a entry in the database.

You can use phpMyAdmin.

Step 1) Find table sys_menu_member

Step 2) Find the entriy in the table with the Name of
Settings

Step 3) Copy the contents of the field PopupMenu to a text editor

Step 4) Remove the following from the PopupMenu code.

'privacy' => array (
'caption' =>  _t( '_Privacy settings' ),
'url'     => 'member_privacy.php',
'onclick' => null,
),

Step 5) Paste the modified code back into the PopupMenu field.

Step 6) Save the changes.

Step 7) Clear the dolphin cache. May require a clear using ftp or cpanal if clearing from admin does not work. The removal of the privacy section will not take affect until the member menu cache gets rebuilt.




https://www.deanbassett.com
Quote · 8 May 2011

Dear Deano92964

How are you I hope you are fine , I am stuck on issue that footer bar , has only one button is working , """ LOG OUT """ Rest of other buttons are not working I don't know why please help me in this case why I am facing this issue , and I check this bar on Internet Explorer 8 , so all items are working but on new browsers its not working please help me in this case I am really needy to resolve this issue

Quote · 13 Feb 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.