PDA

View Full Version : Mini Mods - extra (IE) bbcode for glow,shadow, opacity and marquee


Kaasie
09-14-2006, 10:00 PM
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: obesitas
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: Scrolling text
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: this is green
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>
this is blue
use option: yes
Button Image (Optional) ./images/misc/shadow.gif

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

Kaasie
09-15-2006, 04:00 AM
opacity
title in forum: opacity for pictures
tag: opac
Replacement: <img style="filter:alpha(opacity=85,style=2,finishopacity=10)" src={param}>
example: http://www.maagverkleining.nl/images/weka.jpg
use option: no
Button Image (Optional) ./images/misc/opaque.gif

MentaL
09-15-2006, 12:26 PM
I tend to dislike these on the basis that firefox disallows such code :(

R.Solutions
09-16-2006, 06:45 AM
Isnt it not recommended for HTML?

TamCaVBoy3
09-16-2006, 08:33 AM
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/>

Snake
09-17-2006, 12:42 PM
Thank you, thank you!

iran.gs
09-23-2006, 09:42 PM
Thanks was looking for these any idea how we can Realplayer or Flash also like these ?

Kaasie
09-24-2006, 02:39 AM
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: http://members.chello.nl/~jagodschalk/index.htm
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: http://members.chello.nl/~jagodschalk/index.htm
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=""])

Kaasie
09-24-2006, 02:52 AM
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: example.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: http://members.chello.nl/~jagodschalk/funky_trombone.wmv
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: http://members.chello.nl/~jagodschalk/Cellmates.mp3
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

Endurer
09-25-2006, 07:02 PM
Thanks a lot.. this comes in as handy.

apiasto
02-27-2007, 01:54 AM
thank you very much, quite a fancy thing

rezapci
02-27-2007, 03:50 AM
verynice