Gossamer Forum
Home : Products : Gossamer Forum : Development, Plugins and Globals :

Custom tag - too advanced?

Quote Reply
Custom tag - too advanced?
Hi,

I wanted to add a "youtube" tag in the forum ... so added:

youtube()

Code:
<br />
<p><object height="250" width="415"><param name="movie" value="%1%"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="%1%" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="250" width="415"></embed></object>]
</p>

This works fine when showing the post - but when you go to "edit" it, the page breaks - it shows up as:

Code:
Doing a test re[;y



]




]

..instead of:

Code:
[youtube http://www.youtube.com/v/a52sSrzJSHs?fs=1&amp;hl=en_GB]

Is this tag just too complicated? I really wanna get this to work :)

BTW, I've also tested it with "quotes" around it, but the same happens:

Code:
[youtube "http://www.youtube.com/v/a52sSrzJSHs?fs=1&amp;hl=en_GB"]


TIA

Andy

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!

Last edited by:

Andy: Oct 15, 2010, 1:16 AM
Subject Author Views Date
Thread Custom tag - too advanced? Andy 7765 Oct 15, 2010, 1:15 AM
Post Re: [Andy] Custom tag - too advanced?
Andy 7593 Oct 15, 2010, 3:20 AM
Thread Re: [Andy] Custom tag - too advanced?
brewt 7549 Oct 17, 2010, 3:17 PM
Thread Re: [brewt] Custom tag - too advanced?
Andy 7545 Oct 18, 2010, 12:09 AM
Thread Re: [Andy] Custom tag - too advanced?
brewt 7559 Oct 18, 2010, 11:01 AM
Post Re: [brewt] Custom tag - too advanced?
Andy 7569 Oct 18, 2010, 11:32 AM