How to remove the Customize Dashboard link

In order to remove the Customize Dashboard link just go to AdminCP -> Extension -> Theme -> Manage Theme -> Select your theme by clicking in the drop down menu and select the option "Edit Templates", now we need to select the "Core" template and the welcome block (see the screen-shot attached).

Comment or remove this HTML code:

<div id="theme"><a href="http://www.phpfox.com/core/index-member/customize/">{phrase var='core.customize_dashboard'}</a></div>



Screenshot.png Screenshot-1.png Screenshot-2.png


Finally, CLEAN YOUR SITE'S CACHE!.

Comments
Only verified clients can post comments on our community. If you have any questions feel free to contact us here.
sasa wrote at April 27, 2012, 1:23 pm
1 Vote

i hided it by this code :

<!--<a href="{url link='core.index-member.customize'}" class="no_ajax_link">{phrase var='core.customize_dashboard'}</a>-->


is this safty to use <!-- --> ??

thank you
Last Update on April 27, 2012, 1:24 pm by sasa
sasa
Oscar De Grouchez wrote at March 8, 2012, 9:27 pm
0 Votes

Ok, I tried to comment by adding '#' before the line in this article. On the frontend, it just shows the '#' right before 'customize dashboard'. i do not like deleting stuff, so can someone tell me how to comment out this line????

EDIT: Googled and found this is how you comment. However I was told somwhere before that you comment by using '#'. Anyway, use below.

<!--This is a comment. Comments are not displayed in the browser-->

Last Update on March 8, 2012, 9:33 pm by Oscar De Grouchez
Oscar De Grouchez
boomshaka wrote at March 8, 2012, 1:41 am
0 Votes

Thank you.

boomshaka
markross wrote at March 6, 2012, 2:15 pm
1 Vote

This is great. Thank you for the help on this topic.

markross