PDA

View Full Version : username as usercp


sherwood
09-15-2008, 08:20 PM
Hey,

Is there a away to edit the coding in the template to change user cp to the users username at all? If there is could someone please explain on what I would have to do.

Thanks

Lynne
09-15-2008, 09:16 PM
Look in the template "navbar" and find this:
<a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a>

and change to:
<a href="usercp.php$session[sessionurl_q]">$bbuserinfo[username]</a>

sherwood
09-16-2008, 07:42 PM
Thanks