MyBB Community Forums

Full Version: [Request] Sky Album MyCode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi to all and please can someone provide MyCode For this site
http://www.skyalbum.com/browse.html
Example:
http://www.skyalbum.com/showAlbum/350346
Regular Expression;
\[skyalb\](.*?)\[/skyalb\]
Replacement;
<object width="640" height="480"><param name="movie" value="http://www2.skyalbum.com/album2/2011/201104/20110417/xaospayne/$1/hang_over_part_iii.swf"></param><param name="wmode" value="transparent"></param><embed src="http://www2.skyalbum.com/album2/2011/201104/20110417/xaospayne/$1/hang_over_part_iii.swf" type="application/x-shockwave-flash" wmode="transparent" width="640" height="480"></embed></object>

Usage;
[skyalb]350346[/skyalb]
Sorry this is not working
Does you've allowed permissions to Show MyCodes on that forum ?
(2011-04-20, 08:55 AM)Yaldaram Wrote: [ -> ]Does you've allowed permissions to Show MyCodes on that forum ?

yes i do but nothing shows in the post area
Can you try this in ACP > Configurations > MyCodes > Skyalb MyCode > and test it in sand box ? Does it run there ?
not working i try
Regular Expression:
\[skyalb\](.*?)\[/skyalb\]

Replacement:
<object width="640" height="480"><param name="movie" value="$1"></param><param name="wmode" value="transparent"></param><embed src="$1" type="application/x-shockwave-flash" wmode="transparent" width="640" height="480"></embed></object>

Usage:
[skyalb]http://www2.skyalbum.com/album2/2011/201104/20110417/xaospayne/4dab37aa10e/hang_over_part_iii.swf[/skyalb]
This one working like charm..Thanx you guys