Quote:
Originally posted by Crazy Mofo
is there away too make them glow?
|
Yes, it's fairly easy to make them glow.
When you've installed the hack;
Find
PHP Code:
if ($bbuserinfo['usergroupid'] == 6) {
$username = "<b><i>$bbuserinfo[username]</i></b>";
And replace with
PHP Code:
if ($bbuserinfo['usergroupid'] == 6) {
$username = "<span style=\"width: 40; height: 12; color: blue; Filter: Glow(Color=blue, Strength=2)\">$bbuserinfo[username]</span>";
Just change the
Style settings as you please.
This can of course be done to any of the
$username = "$bbuserinfo[username]"; code at your discretion.
I've attatched a small image to show what it looks like when applied