IGN video bbcode request

Support for PhpBB3 BBCodes. Post here to get help with any BBCode related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe exactly what it is you want.
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Locked
rastas
BBCoder I
BBCoder I
Posts: 2
Joined: 17 Jun 2010, 01:00

IGN video bbcode request

Post by rastas »

Hello, can someone tell me how to create a IGN video bbcode for my phpb33 forum?

this is the website: http://uk.ign.com/

I need the BBCode, The HTML and the helpline please...


thanks

ps: sorry if this is already posted on forum, but I searched and didnt see anything
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: IGN video bbcode request

Post by cisco007 »

this is the best i could do, pay close attention!

bbcode usage:

Code: Select all

[ign]{NUMBER},{SIMPLETEXT}[/ign]
html replacement:

Code: Select all

<object id='vid_{NUMBER}' width='480' height='270' data='http://media.ign.com/ev/embed.swf' type='application/x-shockwave-flash'><param name='movie' value='http://media.ign.com/ev/embed.swf' /><param name='allowfullscreen' value='true' /><param name='allowscriptaccess' value='always' /><param name='bgcolor' value='#000000' /><param name='flashvars' value='vgroup={SIMPLETEXT}&object={NUMBER}'/></object>
helpline:

Code: Select all

[ign]number after objects/ and letters between videos/ and .html[/ign]
demo:

Code: Select all

[ign]872155,e310_zelda_full_trl_061510[/ign]
http://ciscoasite.zapto.org/testsite/vi ... p=350#p350
to achieve this look at the video url carefully!
http://wii.ign.com/dor/objects/872155/the-legend-of-zelda-skyward-sword/videos/e310_zelda_full_trl_061510.html
you will use the red and the green part!
rastas
BBCoder I
BBCoder I
Posts: 2
Joined: 17 Jun 2010, 01:00

Re: IGN video bbcode request

Post by rastas »

thanks a lot for the tutorial...you helped me a lot


you're the Man _o_
Locked