I want BBcode slidesow

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!
User avatar
Darkman
BBCoder II
BBCoder II
Posts: 23
Joined: 20 Mar 2010, 23:53

Re: I want BBcode slidesow

Post by Darkman »

Wow!!!

This is created by me

http://www.slide.com/r/OP416726tz9WtmpE ... bedded_url

Code: Select all

<div><embed src="http://widget-c6.slide.com/widgets/slideticker.swf" type="application/x-shockwave-flash" quality="high" scale="noscale" salign="l" wmode="transparent" flashvars="cy=lt&il=1&channel=3458764513838537670&site=widget-c6.slide.com" style="width:426px;height:320px" name="flashticker" align="middle"></embed><div style="width:426px;text-align:left;"><a href="http://www.slide.com/pivot?cy=lt&at=un&id=3458764513838537670&map=1" target="_blank"><img src="http://widget-c6.slide.com/p1/3458764513838537670/lt_t021_v000_s0un_f00/images/xslide1.gif" border="0" ismap="ismap" /></a> <a href="http://www.slide.com/pivot?cy=lt&at=un&id=3458764513838537670&map=2" target="_blank"><img src="http://widget-c6.slide.com/p2/3458764513838537670/lt_t021_v000_s0un_f00/images/xslide2.gif" border="0" ismap="ismap" /></a> <a href="http://www.slide.com/pivot?cy=lt&at=un&id=3458764513838537670&map=F" target="_blank"><img src="http://widget-c6.slide.com/p4/3458764513838537670/lt_t021_v000_s0un_f00/images/xslide42.gif" border="0" ismap="ismap" /></a></div></div>
Another user

http://www.slide.com/r/r3duj5JL7D-Wb4Wv ... bedded_url

Code: Select all

<div><embed src="http://widget-74.slide.com/widgets/slideticker.swf" type="application/x-shockwave-flash" quality="high" scale="noscale" salign="l" wmode="transparent" flashvars="cy=lt&il=1&channel=3098476543675819636&site=widget-74.slide.com" style="width:426px;height:320px" name="flashticker" align="middle"></embed><div style="width:426px;text-align:left;"><a href="http://www.slide.com/pivot?cy=lt&at=un&id=3098476543675819636&map=1" target="_blank"><img src="http://widget-74.slide.com/p1/3098476543675819636/lt_t017_v000_s0un_f00/images/xslide1.gif" border="0" ismap="ismap" /></a> <a href="http://www.slide.com/pivot?cy=lt&at=un&id=3098476543675819636&map=2" target="_blank"><img src="http://widget-74.slide.com/p2/3098476543675819636/lt_t017_v000_s0un_f00/images/xslide2.gif" border="0" ismap="ismap" /></a> <a href="http://www.slide.com/pivot?cy=lt&at=un&id=3098476543675819636&map=F" target="_blank"><img src="http://widget-74.slide.com/p4/3098476543675819636/lt_t017_v000_s0un_f00/images/xslide42.gif" border="0" ismap="ismap" /></a></div></div>
KukY13
BBCoder III
BBCoder III
Posts: 96
Joined: 26 Jun 2010, 16:23
Contact:

Re: I want BBcode slidesow

Post by KukY13 »

There are too much variations between the codes, so a simple BBCode is not possible.
I could make a JS which would extract all the data and then place it in a template, but it's not worth it because you would still get the same result, only thing is that then the BBCode would be considered 'safe' because that {TEXT} wouldn't be directly placed into the HTML.
Image
User avatar
Darkman
BBCoder II
BBCoder II
Posts: 23
Joined: 20 Mar 2010, 23:53

Re: I want BBcode slidesow

Post by Darkman »

Thank you very much for your interest, but you're right: not worth it.

I will use the URL tag to direct the slides
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: I want BBcode slidesow

Post by cisco007 »

it will work if you do it like this, just like i told you before, use this as the html:

Code: Select all

