UBB.Dev
Posted By: *Speedy* Make USer Name Clickable .. - 08/28/2002 6:25 AM
In the postbit section of the ubb, how could I make the User Name clickable to go to their profile?

~Speedy~
Posted By: CTM Re: Make USer Name Clickable .. - 08/28/2002 9:42 AM
public_topic_page.pl, find:

Quote
code:
Code
$show_public_name

Replace with:

code:
[qb]
Code
<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=get_profile;u=$this_user_number"><b><font size="$vars_style{TextSize}" face="$vars_style{FontFace}" color="$vars_style{TextColor}">$show_public_name</font></b></a>
[/qb]
Had to do this on my 6.3.0 board too, cause I don't feel like an upgrade to 6.3.1. wink

[EDIT: Upgrade to 6.1? :rolleyes: ]
Posted By: Lord Dexter Re: Make USer Name Clickable .. - 08/28/2002 9:50 AM
I'm sure you mean 6.3.1. wink
Posted By: CTM Re: Make USer Name Clickable .. - 08/28/2002 10:06 AM
Oh, yes. Of course. :rolleyes:

*Edits*
© UBB.Developers