PDA

View Full Version : BB Code Enhancements - Glowing Text BBCode


Alteran Ancient
08-30-2006, 10:00 PM
Okay, since I know some people have a hard time trying to get their text to glow, I've decided that I'm gonna put this up.

NOTE: I've received some complaints about the code not working. This is only because: A, you are putting something else in the option while using the Tag other than a valid Colour (Either by name of #CSS) or B, you are using Firefox, a non-compatible browser to many things of vBulletin and special HTML tags.

Right, goto your ACP:
Custom BB Codes --> Add New BB Code

Now, type as the following:
Title: Glowing Text

Tag: glow

Replacement: <div style="font-size:12px;letter-spacing:normal;font-style:normal;font-family:verdana;color:#ffffff;filter:Glow(color={op tion},strength=5);height:22px;">{param}</div>

Example: This is radioactive!

Description: This BBCode will allow you to make your text glow. It will only work in Internet Explorer.

Use {option}: Yes

Button Image: images/editor/glow.gif

For the button image, download the image in the .zip attachment and upload it to FORUMDIR/images/editor

I hope you enjoy this code and use it well!

bashy
08-31-2006, 08:12 AM
dont work m8 :( this is alkl i get

Ziki
08-31-2006, 08:29 AM
the option should be the color and the parameter the text :)

bashy
08-31-2006, 08:46 AM
pmsl....:o that will eplain that then...cheers m8

ah pooh, it only works in ie......that eplains even more lol

E.Blackadder
08-31-2006, 08:49 AM
try inserting a COLOUR inside the tag....

blahblah[close tag here]

[glow=red]blah blah

:tired:

bashy
08-31-2006, 08:55 AM
tried this

this is a test only

and this
this is another test

