Glow Text for IE & FireFox
just a little hack you can install in any template
so enjoy and this will make your sh*t Glow
ways you can make things glow and useing this with in your templates:
--------------------------------------------------------------------------------------------------
in templates like postbit and forumhome:
You must first be a
registered member to view any code.
You must first be a
registered member to view any code.
if it does all ready have class="" in the table just add code after e.g
You must first be a
registered member to view any code.
be warned not to do all your text in your post as this would slow down your board as it would make images glow aswell as the text,u would not notice untill some one does a big post making the board look jerky
--------------------------------------------------------------------------------------------------
Postbit NAME GLOW:--------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
in postbit and postbit legand templates
find:
You must first be a
registered member to view any code.
replace with :
You must first be a
registered member to view any code.
--------------------------------------------------------------------------------------------------
in ./includes/functions_showthread.php -----------------------------------------------------
--------------------------------------------------------------------------------------------------
find:
You must first be a
registered member to view any code.
add below

HP:
You must first be a
registered member to view any code.
---------------------------------------------------------------------------------------------
just double code if your want more glowing users and change
$usergroupid == 5 (userGroup)
color='pink' (text glow)
color='green' (outer text glow)
---------------------------------------------------------------------------------------------
thanks i know theres a call for this so thought i'd just help you all out

should work for all releases of vb
thanks infinity
-----------------------------------------------------------------------------------------------------
it would be nice to get this bbcode working so coulor is selectabule by user in there post
bbcode
GLOW
GLOW
<span id="myGLOWtext" style="filter:glow(color=red, strength=6)">{param}</span>
[GLOW]GLOWtext[/GLOW]
-----Coming Soon or please post back with update----------------------------------------------
inc/functions_bbcodeparse.php
find:
define('ALLOW_BBCODE_HTML', 512);
add under:
define('ALLOW_BBCODE_GLOWCOLOR', 1024);
find:
if ($vboptions['allowedbbcodes'] & ALLOW_BBCODE_COLOR)
Addabove:
if ($vboptions['allowedbbcodes'] & ALLOW_BBCODE_GLOWCOLOR)
{
// [GlowCOLOR=XXX]
??????????????????????? Coming Soon ????????????????
}