11 กุมภาพันธ์ 2555, 12:02:20
ยินดีต้อนรับผู้เยี่ยมชม
  • noavata
  • ยินดีต้อนรับคุณ, ผู้เยี่ยมชม กรุณา เข้าสู่ระบบ หรือ ลงทะเบียน
    เข้าสู่ระบบด้วยชื่อผู้ใช้ รหัสผ่าน และระยะเวลาในเซสชั่น
Page Rank

ทำเว็บไซต์ | แต่งบอร์ด | ออกแบบ | SMF | Joomla | Drupal | WordPress | JQuery | CMS | ECommerce | Tel. 08-08577477

ส่งหัวข้อนี้พิมพ์ หน้า: Prev 1 2 
icon message ผู้เขียน หัวข้อ: ขอถามเรื่อง MOD ของ SMF ครับช่วยที  (อ่าน 1666 ครั้ง)
0 สมาชิก และ 1 ผู้เยี่ยมชม กำลังดูหัวข้อนี้
*
*


!Personal

Germany   ชาย ออฟไลน์544566157 DexMore DexMore DexMore
เว็บไซต์
icon message
general ความคิดเห็นที่ 15 เมื่อ: 23 กุมภาพันธ์ 2553, 16:09:24
I don't understand ask your description with picture.

ลิงค์หัวข้อ: http://dexmore.com/topic/688
Windows XP    Firefox 3.6   see ip บันทึกการเข้า
ดูรายการสิ่งของสำหรับบอกรักใครสักคน ก็ส่งไปให้เขาเลย!  สำหรับติดหมุดกระทู้ของคุณ!  เพิ่มเวลาที่อยู่ในระบบอีก 12 ชั่วโมง  น้องหมี..เอาไว้กอดนอนแทนกิ๊ก  สำหรับบอกรักใครสักคน ก็ส่งไปให้เขาเลย!  
welcome
*



Cambodia   ชาย ผู้เริ่มต้นกระทู้นี้ ออฟไลน์
icon message
general ความคิดเห็นที่ 16 เมื่อ: 23 กุมภาพันธ์ 2553, 16:39:43
http://img697.imageshack.us/img697/194/57393809.gif
here sir

or u can go to see in http://www.morokat.com/bord/index.php

ลิงค์หัวข้อ: http://dexmore.com/topic/688
Windows Vista    Firefox 3.5.8   see ip บันทึกการเข้า
โฮสต์ดีๆ บริการด้วยใจ
*
*


!Personal

Germany   ชาย ออฟไลน์544566157 DexMore DexMore DexMore
เว็บไซต์
icon message
general ความคิดเห็นที่ 17 เมื่อ: 23 กุมภาพันธ์ 2553, 17:08:50
OK,understand.

header
file index.template.php

search for
โค๊ด: [Select]
echo '
<div class="tborder" ', $context['browser']['needs_size_fix'] && !$context['browser']['is_ie6'] ? ' style="width: 100%;"' : '', '>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="catbg" height="32">';

if (empty($settings['header_logo_url']))
echo '
<span style="font-family: Verdana, sans-serif; font-size: 140%; ">', $context['forum_name'], '</span>';
else
echo '
<img src="', $settings['header_logo_url'], '" style="margin: 4px;" alt="', $context['forum_name'], '" />';

echo '
</td>
<td align="right" class="catbg">
<img src="', $settings['images_url'], '/smflogo.gif" style="margin: 2px;" alt="" />
</td>
</tr>
</table>';

replace with
โค๊ด: [Select]
echo '
<div class="tborder" ', $context['browser']['needs_size_fix'] && !$context['browser']['is_ie6'] ? ' style="width: 100%;"' : '', '>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="catbg">
<img src="', $settings['images_url'], '/smflogo.gif" style="margin: 2px;" alt="', $context['forum_name'], '" />
</td>
</tr>
</table>';

Upload a logo to images folder. the name of the form is smflogo.gif. If you change a name, you must change the code as well.

Info Center
Themes/default/languages/index.english.php

