vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   BB Code Enhancements - Blink BBCode- The Ultimate BB Code! (https://vborg.vbsupport.ru/showthread.php?t=247607)

craigvm 12-01-2012 09:59 PM

installed but not working on any browsers

BirdOPrey5 12-02-2012 09:08 PM

Quote:

Originally Posted by craigvm (Post 2387451)
installed but not working on any browsers

Did you try the version in Post #3?

faisaly.com 12-02-2012 09:29 PM

1 Attachment(s)
This bbcode work using vB4.2.0 very well... props to the Bird!

https://vborg.vbsupport.ru/attachmen...1&d=1354488408

fxdigi-cash 12-15-2012 05:48 AM

I just tested it today on my vb4.2 English version and it worked fine, but other language vb4.2 doesn't work... any idea why??

Thanks

BirdOPrey5 12-18-2012 06:59 PM

No idea... did you try it in English on the same board to see if the language really was the problem?

fxdigi-cash 12-20-2012 03:30 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2391548)
No idea... did you try it in English on the same board to see if the language really was the problem?

Hi Bird

Thanks for the comments. now it works fine. It seems that my other language forum has some bug with some plugin at the datastore in the DB. I just had to re-installed a new versions without any plugin.

Thanks again.

Cheers

Easy5s.net 06-27-2013 12:08 PM

not work with opera :)

1320Nation 08-13-2013 07:26 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2084588)
I have a new version that works in ALL major browsers including: IE / Firefox / Chrome / Opera and Safari! This is a little more complicated to implement so if you're happy with the existing tag there is no NEED to upgrade, however this new version works on more (all) browsers.

It makes use of the jquery javascript library built into VB4.

Step 1. Download the attachment, unzip, and upload the .js file it to your /clientscript/jquery/ directory. (This may be under /forums/clientscript/jquery/ or any other directory you have your forums installed in.)

Step 2. Admin CP -> Styles and Templates -> Style Manger -> Choose your style(s) -> All Style Options: Edit your header include template and add the following code at the bottom of it:
Code:

<!-- Start Blinking Text jquery Script-->
<script src="/forums/clientscript/jquery/jquery-1.3.min.js" language="javscript" type="text/javascript"></script>
<script src="/forums/clientscript/jquery/jquery-blink.js" language="javscript" type="text/javascript"></script>
<script type="text/javascript" language="javascript">
$(document).ready(function()
{
        $('.blink').blink();
});
</script>
<!-- End Blinking Text jquery Script-->

Make sure you change the file paths to the .js files to match your directory setup. For me it's "/forums/clientscript/filename.js" If your forums are in your web root your location may be just "/clientscript/filename.js".

jquery-1.3.min.js is already installed in your /clientscript/jquery/ directory.

Step 3. Make a new BB Code using the instructions in the first post or edit your existing blink bb code. Use the following replacement code instead of the replacement in the first post. (much shorter):
Code:

<span class="blink">{param}</span>
Save your new or edited BB Code and you're done. You know have a [bkink] tag that works in all major browsers.

Note: Updated to use VB4's built in jquery file.

I was unable to get this working in VB version 4.2.1. In post #3 it refers to "header include template". I was unable to locate that template name. Surely the header include is not a type o with nobody else pointing it out before now.

BirdOPrey5 08-17-2013 11:17 AM

The actual template name is headinclude, I will update the post, thank you.

TheChief 08-17-2013 12:41 PM

Just followed all the instructions and cant get it to work on chrome using vbull 4.2.1

Any suggestions, i tried both the long and short replacement code

Thanks


All times are GMT. The time now is 12:12 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.01286 seconds
  • Memory Usage 1,737KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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