السلام عليكم
قبل كم يوم عرفت طريقة مره سهله من احد الأخوان وحبيت احطها لكم
واذا كانت مكرره آسف بس حبيت افيدكم
طريقة التركيب
افتح مجلد 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