search for
โค๊ด: [Select]
$txt[685] = $context['forum_name'] . ' - Info Center';

replace with
โค๊ด: [Select]
$txt[685] = 'Your message';

ลิงค์หัวข้อ: http://dexmore.com/topic/688
Windows XP    Firefox 3.6   see ip บันทึกการเข้า
ดูรายการสิ่งของสำหรับบอกรักใครสักคน ก็ส่งไปให้เขาเลย!  สำหรับติดหมุดกระทู้ของคุณ!  เพิ่มเวลาที่อยู่ในระบบอีก 12 ชั่วโมง  น้องหมี..เอาไว้กอดนอนแทนกิ๊ก  สำหรับบอกรักใครสักคน ก็ส่งไปให้เขาเลย!  
welcome
*



Cambodia   ชาย ผู้เริ่มต้นกระทู้นี้ ออฟไลน์
icon message
general ความคิดเห็นที่ 18 เมื่อ: 23 กุมภาพันธ์ 2553, 17:31:58
OK,understand.

header
file index.template.php

search for
โค๊ด: [Select]
echo '
<div class="tborder" ', $context['browser']['needs_size_fix'] && !$context['browser']['is_ie6'] ? ' style="width: 100%;"' : '', '>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="catbg" height="32">';

if (empty($settings['header_logo_url']))
echo '
<span style="font-family: Verdana, sans-serif; font-size: 140%; ">', $context['forum_name'], '</span>';
else
echo '
<img src="', $settings['header_logo_url'], '" style="margin: 4px;" alt="', $context['forum_name'], '" />';

echo '
</td>
<td align="right" class="catbg">
<img src="', $settings['images_url'], '/smflogo.gif" style="margin: 2px;" alt="" />
</td>
</tr>
</table>';

replace with
โค๊ด: [Select]
echo '
<div class="tborder" ', $context['browser']['needs_size_fix'] && !$context['browser']['is_ie6'] ? ' style="width: 100%;"' : '', '>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="catbg">
<img src="', $settings['images_url'], '/smflogo.gif" style="margin: 2px;" alt="', $context['forum_name'], '" />
</td>
</tr>
</table>';

Upload a logo to images folder. the name of the form is smflogo.gif. If you change a name, you must change the code as well.

Info Center
Themes/default/languages/index.english.php

search for
โค๊ด: [Select]
$txt[685] = $context['forum_name'] . ' - Info Center';

replace with
โค๊ด: [Select]
$txt[685] = 'Your message';

i'm don't know php..

but i'll trying if its success i'll tell

thanks u

ลิงค์หัวข้อ: http://dexmore.com/topic/688
Windows Vista    Firefox 3.5.8   see ip บันทึกการเข้า
โฮสต์ดีๆ บริการด้วยใจ
welcome
*



Cambodia   ชาย ผู้เริ่มต้นกระทู้นี้ ออฟไลน์
icon message
general ความคิดเห็นที่ 19 เมื่อ: 24 กุมภาพันธ์ 2553, 15:37:47
yes now i'm success on its very thanks DEXMORE

for shear

ลิงค์หัวข้อ: http://dexmore.com/topic/688
Windows Vista    Firefox 3.5.8   see ip บันทึกการเข้า
โฮสต์ดีๆ บริการด้วยใจ
ส่งหัวข้อนี้พิมพ์ หน้า: Prev 1 2 
กระโดดไป:  

Creative Commons License

SMF Thai Translation Powered by SMF © 2006–2012, Simple Machines LLC

WordPress Google เข้าเยี่ยมชมหน้านี้ล่าสุดเมื่อ : 7 กุมภาพันธ์ 2555, 23:46:42

jQuery Plugin Copyright © 2551-2555 Themes Design & Hosting by DexMoreGroup

Sitemap | Thai Simple Machines Forum support SMF Thai

Web Begining | SMF Modifications | SMF Thai Translation Web Begining

Drupal | WordPress | CMS Joomla | jQuery Plugin | Web Graphics CMS Joomla