Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

Reply
 
Thread Tools
BB Code Blink - working in Firefox, Internet Explorer and Opera Details »»
BB Code Blink - working in Firefox, Internet Explorer and Opera
Version: 1.00, by Sunka Sunka is offline
Developer Last Online: Mar 2015 Show Printable Version Email this Page

Category: BB Code Enhancements - Version: 3.7.x Rating:
Released: 12-15-2008 Last Update: Never Installs: 20
Re-useable Code  
No support by the author.

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:


Code:
<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: [blink]Example[/blink]

Description: Blinking text

Use {option}: No

Button Image (Optional) or use attached

Code:
...Find some nice .gif on google...

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 01-14-2009, 11:28 AM
Sunka Sunka is offline
 
Join Date: Mar 2008
Location: Croatia
Posts: 400
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #13  
Old 01-14-2009, 03:12 PM
TandyServices's Avatar
TandyServices TandyServices is offline
 
Join Date: Aug 2008
Location: All over the USA
Posts: 216
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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..
Reply With Quote
  #14  
Old 01-21-2009, 06:15 PM
Leo Brazil's Avatar
Leo Brazil Leo Brazil is offline
 
Join Date: Dec 2007
Location: Brazil
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 [blink] tags

It's gonna appear like this:
[blink]
example
[/blink]

and that's gonna cause the errors but if you edit post to:

[blink]examplo[/blink]

it works fine.
Reply With Quote
  #15  
Old 01-22-2009, 08:07 AM
Sunka Sunka is offline
 
Join Date: Mar 2008
Location: Croatia
Posts: 400
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for effort Leo Brazil
Reply With Quote
  #16  
Old 02-01-2009, 01:05 PM
TandyServices's Avatar
TandyServices TandyServices is offline
 
Join Date: Aug 2008
Location: All over the USA
Posts: 216
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Leo Brazil View Post
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 [blink] tags

It's gonna appear like this:
[blink]
example
[/blink]

and that's gonna cause the errors but if you edit post to:

[blink]examplo[/blink]

it works fine.

Thanks that worked great..
Reply With Quote
  #17  
Old 02-01-2009, 05:39 PM
1320Nation 1320Nation is offline
 
Join Date: Sep 2008
Posts: 246
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #18  
Old 02-01-2009, 09:25 PM
Sunka Sunka is offline
 
Join Date: Mar 2008
Location: Croatia
Posts: 400
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by psychobike View Post
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.
Reply With Quote
  #19  
Old 02-17-2009, 08:33 AM
Daisyboo Daisyboo is offline
 
Join Date: Jul 2008
Location: Somerset UK
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sunka View Post
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,
Reply With Quote
  #20  
Old 02-17-2009, 12:35 PM
Sunka Sunka is offline
 
Join Date: Mar 2008
Location: Croatia
Posts: 400
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #21  
Old 02-17-2009, 03:03 PM
Daisyboo Daisyboo is offline
 
Join Date: Jul 2008
Location: Somerset UK
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The ebay one looks really cool!
Reply With Quote
Reply

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

Forum Jump


All times are GMT. The time now is 08:03 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.15344 seconds
  • Memory Usage 2,303KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete