vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   BB Code Enhancements - BB Code Blink - working in Firefox, Internet Explorer and Opera (https://vborg.vbsupport.ru/showthread.php?t=198989)

Sunka 12-15-2008 10:00 PM

BB Code Blink - working in Firefox, Internet Explorer and Opera
 
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...

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

Quote:

Originally Posted by Sunka (Post 1687424)
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

Quote:

Originally Posted by Sunka (Post 1711851)
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


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

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01085 seconds
  • Memory Usage 1,729KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete