vBulletin Modifications

Miscellaneous Hacks - Glow Text for IE & FireFox

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > Forum Archives > vBulletin 3.0 Hack Releases

Reply
 
Thread Tools Search this Thread
Download Options
You Must Register First
To Download This Modification

Bugs
No bugs found in the system. If you have found a bug, please report a bug here
Submit A Bug | View All Bugs

Advertisement
  
Supported (Beta Mode)
[vB ] Miscellaneous Hacks - Glow Text for IE & FireFox (33)
Released: 09-15-2005, 05:29 AM
Modification Information:
Author: infinityfxp
Last Online: 10-31-2005
Hack Version: 1.1 Installer Included: 0 Additional queries added to database: 0
New Templates: 0 Template Edits: 1 File Edits: 0
New Files: 0 New Phrases: 0 Installation Time (In Minutes): 2

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 belowHP:
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 ????????????????
}



Screenshots
Screenshots
File Type: jpg postbit.jpg (112.8 KB, 318 views)


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Add a Comment!
Old 09-15-2005, 11:00 AM   #2
Coder
Join Date: Aug 2005
solong is on a distinguished road

Default

which line in showthread.php
can i but this code




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-15-2005, 12:06 PM   #3
Niels
Support Staff
Niels's Avatar
Join Date: Jun 2004
Real Name: Niels
Location: NL
Niels is on a distinguished road

Default

Nice hack m8 Maybe using the glow style effect in the future.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-16-2005, 06:19 AM   #4
Junior Member
Join Date: May 2005
Kosta is on a distinguished road

Default

where in templates i need to put the phpcode u gave??? i didnt understand ur setup at all...




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-16-2005, 07:50 AM   #5
vB User
Join Date: Oct 2004
Real Name: Matti
Location: Mechelen
MaTtIaSkE is on a distinguished road

Default

the php code in templates ?
lol m8
put it in the showthread.php
pls read carefully what the hacker says ;)




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-18-2005, 12:44 AM   #6
Coder
Join Date: Jun 2004
Location: England
infinityfxp is on a distinguished road

Default

sorry for how i wrote it fokes just didnt get time to finish the tut thats why it still in beta section.

should be good to go thanks and hope you enjoy
infinity




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-18-2005, 06:51 AM   #7
Coder
Join Date: Aug 2005
solong is on a distinguished road

Default

i get error in includes/functions_showthread.php

Parse error: parse error, unexpected T_STRING in /home/ahlamkin/public_html/no/includes/functions_showthread.php on line 102

i'm running 3.0.8
thanks




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-19-2005, 01:02 AM   #8
Coder
Join Date: Jun 2004
Location: England
infinityfxp is on a distinguished road

Default

inc/funtions_showthread.php
You must first be a registered member to view any code.
that should work,the problem with working with firefox is if its see's any hanging \ what are not needed then it will not work. same with most code like mouseover hack
please test this firefox users

thanks and will update on your reply

Last edited by infinityfxp; 09-20-2005 at 05:08 AM.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-19-2005, 02:08 AM   #9
Coder
Join Date: Jun 2004
Location: England
infinityfxp is on a distinguished road

Default

Quote:
Originally Posted by solong
i get error in includes/functions_showthread.php

Parse error: parse error, unexpected T_STRING in /home/ahlamkin/public_html/no/includes/functions_showthread.php on line 102

i'm running 3.0.8
thanks
look on line 102 i bet its the / thing ;) please try new code thanks there is a problem on main text not showing the / in the code all up grade waiting to see if it works fine for everyone befor i start doing forumhome names

same code will go in
index.php

members.php
profile.php
funtions_forumdesplay.php
arcade.php

but thats for l8r just all in time




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-19-2005, 01:18 PM   #10
Junior Member
Join Date: Jul 2005
scipion is on a distinguished road

Default

By removing the "\" I still got the same error.
Does someone else have this error or Am I the only one?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
.NFO Text correctly shown in thread !? Arcade vBulletin Modification Requests 14 04-28-2007 06:45 AM
Surround Images with text. z|x vBulletin Modification Requests 0 08-27-2005 07:39 AM
No Right Click javascript for firefox & IE6? hkboi General vBulletin Support 2 02-21-2005 10:18 PM


All times are GMT -3. The time now is 09:55 AM.


SEO by vBSEO 3.2.0 RC8 ©2008, Crawlability, Inc. (Patent Pending)