- ชื่อ: BBC WMV & VDO MThai tag
- ผู้เขียน: --
- นำเสนอโดย: DexMoreGroup
- ประเภท: BBC
- รอบรับ: SMF 1.1.xx, 2.0.xx
- ปรับปรุงล่าสุด: 20 มิถุนายน 2553
- ต้นฉบับ: --
รายละเอียด เพิ่ม BBC TAG ไว้สำหรับเล่นไฟล์ WMV, WMA, VDO MThai ในบอร์ด SMF
ตัวอย่าง
แก้ไขไฟล์:file Sources/Subs.php
ค้นหา -->>
array(
'tag' => 'flash',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => ($context['browser']['is_ie'] && !$context['browser']['is_mac_ie'] ? '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="$2" height="$3"><param name="movie" value="$1" /><param name="play" value="true" /><param name="loop" value="true" /><param name="quality" value="high" /><param name="AllowScriptAccess" value="never" /><embed src="$1" width="$2" height="$3" play="true" loop="true" quality="high" AllowScriptAccess="never" /><noembed><a href="$1" target="_blank">$1</a></noembed></object>' : '<embed type="application/x-shockwave-flash" src="$1" width="$2" height="$3" play="true" loop="true" quality="high" AllowScriptAccess="never" /><noembed><a href="$1" target="_blank">$1</a></noembed>'),
'validate' => create_function('&$tag, &$data, $disabled', '
if (isset($disabled[\'url\']))
$tag[\'content\'] = \'$1\';'),
'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),
เพิ่มไว้หลัง -->>
ขออภัย! ท่านไม่สามารถเข้าถึงข้อมูลส่วนนี้ได้ กรุณาอ่าน เงื่อนไขการใช้งาน DexMore.Comfile Themes/default/Post.template.php
ค้นหา -->>
'flash' => array('code' => 'flash', 'before' => '[flash=435,255]', 'after' => '[/flash]', 'description' => $txt[433]),
เพิ่มไว้หลัง -->>
'wmv' => array('code' => 'wma', 'before' => '[wma=400,400]', 'after' => '[/wma]', 'description' => $txt['wmv']),
'mthai' => array('code' => 'mthai', 'before' => '[mthai=370,330]', 'after' => '[/mthai]', 'description' => $txt['mthai']),
file Themes/default/languages/index.thai-utf8.php
เพิ่ม -->>
$txt['wmv'] = 'แทรก WMV';
$txt['mthai'] = 'แทรก VDO mthai';
ลิงค์หัวข้อ:
http://dexmore.com/topic/109