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

Products: Gossamer Forum: Development, Plugins and Globals: Custom tag - too advanced?: Edit Log

Here is the list of edits for this post
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

Edit Log: