Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Yuna Scatari Edition (YSE) > Mods & Themes
Reply
Thread Tools
  #1  
Old 1st February 2009, 11:37
kp380lv's Avatar
kp380lv kp380lv is offline
Senior Member
 
Join Date: May 2008
Latvia
Posts: 388
Smile 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", 
"<object type='application/x-shockwave-flash' scale='noscale' salign='lt' allowFullScreen='true' allowSriptAccess='always' width='425' height='260'>  
<param name='movie'  value='\\1'> 
<param name='scale'value='noscale'> 
<param name='salign'value='lt'> 
<param name='allowFullScreen' value='true'> 
<param name='allowScriptAccess' value='always'> 
</object>", $s);
[movie]example: [media]http://www.youtube.com/watch?v=yMlvAhCqNAc&feature=rec-HM-fresh+div[/media][/movie]

Last edited by kp380lv; 1st February 2009 at 11:48.
Reply With Quote
  #2  
Old 5th March 2009, 13:47
someoneee someoneee is offline
Member
 
Join Date: Dec 2008
Lithuania
Posts: 2
Default
i tried it on 2.2 version.and it didin't work.could you make it for 2.2 version please?
Reply With Quote
The Following User Says Thank You to someoneee For This Useful Post:
look (26th March 2012)
Reply

Tags
movie , tag


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[TSSE] movie of the week alpha1969 Template Shares 0 9th October 2009 20:40
movie of the week patz TBDev 0 27th December 2008 05:54



All times are GMT +2. The time now is 11:39. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.