:: vBspiders Professional Network ::

:: vBspiders Professional Network :: (http://www.vbspiders.com/vb/index.php)
-   قســم تطويــر المــــواقع (http://www.vbspiders.com/vb/forumdisplay.php?f=92)
-   -   [شرح] : وضع مقطع يوتيوب في الموضوع ( بحركة وحده ) (http://www.vbspiders.com/vb/showthread.php?t=6149)

BlueHacker 03-20-2009 12:56 PM

[شرح] : وضع مقطع يوتيوب في الموضوع ( بحركة وحده )
 
السلام عليكم

قبل كم يوم عرفت طريقة مره سهله من احد الأخوان وحبيت احطها لكم

واذا كانت مكرره آسف بس حبيت افيدكم

طريقة التركيب

افتح مجلد includes وابحث عن ملف class_bbcode.php

وابحث عن هذا الكود

اقتباس:
// ********************* REMOVE HTML CODES ***************************

if (!$do_html)

{

$text = htmlspecialchars_uni($text);

}

$html_allowed = $do_html;

$text = $this->parse_whitespace_newlines($text, $do_nl2br);

// ********************* PARSE BBCODE TAGS ***************************

واستبدله بهذا الكود

اقتباس:
// ********************* REMOVE HTML CODES ***************************

if (!$do_html)

{

$text = htmlspecialchars_uni($text);

}

$html_allowed = $do_html;

$text = $this->parse_whitespace_newlines($text, $do_nl2br);

//jill add youtube code

if ( strpos($text, 'youtube.com/watch') !== false )

{

//$data = preg_replace("http*youtube*com","", $data);

$text = preg_replace("/http:\/\/([wW[:punct:]])*youtube\.com\/watch\\?v=([0-9a-zA-Z[:punct:]]{11}+)/","[/url][url]", $text);

}

//jill code end

// ********************* PARSE BBCODE TAGS ***************************

والحين رح جرب ضع رابط في الموضوع

وهذا مثال مباشر

http://www.3ial.com/vb/showthread.php?t=17727


الساعة الآن 10:36 AM


[ vBspiders.Com Network ]


SEO by vBSEO 3.6.0