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

Reply
 
Thread Tools
extra (IE) bbcode for glow,shadow, opacity and marquee Details »»
extra (IE) bbcode for glow,shadow, opacity and marquee
Version: 1.00, by Kaasie Kaasie is offline
Developer Last Online: Apr 2020 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.6.1 Rating:
Released: 09-14-2006 Last Update: Never Installs: 24
 
No support by the author.

hi y'all..

Here are some internetexplorer additions for your vB
==

click add new bbcode for each new code you want to add.

wikipedia in forum

title in forum: Wikipedia reference-link
tag: wiki
Replacement: <span style="background-color: White; border: 1px dashed Blue; padding: 1px; text-decoration: none;"><img src="images/misc/wikipedia.gif" alt="Wikipedia referentie-link" align="absmiddle" border="0"><a href="http://NL.wikipedia.org/wiki/{param}" target="new">{param}</a></span>
example: [wiki]obesitas[/wiki]
use option: no
Button Image (Optional) ./images/misc/wikipedia.gif

note the NL in the wikipediaurl: for english replace with EN

===
marquee

title in forum: marquee option
tag: marq
Replacement: <MARQUEE BEHAVIOR=SLIDE SCROLLDELAY=50 SCROLLAMOUNT=10 LOOP=0>{param}</marquee>
example: [marq]Scrolling text[/marq]
use option: no
Button Image (Optional) ./images/misc/marquee.gif

==

Glowing Text

title in forum: Glowing Text
tag: glow
Replacement: <div style="font-size:12px;letter-spacing:normal;font-style:normal;font-family:verdana;color:#ffffff;filter:Glow(color={op tion},strength=5);height:22px; ">{param}</div>
example: [glow=green]this is green[/glow]
use option: yes
Button Image (Optional) ./images/misc/glow.gif

==

shadowed text
title in forum: shadowed text
tag: shadow
Replacement: <div style="font-size:12px;letter-spacing:normal;font-style:normal;font-family:verdana;color:#ffffff;filter:shadow (color=blue,strength=5);height:22px;">dit is blauw</div>
[shadow=blue]this is blue[/shadow]
use option: yes
Button Image (Optional) ./images/misc/shadow.gif

upload the gifs in your misc-directory..
That's all

Show Your Support

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

Comments
  #2  
Old 09-15-2006, 04:00 AM
Kaasie's Avatar
Kaasie Kaasie is offline
 
Join Date: Nov 2001
Location: rotterdam
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

opacity
title in forum: opacity for pictures
tag: opac
Replacement: <img style="filter:alpha(opacity=85,style=2,finishopaci ty=10)" src={param}>
example: [opac]http://www.maagverkleining.nl/images/weka.jpg[/opac]
use option: no
Button Image (Optional) ./images/misc/opaque.gif
Reply With Quote
  #3  
Old 09-15-2006, 12:26 PM
MentaL's Avatar
MentaL MentaL is offline
 
Join Date: Jan 2003
Posts: 550
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tend to dislike these on the basis that firefox disallows such code
Reply With Quote
  #4  
Old 09-16-2006, 06:45 AM
R.Solutions's Avatar
R.Solutions R.Solutions is offline
 
Join Date: Mar 2006
Location: Texas
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Isnt it not recommended for HTML?
Reply With Quote
  #5  
Old 09-16-2006, 08:33 AM
TamCaVBoy3 TamCaVBoy3 is offline
 
Join Date: May 2004
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

whenever i use the bbcode, it always leave spaces, so the wiki code wouldn't work, how to remove those spaces when you use bbcode? like when i typed in vietnam, then highlight it, then i clicked on wiki bbcode, submit the reply, and the link comes out like this:

http://en.wikipedia.org/wiki/%20<br%20/>vietnam<br%20/>
Reply With Quote
  #6  
Old 09-17-2006, 12:42 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you, thank you!
Reply With Quote
  #7  
Old 09-23-2006, 09:42 PM
iran.gs iran.gs is offline
 
Join Date: Jul 2006
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks was looking for these any idea how we can Realplayer or Flash also like these ?
Reply With Quote
  #8  
Old 09-24-2006, 02:39 AM
Kaasie's Avatar
Kaasie Kaasie is offline
 
Join Date: Nov 2001
Location: rotterdam
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

inline frames in forumthreads

title in forum: inline frame in forumposts
tag: frame
Replacement: <iframe name="framename" SRC="{param}" scrolling="auto" height="650" width="100%" FRAMEBORDER="no"></iframe>

example: [frame]http://members.chello.nl/~jagodschalk/index.htm[/frame]
use option: no
Button Image (Optional) ./images/misc/frame.gif (not in zipfile)

====

inline resizable frames in forumthreads

title in forum: inline resizable frame in forumposts
tag: sizedframe
Replacement: <iframe name="framename" SRC="{param}" scrolling="auto" height="650" width="100%" FRAMEBORDER="no"></iframe>

example: [sizedframe=900]http://members.chello.nl/~jagodschalk/index.htm[/sizedframe]
use option: yes
Button Image (Optional) ./images/misc/sizedframe.gif (not in zipfile)

comments: as you see the default is set to 650 here so that will be the size if no parameter is given ([sizedframe=""])
Reply With Quote
  #9  
Old 09-24-2006, 02:52 AM
Kaasie's Avatar
Kaasie Kaasie is offline
 
Join Date: Nov 2001
Location: rotterdam
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

flashfiles in forum

title in forum: flash
tag: swf
Replacement: <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="100%" height="400"><param name="movie" value="{param}" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="{param}" quality="high" bgcolor="#ffffff" width="100%" height="400" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>

example: [swf]example.swf[/swf]
use option: no
Button Image (Optional) ./images/misc/swf.gif (not in zipfile)

Works also with .DCR files

==========

mediaplayer files in forum

title in forum: mediaplayer file
tag: media
Replacement: <embed src="{param}" width="100%" height="400" hidden="false" loop="false" volume=100>

example: [media]http://members.chello.nl/~jagodschalk/funky_trombone.wmv[/media]
use option: no
Button Image (Optional) ./images/misc/media.gif (not in zipfile)

Works also with other mediaplayer extensions

========

hidden music in posts
starting when a visitor reaches the point in the page where the code is. (if in footer it requires to scroll to the footer before the file starts to play)

hidden mediaplayer files in forum

title in forum: hidden mediaplayer file
tag: hidden
Replacement: <img dynsrc="{param}" width="1" height="1" hidden="true" loop="true" volume=100>

example: [hidden]http://members.chello.nl/~jagodschalk/Cellmates.mp3[/hidden]
use option: no
Button Image (Optional) ./images/misc/media.gif (not in zipfile)

Works also with all other mediaplayer extensions
====

There is a difference between the <embed> and the <img dynsrc> code which is that the embed streams while downloading and <img dynsrc> loads the entire file before playing

Have fun
Reply With Quote
  #10  
Old 09-25-2006, 07:02 PM
Endurer Endurer is offline
 
Join Date: Sep 2006
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks a lot.. this comes in as handy.
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 10: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.04308 seconds
  • Memory Usage 2,287KB
  • Queries Executed 23 (?)
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
  • (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
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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