Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   Youtube video in the foruns (http://www.bvlist.com/showthread.php?t=3095)

gugudada 27th July 2009 11:28

Youtube video in the foruns
 
Is it possible to put (copy the embed or something ...) an youtube video in the foruns of the 1.3.9 ? if so, could u pls paste the code, thanks :)

Ashur 27th July 2009 19:31

try to look into globalfunctions.php from TS 5.4.1 and look up for youtube function and try to put it on your ts 1.3.9

if that works then you're done, if it doesn't well sorry to hear that and you need little bit of tweaking to be done

gugudada 28th July 2009 03:53

I already tried that before Ashur as a few more (similar) options, but no luck with any.
Thanks anyway Ashur unfortunately it seems a little harsh to me to find a solution :sorry:

Demon-Cod3rs 5th April 2015 18:05

ill look into this and see what i can come up with

firefly007 5th April 2015 20:18

Quote:

Originally Posted by gugudada (Post 13757)
Is it possible to put (copy the embed or something ...) an youtube video in the foruns of the 1.3.9 ? if so, could u pls paste the code, thanks :)


Add this to function format_comment function

Code:

 
  $s = preg_replace(
  "/\[video=\bhttps?:\/\/www\.youtube\.com\/watch\?v=([\w\d-]+?)\]/i",
  "", $s);


Demon-Cod3rs 5th April 2015 20:56

beat me too it:drink:


All times are GMT +2. The time now is 17:30.

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