
11-09-2006, 12:05 PM
|
|
|
Join Date: May 2003
Location: AMACNY.COM
Posts: 418
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by AndrewD
For your second question, edit includes/local_links_include.php, and go to line 2451 (in 2.2.6 rc), which reads
Code:
if (($user_mac or $user_windows) and get_mimetype($urlType) and in_array($urlType, $musicboxtypes)) $is_musicbox = 1;
Try adding something like:
Code:
if(stristr($linkurlurl, 'video.google.com/videoplay?docid=')) $is_musicbox = 1;
|
I'll wait till the final 2.2.6... any idea on a date?
|