PDA

View Full Version : Basic Glowing Username


Moya
11-14-2005, 10:00 PM
Hello All,

I was having fun with this silly hack. It makes your username glow with differ color based on different group id.


There is no admincp to control how the color change. If you want to change the color than look into the plugin and change the color criteria in this


<table style=\"filter:glow(color=orange, strength=5)\">



and this


<font class='bigusername' color='seagreen'>


Just download and import it as product.

NOTE: The glowing feature only works in i.e. It won't work with other browser.

Barakat
11-15-2005, 10:31 AM
installed.

stinger2
11-15-2005, 10:54 AM
looks great.........nice job

puertoblack2003
11-15-2005, 11:03 AM
Great Hack***INSTALLED**** wish will be great also with fireox...lol :ermm:

Tidy
11-15-2005, 11:18 AM
Screenshot?

puertoblack2003
11-15-2005, 12:47 PM
Screenshot?

here ya go as mention above only work through ie...

http://img490.imageshack.us/img490/6721/usernameglowhack2cs.png (http://puertotech.com)

Snake
11-15-2005, 01:25 PM
Thanks bud!

Grant Sherwood
11-15-2005, 02:31 PM
Installed.

Thanks, this was alot easier then doing it myself.. Im lazy. :-)

MentaL
11-15-2005, 05:25 PM
awesome :)


RaGEZONE.com

Mastar
11-15-2005, 05:28 PM
my visiti admins/mods & subscribers colors didn't change! How do I change them?

Moya
11-15-2005, 06:37 PM
my visiti admins/mods & subscribers colors didn't change! How do I change them?


Open your plugin manager and select the glow hack

in the edit pannel you will find something like this


if ($usergroupid == 6)
{
$post[musername] = "
<table style=\"filter:glow(color=red, strength=5)\">
<tr>
<td>
<font class='bigusername' color='white'>
<b>$post[username]</b>
</font>
</td>
</tr>
</table>";
}


You can do it by usergroup id, and alter the color where it says color and strength

rb290
11-15-2005, 10:09 PM
thanks!
installed it

run.exe
11-16-2005, 02:07 AM
I liked your idea, so I installed your mod; however, no glowing is occuring under IE 6.

Is this mod vB 3.5.1 compatible?

SuperFly
11-16-2005, 01:15 PM
IE 6 doesnt support it.

Yes it is, im currently usiong it.

Chris M
11-16-2005, 01:46 PM
IE6 does support glowing text...

Chris

Moya
11-16-2005, 03:33 PM
I liked your idea, so I installed your mod; however, no glowing is occuring under IE 6.

Is this mod vB 3.5.1 compatible?
I.E supports the glowing feature. This mod is compatible with vb3.5.x. Do you have anything hack that change how the name is displayed?

eNtitY~
11-16-2005, 07:56 PM
Once its compatable with Firefox and Internet explorer Ill install it. Most of my sites users have Firefox.

Tracer Gun Kata
11-16-2005, 07:57 PM
will it be coded to work with Firefox?

run.exe
11-16-2005, 09:07 PM
I.E supports the glowing feature. This mod is compatible with vb3.5.x. Do you have anything hack that change how the name is displayed?


I have no such (additional/ulterior) hacks; I only am running this one... and it is not working.

Specifically, my affected usernames (per groupid #) are displayed as SOLID colors... and do not color-cycle/glow.

Thank you,

Moya
11-16-2005, 09:42 PM
I have no such (additional/ulterior) hacks; I only am running this one... and it is not working.

Specifically, my affected usernames (per groupid #) are displayed as SOLID colors... and do not color-cycle/glow.

Thank you,

Uhmmm it shows as glow when I view your site in i.e. Here are the pix

run.exe
11-16-2005, 10:59 PM
Very strange, indeed... or not.

Actually, my problem now appears to be Macintosh-specific (a detail I glaringly omitted, accidentally).

FYI - On the Macintosh platform, this mod evinces the same behavior in (current versions of) both IE and Firefox: bold, white usernames instead of backlit/glowing usernames.

Thank you,

bashy
01-21-2006, 03:43 PM
Hi

I have installed a new style, down side is all my usernames are now white
How can i resolve this please as the golwing effect works well on my oth style?

TIA

ReadOrDie
01-21-2006, 06:49 PM
Can you make this for Firefox as well? Most people on my forum use firefox..

RS2000CUSTOM
03-11-2006, 09:11 AM
Beyond me to attempt altering code !
but can this be further modified only to "glow" when
the "user" is online ?

Thanx for any replies

Borgs8472
03-11-2006, 10:14 AM
Glowing text simply does not work with firefox. The day it does I will be doing the dance of joy...

Tralala
03-11-2006, 11:04 AM
I'd love to see a similar mod, where username glows if they are online. Would make postbit that much cleaner...

erl
04-05-2007, 12:29 AM
does it work on mozilla yet?

blazin
04-16-2007, 04:10 AM
For firefox compatibility on my site, i added an if clause to detect the browser.

if its IE, it uses the glowing names

if not, it just displays the user name in the glowing color, but plain text.

BACANERIA
04-17-2007, 11:12 PM
works fine for me