MentaL
08-25-2006, 10:00 PM
Hi,
this is based on this modification (https://vborg.vbsupport.ru/showthread.php?t=105683), what this does is if you use a usergroup html markup in your forums, this allows you to show that color in the welcome panel on your forum homepage.
Usergroup settings (incase you do not know how..)Select "Username HTML Markup" and in the first table place
<b><font color="#804040">
and in the second table place
</font></b>
Simply replace the red hex code with the color of your choice, anyways to get the color username to display in the welcome box on the forum home simply search the following in the FORUMHOME template.
<phrase 1="$bbuserinfo[username]">
and replace with
<phrase 1="$bbuserinfo[musername]">
Easy
this is based on this modification (https://vborg.vbsupport.ru/showthread.php?t=105683), what this does is if you use a usergroup html markup in your forums, this allows you to show that color in the welcome panel on your forum homepage.
Usergroup settings (incase you do not know how..)Select "Username HTML Markup" and in the first table place
<b><font color="#804040">
and in the second table place
</font></b>
Simply replace the red hex code with the color of your choice, anyways to get the color username to display in the welcome box on the forum home simply search the following in the FORUMHOME template.
<phrase 1="$bbuserinfo[username]">
and replace with
<phrase 1="$bbuserinfo[musername]">
Easy