Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=97)
-   -   Movie tag (http://www.bvlist.com/showthread.php?t=1921)

kp380lv 1st February 2009 11:37

Movie tag
 
This is for Yuna Scatari Edition (18.05.07) Pre 6 RC

Open functions_global.php

Above this:

Code:


// URLs
    $s = format_urls($s);

Add this:

Code:


// [movie].movie[/movie] 
// [movie]here add movie link[/movie] 
// [movie]example: http://www.youtube.com/watch?v=yMlvAhCqNAc&feature=rec-HM-fresh+div[/movie] 
$s = preg_replace(
"/\[movie\]([^()<>\s]+?)\[\/movie\]/i",
" 





", $s);

[movie]example: [media]http://www.youtube.com/watch?v=yMlvAhCqNAc&feature=rec-HM-fresh+div[/media][/movie]

someoneee 5th March 2009 13:47

i tried it on 2.2 version.and it didin't work.could you make it for 2.2 version please?


All times are GMT +2. The time now is 00:20.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.