The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Converting phpbb bbcode to vbulletin bbcode
I'm working on creating a picasaweb slideshow bbcode, and all that I'm finding are phpbb versions. I'm hoping somebody can help me convert this to vbulletin bbcode.
Code:
BBcode Usage: [picasa]http://picasaweb.google.com/{INTTEXT}/{IDENTIFIER2}#[/picasa] HTML replacement: <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"> </script> <div id="piks{INTTEXT}{IDENTIFIER2}"> <script> var flashvars = { feed: "http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2F{INTTEXT}%2Falbum%2F{IDENTIFIER2}%3Falt%3Drss%26kind%3Dphoto%26hl%3Den_US", RGB: "0x000000" }; var params = { pluginspage: "http://www.macromedia.com/go/getflashplayer", allowscriptaccess: "always" }; swfobject.embedSWF("http://picasaweb.google.com/s/c/bin/slideshow.swf", "piks{INTTEXT}{IDENTIFIER2}", "600", "450", "9.0.0", "", flashvars, params); </script> </div> Here is a sample slideshow embed code that I need to chop up somehow: Code:
<embed type="application/x-shockwave-flash" src="http://picasaweb.google.com/s/c/bin/slideshow.swf" width="600" height="400" flashvars="host=picasaweb.google.com&hl=en_US&feat=flashalbum&RGB=0x000000&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fjustinmcfarland0%2Falbumid%2F5472781521410630865%3Falt%3Drss%26kind%3Dphoto%26hl%3Den_US" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> Thanks. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|