cheers mate, worked a charm!
Announcement
Collapse
No announcement yet.
i share my BB codes...
Collapse
X
-
blade57,
Please enter your license info into your user profile. See my sig for details. Thanks!Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
Comment
-
These are all awesome, and they worked without a hitch.
I do have a question though (my search came up with close to, but not exactly, what i was looking for)
Which template do I need to edit to include these new items in the vBcode help page? (the one that pops up, not the normal FAQ page)
Thanks!Comment
-
I have customized the glow tag so that you can specify both the color and the strength through the tag itself.
This is my code replacement:
Code:<div style="width:100%; filter:glow{option}">{param}</div>
Code:[glow=(color=blue, strength=3)]this text is glowing[/glow]
-Justin "JJR512" Rebbert
JJR512.com: Chat about anything!Comment
-
Re: Flash bbcode
Originally posted by adrianmak
vB Code tag
----------------
swf
vB Code replacement
----------------------------
<embed src={option} width=400 height=300 type=application/x-shockwave-flash></embed>
vB Code example
----------------------
[swf=http://yourdomain.com/test.swf][/swf]
Use {option} ?
---------------------
yes
how can i change the width and height autom. to the width and height of the swf file ??
when it is a lillte flash movie , then you get a very big frame whit a lillte movie in it
Comment
-
Originally posted by NYI Fan
Which template do I need to edit to include these new items in the vBcode help page? (the one that pops up, not the normal FAQ page)
Thanks!
Thanks!
==============================================
<feeling like a moron>
Nevermind, somehow I overlooked the (DOH!) bbcodes template
Thanks anyway
</moron mode>Last edited by NYI Fan; Wed 19 Sep '01, 5:52pm.Comment
-
It's been mentioned before, but thought I'd ask too...
One for "spoilers" where the foreground and background color is the same (and you have to highlight it with your mouse to see the spoiler) or something would be really great!
Either that, or it could could give a warning, then count to 20 down the screen before revealing the spoiler...?
Hmm.
-Jason / WTF.com
"I think I've been quite clear that the new style will be in vB4." - Allen Lin / February 16, 2012Comment
-
Re: Re: Flash bbcode
Originally posted by ~Mr NeMo~
adrianmak,
how can i change the width and height autom. to the width and height of the swf file ??
when it is a lillte flash movie , then you get a very big frame whit a lillte movie in it
Ill see if i can fix up a code where you can choose the height and width!Comment
-
To get both the height and width as user-specified, what you have to do is something like this:
Tag: swf
Code Replacement: <embed src={option} type=application/x-shockwave-flash></embed>
Code Example: [swf="http://yoursite.com/yourmovie.swf height=000 width=000"][/swf]
You see, because the user must type in the source path to the flash file, followed by height= and witdth=, and all that is inside the quotes, all of the becomes the {option}. So the code replacement, which is embed src={option} type=application/etc. then becomes embed src=<path> height=xxx width=yyy type=application/etc.
Note that nothing actually goes inside the tag, inside the square brackets.-Justin "JJR512" Rebbert
JJR512.com: Chat about anything!Comment
-
***NEW BB CODES***
----------------------------------------------
vB Code tag:
mid
-----------------------
vB Code replacement:
<embed src ="{param}" autostart="true" hidden="true" loop="true" ></embed>
-----------------------
vB Code example:
[mid]http://www3.mistral.co.uk/colinp/sultans.mid[/mid]
-----------------------
vB Code explanation:
This BB Code allows you to include a midi file in you post.
-----------------------
Use {option} ?:
No
----------------------------------------------
----------------------------------------------
vB Code tag:
line
-----------------------
vB Code replacement:
<hr width="{param}">
-----------------------
vB Code example:
[line]300[/line]
-----------------------
vB Code explanation:
This BB Code allows you to add horisontal lines in your post, then number 300 is the width you want it to be.
-----------------------
Use {option} ?:
No
----------------------------------------------
----------------------------------------------
vB Code tag:
maquee
-----------------------
vB Code replacement:
<marquee>{param}</marquee>
-----------------------
vB Code example:
[maquee]text here[/maquee]
-----------------------
vB Code explanation:
This BB Code allows you to add a maquee in your post.
-----------------------
Use {option} ?:
No
----------------------------------------------
... i hope you like them!Comment
-
BB codes don't go in the templates.
Admin CP -> Custom BB codes -> AddSteve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
Comment
-
Sorry Steve
Thats not what I meant
I successfully added the code in, i just need to know how to edit the FAQ to reflect the new bbcodes available to my users
(Unless i missed something, and they shoudl be there automatically after I add the code?)
Thanks!Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment