• Hey i hope someone can help, i am trying to create a client area and everything is working fine except once the user has logged in it gives them the option to log out or the tab ‘dashboard’ which actually takes them to their profile.

    Is there any way i can rename dashboard on their menu to profile?

    Thanks
    Gary

Viewing 3 replies - 1 through 3 (of 3 total)
  • I hope you are using the Sidebar Login plugin. Okay now to rename the dashboard link to Profile, you must first go to plugin edit page.

    To go there, click Plugins >>Click edit link link under plugin which will take you to edit page.

    There, what you have to do is find this code <li class="page_item"><a href="'.get_bloginfo('wpurl').'/wp-admin">Profile</a></li> and rename the dashboard in that code to Profile (or whatever you want).

    Now, this will appear in the sidebar when a user or author in your site logs in to their account.

    If you have sorted out the problem, Please change the status of this thread to RESOLVED so that any forum members or moderators do not enter to this to help you!

    Thanks
    YellHow

    Thread Starter winger15mk

    (@winger15mk)

    No i am using the default login i believe just calling it to my client page.

    The code im using to call it is:

    <?php if(function_exists('the_widget')):  // only in wp 2.8+
    
    the_widget('LoginWidget', array(), array('widget_id'=>'instance-loginwidget','before_widget' => '<li class="block"><div class="block-login">','after_widget' => '</div></li>','before_title' => '<h3 class="title"><span>','after_title' => '</span></h3><div class="block-div"></div><div class="block-div-arrow"></div>'));

    By this you cannot rename the dashboard. I suggest you to install SIDEBAR LOGIN plugin from your WordPress admin panel and follow the steps which I have mentioned in my previous post.

    Thanks
    YellHow

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Renaming 'Dashboard' On login widget’ is closed to new replies.