โปรแกรมสร้างแกลลอรี่ภาพที่เร็วที่สุด / Super fast create photo gallery by porta
http://www.stegmann.dk/mikkel/porta/
วันจันทร์ที่ 29 สิงหาคม พ.ศ. 2554
วันพฤหัสบดีที่ 25 สิงหาคม พ.ศ. 2554
การสร้างเส้นโค้งสวยๆใน Illustrator (10.0)
วันอังคารที่ 23 สิงหาคม พ.ศ. 2554
การเพิ่มเมนูใน SMF / Add a menu button to SMF webboard
อันนี้ พอดีไปเจอมาเผื่อหลายๆท่านได้ใช้นะครับ มาดูกัน
มาจากหน้านี้ http://www.doothaithai.com/read.php?tid-117.html
เนื้อหามีอยู่ว่า
//
1. ให้เปิดไฟล์ Subs.php ซึ่งตั้งอยู่ในโฟล์เดอร์ Sources นะครับ
2. ไปที่บรรทัดที่ 3713 (ผมเปิดด้วย Rapid CSS 2008) หรือไปค้นหา
// All the buttons we can possible want and then some, try pulling the final list of buttons from cache first.
if(($buttonData = cache_get_data('menu_buttons-' . implode('_',$user_info['groups']) . '-' . $user_info['language'], $cacheTime)) ===null || time() - $cacheTime <= $modSettings['settings_updated']) { $buttons = array( 'home' => array(
'title' => $txt['home'],
'href' => $scripturl,
'show' => true,
'sub_buttons' => array(
),
),
3.สมมติว่า ผมจะเพิ่มเมนูชื่อว่า products ก็เพิ่ม code ข้างล่างนี้ต่อจาก code ข้างบนเลยครับ
'products' => array(
'title' => 'Products',
'href' => 'http://www.ที่อยู่เว็บ.com/webpages/products.html',
'show' => true,
'sub_buttons' => array(
),
),
4.จากนั้นก็ save และ upload ขึ้นไปแทน file เดิมได้เลยครับ
//
ขอบคุณเจ้าของบทความนะครับ มีประโยชน์ต่อชาวโลกจริงๆ
วันพุธที่ 17 สิงหาคม พ.ศ. 2554
สมัครสมาชิก:
บทความ (Atom)