UBB.Dev
Posted By: Gizmo [7.3+] CustomTag - Photobucket Slideshow - 07/12/2008 6:14 PM
Author: Gizmo (James of VNC Web Design)

Requirements:
  • Valid UBB.Threads 7.3 Install


About:
This CustomTag will allow your users to embed their PhotoBucket Slideshow's on your forums (via the pbw file link that photobucket supplies).

Install Instructions:
1. Copy the below code into notepad, and save it as customtag.txt".
2. Import it to you Custom Tags section of the control panel (I hope someday we can just copy/paste into there)

Usage Instructions:
Code

Custom Tag:
Code
<?php
$export_tags = array (
0 =>
array (
'tag' => 'embed:photobucket',
'descrip' => 'Photobucket Widget',
'prompt' => 'Please enter the URL to your photobucket widget (.pbw file).',
'regex' => '(.*)\\?(.*)=(.*)',
'markup' => '<embed type="application/x-shockwave-flash" wmode="transparent" src="http://w33.photobucket.com/pbwidget.swf?pbwurl=\\\\1\\\\3" height="350" width="425" />',
),
);
?>
Posted By: AllenAyres Re: [7.3+] CustomTag - Photobucket Slideshow - 07/26/2008 10:31 PM
Thanks Gizzy smile
© UBB.Developers