View Full Version : BB Code Enhancements - BB Code Blink - working in Firefox, Internet Explorer and Opera
Sunka
12-15-2008, 10:00 PM
Before vBulletin I use phpBB, and some BBcodes I found in past, working very good in vBulletin. This BB code is modification from http://www.phpbb3bbcodes.com
All thanks go to them :up: , I just make it work on vBulletin.
This Blink BBcode works in firefox, IE and Opera.
Title: Blink
Tag: blink
Replacement:
<script type="text/javascript">
function colorblink(elmid,ms){
elm=document.getElementById(elmid);
elm.style.color="rgb("+Math.floor(Math.random()*255)+","+Math.floor(Math.random()*255)+","+Math.floor(Math.random()*255)+")";
setTimeout("colorblink('"+elmid+"',"+ms+");",ms);
}
</script>
<span id="{param}">{param}</span>
<script type="text/javascript">colorblink("{param}",800);</script>
Example: Example
Description: Blinking text
Use {option}: No
Button Image (Optional) or use attached
...Find some nice .gif on google...
Sunka
12-16-2008, 07:19 AM
Reserved...:D
Leo Brazil
12-16-2008, 12:28 PM
Thanks mate.
Nadeemjp
12-16-2008, 10:57 PM
thanx there. how do i find blinking image on google?
Sunka
12-17-2008, 06:40 AM
Try to search blink or blinking gif or web pages with icons, animated icons....
Nadeemjp
12-17-2008, 12:05 PM
ok this is not working friend. it is not blinking:(
Sunka
12-17-2008, 04:18 PM
BBcode is working, but some MODS will stop java script in this MOD.
Try to preview post you write, you'll see that BBcode work OK.
TandyServices
01-14-2009, 12:04 AM
Is there a way to have it work on 3.8?? It works in the admincp but when you put it in a post it does not and error on page??
Sunka
01-14-2009, 07:24 AM
BBcode is working, but some MODS will stop java script in this MOD.
Try to preview post you write, you'll see that BBcode work OK.
Quoted
TandyServices
01-14-2009, 11:08 AM
Quoted
If that was to me.. in preview it does not work and there still is an error on the page that has the blinking bb code.. It worked great on 3.7.. Just wondering what they changed or I can change in 3.8
Sunka
01-14-2009, 11:28 AM
This BBcode use java script
Try to see is this is maybe stopped with your browser.
BBcode work OK (there is nothing wrong with bbcode), but some MODs that uses java scripts, could stop this BBcode to work
TandyServices
01-14-2009, 03:12 PM
Oh.. Ok yea works fine in the admin bb code.. But when you go and put it on the pages it comes up with errors.. So must be a mod stopping it.. Thanks..
Leo Brazil
01-21-2009, 06:15 PM
I've got it working on 3.8 after having the same problems you guys reported here like working on test BB Code screen on Admin CP and with lots of errors on posts.
Try this:
Edit Blink BB Code and set:
- Remove Tag If Empty - YES
- Disable BB Code Within This BB Code - YES
- Disable Smilies Within This BB Code - YES
- Disable Word Wrapping Within This BB Code - YES
Save it
Other this I noticed, if you are using a pic to wrap instantly your selected text with tags
It's gonna appear like this:
[blink]
example
and that's gonna cause the errors but if you edit post to:
examplo
it works fine.
Sunka
01-22-2009, 08:07 AM
Thanks for effort Leo Brazil
TandyServices
02-01-2009, 01:05 PM
I've got it working on 3.8 after having the same problems you guys reported here like working on test BB Code screen on Admin CP and with lots of errors on posts.
Try this:
Edit Blink BB Code and set:
- Remove Tag If Empty - YES
- Disable BB Code Within This BB Code - YES
- Disable Smilies Within This BB Code - YES
- Disable Word Wrapping Within This BB Code - YES
Save it
Other this I noticed, if you are using a pic to wrap instantly your selected text with tags
It's gonna appear like this:
[blink]
example
and that's gonna cause the errors but if you edit post to:
examplo
it works fine.
Thanks that worked great..:D
1320Nation
02-01-2009, 05:39 PM
How can the colors of the blinking text be changed? And also how to adjust the speed that the colors change from one color to another?
Sunka
02-01-2009, 09:25 PM
How can the colors of the blinking text be changed? And also how to adjust the speed that the colors change from one color to another?
All is in javascript, change it the way you like it. And click install please if you use it.
Daisyboo
02-17-2009, 08:33 AM
All is in javascript, change it the way you like it. And click install please if you use it.
Could you be a littlle more specific please, some of us don't really know Javascript.
For example if I wanted it to flash from black to red to black etc what do I change?
Also to make it a little quicker?
Thanks,
Sunka
02-17-2009, 12:35 PM
Before vBulletin I use phpBB, and some BBcodes I found in past, working very good in vBulletin. This BB code is modification from http://www.phpbb3bbcodes.com (http://www.phpbb3bbcodes.com/)
All thanks go to them :up: , I just make it work on vBulletin.
Daisyboo
02-17-2009, 03:03 PM
The ebay one looks really cool!
Daisyboo
03-28-2009, 04:46 PM
This was working fine, but now its stopped. Its works in the bbcode listing and in the bbcode manager but not in posts :(
Anyone any ideas why?
Thanks!
Sunka
03-31-2009, 12:43 AM
I've got it working on 3.8 after having the same problems you guys reported here like working on test BB Code screen on Admin CP and with lots of errors on posts.
Try this:
Edit Blink BB Code and set:
- Remove Tag If Empty - YES
- Disable BB Code Within This BB Code - YES
- Disable Smilies Within This BB Code - YES
- Disable Word Wrapping Within This BB Code - YES
Save it
Other this I noticed, if you are using a pic to wrap instantly your selected text with tags
It's gonna appear like this:
[blink]
example
and that's gonna cause the errors but if you edit post to:
example
it works fine.
This was working fine, but now its stopped. Its works in the bbcode listing and in the bbcode manager but not in posts :(
Anyone any ideas why?
Thanks!
Maybe colored quoted is problem? (blue is wrong, red is correct)
al7or2008
08-01-2009, 12:26 AM
it works ok
but in signature it doesn't work
can u help me plz solving this problem?
Sunka
08-01-2009, 09:08 PM
Try solution from post posted above your.
Hope that help
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.