<object type="application/x-shockwave-flash" data="http://widget-6e.slide.com/widgets/slideticker.swf" height="320" width="426" style="width:426px;height:320px"><param name="movie" value="http://widget-6e.slide.com/widgets/slideticker.swf" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="salign" value="l" /><param name="wmode" value="transparent"/> <param name="flashvars" value="{INTTEXT}"/></object>
look in the embed code and use the stuff after the

Code: Select all

"flashvars" value=
for example:

Code: Select all

cy=lt&il=1&channel=3458764513865390257&site=widget-b1.slide.com
demo:

Code: Select all

[slideshow]cy=lt&il=1&channel=3458764513865390257&site=widget-b1.slide.com[/slideshow]
User avatar
Darkman
BBCoder II
BBCoder II
Posts: 23
Joined: 20 Mar 2010, 23:53

Re: I want BBcode slidesow

Post by Darkman »

Ach...
I've followed all the instructions, but I can not!
I will attempt, I remember this change and it worked.

http://www.darkylab.altervista.org/foru ... p=760#p760

summarizing

BBcode

Code: Select all

[slideshow]{INTTEXT}[/slideshow]
HTML

Code: Select all

<object type="application/x-shockwave-flash" data="http://widget-6e.slide.com/widgets/slideticker.swf" height="320" width="426" style="width:426px;height:320px"><param name="movie" value="http://widget-6e.slide.com/widgets/slideticker.swf" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="salign" value="l" /><param name="wmode" value="transparent"/> <param name="flashvars" value="{INTTEXT}"/></object>
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: I want BBcode slidesow

Post by cisco007 »

I finally got it to work don't really know if it will work for all, but for the one you gave me this is how i did it!


bbcode usage:

Code: Select all

[slideshow]{NUMBER}[/slideshow]

html:

Code: Select all

<embed src="http://widget-74.slide.com/widgets/slideticker.swf" type="application/x-shockwave-flash" quality="high" scale="noscale" salign="l" wmode="transparent" flashvars="cy=lt&il=1&channel={NUMBER}&site=widget-74.slide.com" style="width:426px;height:320px" name="flashticker" align="middle"></embed><div style="width:426px;text-align:left;"><a href="http://www.slide.com/pivot?cy=lt&at=un&id={NUMBER}6&map=1" target="_blank"><img src="http://widget-74.slide.com/p1/{NUMBER}6/lt_t017_v000_s0un_f00/images/xslide1.gif" border="0" ismap="ismap" /></a> <a href="http://www.slide.com/pivot?cy=lt&at=un&id=3098476543675819636&map=2" target="_blank"><img src="http://widget-74.slide.com/p2/{NUMBER}/lt_t017_v000_s0un_f00/images/xslide2.gif" border="0" ismap="ismap" /></a> <a href="http://www.slide.com/pivot?cy=lt&at=un&id={NUMBER}&map=F" target="_blank"><img src="http://widget-74.slide.com/p4/{NUMBER}/lt_t017_v000_s0un_f00/images/xslide42.gif" border="0" ismap="ismap" /></a></div>

helpline:

Code: Select all

[slideshow]number in embed[/slideshow]
example:

Code: Select all

[slideshow]3458764513865390257[/slideshow]
Demo:
http://layerbabuena.org/viewtopic.php?f ... p=380#p380
User avatar
Darkman
BBCoder II
BBCoder II
Posts: 23
Joined: 20 Mar 2010, 23:53

Re: I want BBcode slidesow

Post by Darkman »

http://www.darkylab.altervista.org/foru ... p=762#p762

WORKSSSSSSS!!!! :gp: :truce:

You're big!

Many thanks, now I'll fix my slides
ghetss261
BBCoder I
BBCoder I
Posts: 1
Joined: 10 Aug 2010, 05:41

Re: I want BBcode slidesow

Post by ghetss261 »

I wanna try this one..
and maybe check this one out..
thank you for that..
it would mean great help..
Locked