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

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 [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.

Sunka 01-22-2009 08:07 AM

Thanks for effort Leo Brazil

TandyServices 02-01-2009 01:05 PM

Quote:

Originally Posted by Leo Brazil (Post 1720357)
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..: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

Quote:

Originally Posted by psychobike (Post 1731113)
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

Quote:

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

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

Quote:

Originally Posted by Leo Brazil (Post 1720357)
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]example[/blink]

it works fine.

Quote:

Originally Posted by Daisyboo (Post 1779082)
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


All times are GMT. The time now is 05:41 AM.

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.01186 seconds
  • Memory Usage 1,764KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (24)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete