แก้ให้โลโก้ด้านบนของบอร์ด SMF คลิกแล้วไปที่เว็บอื่นทำได้ไหมครับ

เริ่มโดย hiddendragon, 10 มีนาคม 2013, 20:41:38

หัวข้อก่อนหน้า - หัวข้อถัดไป

0 สมาชิก และ 1 ผู้มาเยือน กำลังดูหัวข้อนี้

hiddendragon


อย่างเช่น บอร์ด Thaiseoboard เวลาไปคลิกที่โลโก้ด้านบน (เช่นกดตรงคำว่า  thaiseoboard)
แล้วให้ไปเว็บอื่น สามารถทำได้ไหมครับ   ?
ถ้าทำได้ช่วยแนะนำด้วยนะครับ ว่าต้องแก้ที่ไฟล์ไหนครับ และต้องทำอย่างไร
:wanwan017:

online7

รับทำเว็บด้วย Wordpress
- รับติดตั้งและลงเว็บ Wordperss เริ่มต้น 200 บาท
- รับปรับแต่งและแก้ไขธีม Wordpress,SMF เริ่มต้น 400 บาท
- รับโมธีม Wordpress เริ่มต้น 700 บาท จำกัด 1 โดเมน : ไม่จำกัดโดเมน 1500 บาท

hiddendragon

อ้างถึงจาก: online7 ใน 10 มีนาคม 2013, 20:44:30
แก้ไขในไฟล์ index.template.php ครับ

ขอบคุณที่แนะนำครับ ผมเจอ index.template.php แล้ว อยู่ใน folder theme default แต่ไม่ทราบว่าต้องแก้ตรงไหน
รบกวนช่วยแนะนำด้วยครับ

OptimusPrime

- คิดจะพัก คิดถึงภาระ

pEEr@pong

เปิด themes/ชื่อธีมที่ใช้/index.template.php

ค้นหา่ :

อ้างถึงfunction template_body_above()

เลื่อนลง ไป บรรทัดที่ ถัดจาก ข้อความ function template_body_above() ประมาณ 4-6 บรรทัด แล้วแต่ theme ครับ

ลองไล่ดูจะเจอ ข้อความประมาณด้่านล่างงนี้ แก้ไขตามต้องการได้เลยครับ

อ้างถึงfunction template_body_above()
{
   global $context, $settings, $options, $scripturl, $txt, $modSettings;

   echo !empty($settings['forum_width']) ? '
<div id="wrapper" style="width: ' . $settings['forum_width'] . '">' : '', '
   <div id="header"><div class="frame">
      <div id="top_section">
         <h1 class="forumtitle">
            <a href="', $scripturl, '">', empty($context['header_logo_url_html_safe']) ? $context['forum_name'] : '<img src="' . $context['header_logo_url_html_safe'] . '" alt="' . $context['forum_name'] . '" />', '</a>
         </h1>';
รับออกแบบ > ติดตั้ง > ปรับแต่ง > CMS > Wordpress > SMF > Opencart
---------------------------------------------------------------------------
1. Wordpress : รับติดตั้ง และออกแบบ Theme Wordpress ตามสั่ง ราคากันเอง
2. SMF : รับติดตั้ง และออกแบบ Theme SMF ตามสั่ง ราคากันเอง
3. Opencart : รับติดตั้ง และออกแบบ Theme Opencart ตามสั่ง ราคากันเอง
4. PSD : รับแก้ไข และตัด PSD to Wordpress / PSD to HTML+CSS ราคากันเอง
5. PHP : รับแก้ไขเฉพาะจุด และทำระบบด้วย PHP ตามสั่ง ราคากันเอง
6. CSS
---------------------------------------------------------------------------
ติดต่อดู ผลงานที่ผ่านมา ได้ทาง PM

NenaDesign

อ้างถึงจาก: pEEr@pong ใน 11 มีนาคม 2013, 00:22:47
เปิด themes/ชื่อธีมที่ใช้/index.template.php

ค้นหา่ :

อ้างถึงfunction template_body_above()

เลื่อนลง ไป บรรทัดที่ ถัดจาก ข้อความ function template_body_above() ประมาณ 4-6 บรรทัด แล้วแต่ theme ครับ

ลองไล่ดูจะเจอ ข้อความประมาณด้่านล่างงนี้ แก้ไขตามต้องการได้เลยครับ

อ้างถึงfunction template_body_above()
{
   global $context, $settings, $options, $scripturl, $txt, $modSettings;

   echo !empty($settings['forum_width']) ? '
<div id="wrapper" style="width: ' . $settings['forum_width'] . '">' : '', '
   <div id="header"><div class="frame">
      <div id="top_section">
         <h1 class="forumtitle">
            <a href="', $scripturl, '">', empty($context['header_logo_url_html_safe']) ? $context['forum_name'] : '<img src="' . $context['header_logo_url_html_safe'] . '" alt="' . $context['forum_name'] . '" />', '</a>
         </h1>';

+1 ขอบคุณมากค่ะ
[direct=http://nenadesign.lnwshop.com]โปรแกรมเสริมสร้างพัฒนาการเด็ก[/direct]
[direct=http://nenadesign.lnwshop.com]ของเล่นเสริมพัฒนาการ[/direct] [direct=http://nenadesign.lnwshop.com]ของเล่นเด็ก[/direct]
[direct=http://kid-dy.com]ตลาดนัดแม่และเด็ก เปิดท้ายขายของแม่และเด็ก[/direct]
[direct=http://ที่นอนเด็ก.com]ที่นอนเด็ก[/direct]

hiddendragon

อ้างถึงจาก: pEEr@pong ใน 11 มีนาคม 2013, 00:22:47
เปิด themes/ชื่อธีมที่ใช้/index.template.php

ค้นหา่ :

อ้างถึงfunction template_body_above()

เลื่อนลง ไป บรรทัดที่ ถัดจาก ข้อความ function template_body_above() ประมาณ 4-6 บรรทัด แล้วแต่ theme ครับ

ลองไล่ดูจะเจอ ข้อความประมาณด้่านล่างงนี้ แก้ไขตามต้องการได้เลยครับ

อ้างถึงfunction template_body_above()
{
   global $context, $settings, $options, $scripturl, $txt, $modSettings;

   echo !empty($settings['forum_width']) ? '
<div id="wrapper" style="width: ' . $settings['forum_width'] . '">' : '', '
   <div id="header"><div class="frame">
      <div id="top_section">
         <h1 class="forumtitle">
            <a href="', $scripturl, '">', empty($context['header_logo_url_html_safe']) ? $context['forum_name'] : '<img src="' . $context['header_logo_url_html_safe'] . '" alt="' . $context['forum_name'] . '" />', '</a>
         </h1>';


ขอบคุณครับ ผม +1 ให้ครับ