Pragmatism in Code

Michael Percy AKA DeeEmm - Waxing lyrical about life the universe and everything software related...

  • Home
    Home This is where you can find all the blog posts throughout the site.
  • Categories
    Categories Displays a list of categories from this blog.
  • Tags
    Tags Displays a list of tags that has been used in the blog.
  • Login
Posted by on in Dolphin 7.0.x Modifications
  • Font size: Larger Smaller
  • Hits: 4031
  • 4 Comments
  • Print

Dolphin - Remove 'unregister' Links

To disabled the un-register buttons on your site - go to admin > builders > navigation builder and un-check both member and guest check boxes from the unregister link. This will prevent it from being displayed in the top menu and the quick links menu.

You will then need to also get rid of the link from the members menu too.

To do this you will need to edit your database - look in the sys_menu_member table for the entry named Dashboard - Then you will need to edit the PopupMenu field - simply remove the following text, leaving the rest intact

    'unregister' => array(
        'url'     => 'unregister.php',
        'icon'    => 'memeber_menu_sub_unregister.png',
        'caption' => _t( '_Unregister' ),
    ),


Then delete all files in cache folder except for the .htaccess file.

Refresh and enjoy.

/DM

Rate this blog entry:
DeeEmm AKA Michael Percy is an industrial software engineer specialising in language based programming. A long time supporter and contributor to the open source community, he can mostly be found tinkering about creating web sites and plugins for various CMS platforms as well as maintaining several websites of his own.

People in this conversation

  • Thanks for this. I want to keep all details in the database for future reference and stop multiple registrations. This will do the trick! Great work.

    0Like
  • Thanks for this. I want to keep all details in the database for future reference and stop multiple registrations. This will do the trick! Great work.

    0Like
  • Happy to help :lol:

    0Like
  • Happy to help :lol:

    0Like
Add comment