Log in

View Full Version : Miscellaneous Hacks - Remove My Profile Link In Header - Change to Edit Profile


ChopSuey
05-23-2010, 10:00 PM
In template header find:<li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li>Replace with:<!-- <li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li> -->Or just completely remove it if you want to! There's already a link to your profile after it says welcome :) enjoy!

(If you have multiple styles do that to each and every one of them.

Addition you can replace the code with:<li><a href="profile.php?{vb:raw session.sessionurl}do=editprofile">{vb:rawphrase edit_your_details}</a></li>to make it link to editing their profile

Mark as installed if you have used this template mod.

ChopSuey
05-24-2010, 07:00 AM
Reserved.

midnz
07-28-2010, 06:26 AM
Thank you :)
I removed that Profile link. I didn't see the point in having two links to the same place.

OurCouponHome
11-05-2010, 04:20 PM
Thanks!

Danasy
11-07-2010, 07:31 PM
Thanks

wander118
11-12-2010, 05:21 PM
Very nice! thank you.