neither work for me :( oh well...perhaps sommat is trying to tell me some thing...maybe too many hacks installed lol

SnickersTK
08-31-2006, 09:43 AM
Let me guess. It only works in I.E

Snake
08-31-2006, 10:54 AM
Exactly!

utw-Mephisto
09-01-2006, 06:27 AM
Let me guess. It only works in I.E

Yeah - this bbcode has been posted several times now (here and vb.com) and nobody really used it ... (no offence of course) - its just that 92% don't use IE ... at least according to the stats of my forum (1600 member)

Alteran Ancient
09-01-2006, 11:15 AM
People don't use IE because Number 1, they follow the crowd and Number 2, the people who told everyone to switch to FF in the first place are paranoid. There is nothing actually wrong with IE. The only thing wrong is when people go browing to places they shouldn't be browsing to. I don't use FF because it's worshipless pap. Trust me. If you want tabs and etc... get IE 7. Even MORE secure than FF.

Believe it or not, vB was supposed to be used with IE, if you want the extra stuff working.
Try editing the templates in your ACP on Firefox, now look at the same page in IE. You get the picture...

E.Blackadder
09-01-2006, 11:42 AM
great looking BB code thingy...I love it and installed no problem.


just one observation....

when its used the word/s highlighted shift to a new text line in the post?

Is there a way to use this to highlight a single or string of words in a line of text without the highlighted words shifting to their own line?

cheers

:cool:

Martin-TMGRS
09-01-2006, 02:40 PM
Installed and working fine. But you might want to look in the pdf file for the install on there. In the Replacement text {param} there is a space in it so it looks like this {par am}

Yorixz
09-01-2006, 08:03 PM
People don't use IE because Number 1, they follow the crowd and Number 2, the people who told everyone to switch to FF in the first place are paranoid. There is nothing actually wrong with IE. The only thing wrong is when people go browing to places they shouldn't be browsing to. I don't use FF because it's worshipless pap. Trust me. If you want tabs and etc... get IE 7. Even MORE secure than FF.
That doesn't explain the fact that IE uses a lot of CSS that isn't exactly considered valid or accepted by the standards

Believe it or not, vB was supposed to be used with IE, if you want the extra stuff working.
Try editing the templates in your ACP on Firefox, now look at the same page in IE. You get the picture...
This rather means that vB is (partly) coded poor; if you write decent code/markup it's supposed to work in the majority of the browsers, making your site only for one narrows your group of potential members and can thus be considered as not the best thing to do.

Statistics have shown that roughly 10-30+% (Depends on what country/target you're aiming) of the users on the web are using other browsers than IE, which is quite a big group in fact.

Kungfu
09-01-2006, 09:49 PM
People don't use IE because Number 1, they follow the crowd and Number 2, the people who told everyone to switch to FF in the first place are paranoid. There is nothing actually wrong with IE. The only thing wrong is when people go browing to places they shouldn't be browsing to. I don't use FF because it's worshipless pap. Trust me. If you want tabs and etc... get IE 7. Even MORE secure than FF.

Believe it or not, vB was supposed to be used with IE, if you want the extra stuff working.
Try editing the templates in your ACP on Firefox, now look at the same page in IE. You get the picture...
yea well, ie doesnt even support css2, so it doesnt format div tags the way it suppose to. IE has activex which can get you in trouble, i find more people get a virus or spyware because of using ie.

Firefox is open source, you can add a searches at the top plus extensions. Its simple. Firefox has tabs.

IE 7 is not way more secure than FF, just more options that you have to deal with. Like Vista you see all the new security options!!! Thats rediculous. There should not be that many if windows was really secure and IE.

Only reason i dont use IE is cause its microsoft. I didnt want to switch either, but then i did and i cant go back to IE, it just plain sucks. But hey at least windows and IE give me a job, i do computer work so whenever someones computer screws up its always something with windows or spyware they got from IE.

Why wont microsoft make ie open source? I bet its all stolen source code anyway. Mac OS is basically open source, thats way more secure than windows. Thats just my 2 cents.

IncredibleHawk
09-02-2006, 03:36 AM
Very Cool! TY

cOuNtErFiET
09-02-2006, 04:15 AM
great looking BB code thingy...I love it and installed no problem.


just one observation....

when its used the word/s highlighted shift to a new text line in the post?

Is there a way to use this to highlight a single or string of words in a line of text without the highlighted words shifting to their own line?

cheers

:cool:

No! (not that i have found)

XML allows only 1 object to glow per line - vb

HTML 3.0 allows multiple things to glow per line - ipb - i believe can do this...?

Yorixz
09-02-2006, 10:16 AM
No! (not that i have found)

XML allows only 1 object to glow per line - vb

HTML 3.0 allows multiple things to glow per line - ipb - i believe can do this...?
The question there is ofcourse; why would you bother using an outdated webformat that lacks a lot of functionality and compatibility to use a - excuse me - ugly browser-specific bbcode? There are at least hundreds of alternatives to do with Javascript (try search on Google or whatever SE you want for it) that work in all browsers, if you really need that glowing effect.

E.Blackadder
09-02-2006, 11:41 AM
Thanks matey...

a straightforward reply to my question. It gave me all the answers I needed, in a language I could understand!

:)

No! (not that i have found)

XML allows only 1 object to glow per line - vb

HTML 3.0 allows multiple things to glow per line - ipb - i believe can do this...?

Alteran Ancient
09-03-2006, 08:42 PM
Okay, well, this mod didn't intend to start debates, and I also want this violent IE vs FF debate to stop, because I send a request to release the Moderators!

KaRae
09-03-2006, 09:38 PM
Works very nice, thank you. :)

Boots
09-04-2006, 10:27 PM
or B, you are using Firefox, a non-compatible browser to many things of vBulletin and special HTML tags.

It's not the browswer thats non-compatible ;)

GrendelKhan{TSU
09-10-2006, 02:00 PM
ThANKS!! :D

Yeah - this bbcode has been posted several times now (here and vb.com) and nobody really used it ... (no offence of course) - its just that 92% don't use IE ... at least according to the stats of my forum (1600 member)

I had 50,000 visitors on one of my sites with 0 (ZERO) FF users!! yup 100% IE. just depends what market you are in. ;)

bashy
09-10-2006, 04:20 PM
This works very well in IE, tis a shame not in FF though as most of my members use FF, I would say about 80% FF just loads my site so much quicker :)

iran.gs
09-22-2006, 09:15 PM
installing now but where this goes to ?? Glowing text.pdf ???

but it look great thanks
https://vborg.vbsupport.ru/attachment.php?attachmentid=53784&stc=1&d=1158963809

as far as IE u are %100 right is the best to use the new 7 is flawless

apiasto
11-09-2006, 05:35 PM
gud work it looks nice thnx

deezelpope
03-08-2007, 03:53 PM
SWEET! Installed! Thanks bunches!! The coding is a little funny, but workable...I'll play around with it, and if I get it fixed, I'll post it up here!

iorkara
04-06-2007, 05:54 PM
Hi How can I remove this Glowing Text BB Code?
Rest of others I have you can Edit/Delete But not on Glowing Text though Thats kinda wierd not to have one for that..

Yes I know Only works on IE5 But most of us don't use Older IE's anymore
-
April 07 Edit: Guess No one knows Guess I have go Other places get help.