MyBB Community Forums
WSHH MyCode Request - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Resources (https://community.mybb.com/forum-8.html)
+--- Forum: MyCodes (https://community.mybb.com/forum-117.html)
+--- Thread: WSHH MyCode Request (/thread-91205.html)



WSHH MyCode Request - Flogging My Log - 2011-03-29

Hi to all i need this video site like bbcode
http://www.worldstarhiphop.com/videos/video.php?v=wshhpujz8FSy2l1X3g6O


RE: WSHH MyCode Request - alirex - 2011-04-04

Title :- World Star Hip Hop Player

Short Description :- World Star Hip Hop Player

Regular Expression :- \[hiphop\](.*?)\[/hiphop\]

Replacement :-
<object width="448" height="374"><param name="movie" value="http://www.worldstarhiphop.com/videos/e/16711680/$1"><param name="allowFullScreen" value="true"></param><embed src="http://www.worldstarhiphop.com/videos/e/16711680/$1" type="application/x-shockwave-flash" allowFullscreen="true" width="448" height="374"></embed></object>

Enabled? :- Yes


RE: WSHH MyCode Request - Flogging My Log - 2011-05-07

Not workin with 1.6.3 can you provide fix for this..


RE: WSHH MyCode Request - h4ppycor3 - 2011-08-16

it works correctly Wink

example: [hiphop]wshhpujz8FSy2l1X3g6O[/hiphop]
the string is the video id ^^

here is a alternate version. you can copy&paste the full link Wink

acp->configuration->my code -> add new

Title: World Star Hip Hop Player

Short Description: World Star Hip Hop Player

Regular Expression : \[hiphop\]http:\/\/www\.worldstarhiphop\.com\/videos\/video\.php\?v=(.*?)\[/hiphop\]

Replacement: <object width="448" height="374"><param name="movie" value="http://www.worldstarhiphop.com/videos/e/16711680/$1"><param name="allowFullScreen" value="true"></param><embed src="http://www.worldstarhiphop.com/videos/e/16711680/$1" type="application/x-shockwave-flash" allowFullscreen="true" width="448" height="374"></embed></object>

Enabled: Yes 

Parsing order: 0 or 1 ^^

example: [hiphop]http://www.worldstarhiphop.com/videos/video.php?v=wshh552w6ZXIxqlGqa0x[/hiphop]

thats all! have fun