PDA

View Full Version : Remove settings link?


I.G.O.T.A.
09-15-2011, 05:23 PM
I have vB 4.1 and wanna remove the settings link at the top of the profile in the navbar. What do I need to remove in the template? I can't seem to find it. I removed the my profile link now wanna remove that. Thanks again.

kh99
09-15-2011, 10:46 PM
The line looks like this:

<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase user_control_panel}</a></li>


It's about 3/4 of the way down the page (when you haven't scrolled down at all). It's hard to find because the stuff is displayed in the reverse order that it appears in the template (probably due to the CSS, I don't know).

I.G.O.T.A.
12-10-2011, 02:35 PM
Thank you