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

Reply
 
Thread Tools
Blinking Text Details »»
Blinking Text
Version: 1.00, by JetHaCkR JetHaCkR is offline
Developer Last Online: Aug 2009 Show Printable Version Email this Page

Category: BB Code Enhancements - Version: 3.7.0 Rating:
Released: 05-25-2008 Last Update: Never Installs: 56
Translations  
No support by the author.

Well I Was Searching On This Site And Couldnt Find A Mod On This
So I Thought I'd Just Post It

This Mod Adds A BB Code For Blinking Text

Installing: Go To Your AdminCP Then Then Under The 'Custom BB Codes' Menu Select 'Add New BB Code'

Here Are The Values To Insert In The Fields

Quote:
Title: Blinking Text
Tag: blink
Example: [blink]Example[/blink]
Replacement: <span style="text-decoration: blink;">{param}</span>
Description: Blinking Text
And You Can Leave The Rest Of The Settings As Default

Usage:
[blink]TEXT HERE[/blink]

Installation Level: Easy


Dont Forget To MARK AS INSTALLED
And Also Dont Forget To Visit J2 Gaming

Show Your Support

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

Comments
  #42  
Old 07-26-2008, 06:03 AM
TheInsaneManiac TheInsaneManiac is offline
 
Join Date: Feb 2008
Posts: 1,360
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You are aware of the basic html function right? <blink>
Reply With Quote
  #43  
Old 07-26-2008, 11:20 PM
SSJB_7 SSJB_7 is offline
 
Join Date: Jul 2008
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

perfect i just tried and working perfectly.....

Thanks a lot
Reply With Quote
  #44  
Old 07-30-2008, 08:24 PM
BucWiLd's Avatar
BucWiLd BucWiLd is offline
 
Join Date: Jun 2008
Location: pa, usa
Posts: 265
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works great thanks
Reply With Quote
  #45  
Old 08-03-2008, 06:24 PM
G-man561 G-man561 is offline
 
Join Date: Jan 2008
Location: Florida
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks jet
Reply With Quote
  #46  
Old 08-22-2008, 05:28 PM
ndut ndut is offline
 
Join Date: Sep 2007
Location: Indonesia
Posts: 335
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it works, in FF thanks
Reply With Quote
  #47  
Old 08-22-2008, 05:41 PM
apiasto's Avatar
apiasto apiasto is offline
 
Join Date: Oct 2006
Posts: 348
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it don't work on IE6 :sad:
Reply With Quote
  #48  
Old 08-24-2008, 03:28 AM
FTAALPHA FTAALPHA is offline
 
Join Date: Jul 2008
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice work but it would nice if would work with IE.
Reply With Quote
  #49  
Old 09-09-2008, 09:13 PM
Stoebi Stoebi is offline
 
Join Date: Apr 2006
Location: Germany, Berlin
Posts: 331
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tested with IE, Opera, Firefox and Chrome.

Code:
Title: Blinking Text
Tag: blink
Example: [blink]Blinking Text Example[/blink]
Replacement: 
HTML Code:
<blink>{param}</blink>

<script type="text/javascript">
<!--
// Before you reuse this script you may want to have your head examined
//
// Copyright 1999 InsideDHTML.com, LLC.

function doBlink()
{
    // Blink, Blink, Blink...
    var blink = document.all.tags("blink");

    for (var i=0; i < blink.length; i++)
    {
        blink[i].style.visibility = blink[i].style.visibility == "" ? "hidden" : "";
    }
}

function startBlink()
{
    // Make sure it is IE4
    if (document.all)
    {
        setInterval("doBlink()", 650);
    }
    else
    {
        setInterval("doBlink()", 650);
    }
}

window.onload = startBlink;
//-->
</script>
Description: Blinking Text
Regards, Stoebi
Reply With Quote
  #50  
Old 09-12-2008, 12:40 PM
steve1966 steve1966 is offline
 
Join Date: Dec 2007
Posts: 504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Stoebi View Post
Tested with IE, Opera, Firefox and Chrome.

Code:
Title: Blinking Text
Tag: blink
Example: [blink]Blinking Text Example[/blink]
Replacement: 
HTML Code:
<blink>{param}</blink>

<script type="text/javascript">
<!--
// Before you reuse this script you may want to have your head examined
//
// Copyright 1999 InsideDHTML.com, LLC.

function doBlink()
{
    // Blink, Blink, Blink...
    var blink = document.all.tags("blink");

    for (var i=0; i < blink.length; i++)
    {
        blink[i].style.visibility = blink[i].style.visibility == "" ? "hidden" : "";
    }
}

function startBlink()
{
    // Make sure it is IE4
    if (document.all)
    {
        setInterval("doBlink()", 650);
    }
    else
    {
        setInterval("doBlink()", 650);
    }
}

window.onload = startBlink;
//-->
</script>
Description: Blinking Text
Regards, Stoebi
thank you
Reply With Quote
  #51  
Old 09-12-2008, 01:31 PM
Hostboard's Avatar
Hostboard Hostboard is offline
 
Join Date: May 2002
Location: CT
Posts: 843
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

By using JavaScript this should be cross browser compatible. Note, I have not had time to test this so if someone can report back if it works...

Code:
<blink>{param}<blink>
<script type="text/javascript">
<!--
function doBlink() {
 var blink = document.all.tags("BLINK")
 for (var i=0; i<blink.length; i++)
  blink[i].style.visibility = blink[i].style.visibility == "" ? "hidden" : "" 
}
function startBlink() {
 if (document.all)
  setInterval("doBlink()",1000)
}
window.onload = startBlink;
// -->
</script>
Edit: Seems I was posting as someone else was and both found the same code but from different resources. Checked working on IE7. Does not work on WebTV.
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 07:20 AM.


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.07914 seconds
  • Memory Usage 2,306KB
  • 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
  • (3)bbcode_code
  • (2)bbcode_html
  • (2)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
  • (3)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