UBB.Dev
Posted By: Grummel publicname as a link to profile - 09/06/2002 3:31 PM
i canĀ“t find a hack like that..
can somebody provide a link to me? smile
Posted By: CTM Re: publicname as a link to profile - 09/06/2002 9:14 PM
public_topic_page.pl, find:

Quote
code:
Code
<b><font size="$vars_style{TextSize}" face="$vars_style{FontFace}" color="$vars_style{TextColor}">$show_public_name</font></b>

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]
I think this comes as standard with versions 6.3.1 and above. smile
Posted By: Charles Re: publicname as a link to profile - 09/07/2002 12:54 PM
it is standard with v6.3.1
Posted By: LK Re: publicname as a link to profile - 09/07/2002 1:59 PM
BTW, CTM's code makes it ";u=" for unregistered users, so it's recommended that you just upgrade to 6.3.1 tipsy
© UBB.Developers