Discuz Thai

 ลืมรหัสผ่าน
 สมัครสมาชิก

ข้อตกลงการใช้งานกระดานข่าวดิสคัสไทย DiscuzThai Agreement (English Version) ประกาศดิสคัสไทย - ทำเนียบดิสคัสภาษาไทย

Discuz! X3.5 Thai R20240520 Rev.9 (NEW) [วิดีโอช่วยสอน] อัปเกรด Discuz! X3.4 เป็น X3.5 Discord ของ Discuz! Thai Community อย่างเป็นทางการ

Discuz! X3.4 Thai R20220811 (REV.75) สิ้นสุดการสนับสนุน Discuz! X3.4 ภาษาไทยตั้งแต่วันนี้เป็นต้นไป (ขอแนะนำให้อัปเกรดเป็น X3.5 แทน)

ค้นหา
แท็กยอดนิยม: ดิสคัสภาษาไทย Discuz Thai
ดู: 1681|ตอบกลับ: 2

[X2] แก้ตรงนี้ ต้องไปแก้ตรงไหนครับ

[คัดลอกลิงก์]
limitedvip โพสต์ 2012-3-15 16:00:33 |โหมดอ่าน
คือผมอยากจะเอาส่วนที่ กรอบสีแดงออก ให้เป็นเหมือนหมายเลข 2 ต้องแก้ตรงไหนครับ ขอบคุณครับ
Acer_Aspire โพสต์ 2012-3-15 16:24:41
เปิดไฟล์
  1. template/เทมเพลทที่คุณใช้อยู่/common/common.css
คัดลอกไปที่คลิปบอร์ด
หรือ
  1. template/เทมเพลทที่คุณใช้อยู่/common/extend_common.css
คัดลอกไปที่คลิปบอร์ด
หาโค๊ด
  1. #show_user_option { margin: 0 auto; width: 130px; }
  2. #show_user_option ul a { padding-left: 23px; background: url({IMGDIR}/noicon.gif) no-repeat 3px 50%; }
  3. #show_user_option ul a:hover { background-color: #F2FBFF; color: #1E1E1E; text-shadow: none; text-decoration: none; }
  4. .show_user_data_pop_top { margin: 0 auto; }
  5. .show_user_data_pop_top li { float: left; margin-bottom: 5px; width: 130px; display: inline; overflow: hidden; background: #FFFFFF; }
  6. .show_user_data_pop_top a { position: relative; display: block; border: 1px solid; border-color: #F2F2F2 #CDCDCD #CDCDCD #F2F2F2; padding: 3px; white-space: nowrap; outline: none; }
คัดลอกไปที่คลิปบอร์ด
ลบออก

เปิดไฟล์
  1. template/เทมเพลทที่คุณใช้อยู่/forum/viewthread_node.htm
คัดลอกไปที่คลิปบอร์ด
ค้นหา
  1. <!--{if $post[authorid] != $_G[uid]}-->
  2. <div id="show_user_option" class="show_user_data_pop_top">
  3. <ul>
  4. <li><a href="home.php?mod=space&uid=$post[authorid]" style="background-image:url({IMGDIR}/home.gif) !important" target="_blank" title="{lang viewthread_left_tospace}">{lang viewthread_left_tospace}</a></li>
  5. <li><a href="home.php?mod=spacecp&ac=friend&op=add&uid=$post[authorid]&handlekey=addfriendhk_{$post[authorid]}" id="a_friend_li_{$post[pid]}" onclick="showWindow(this.id, this.href, 'get', 1, {'ctrlid':this.id,'pos':'00'});" style="background-image:url(static/image/feed/friend.gif) !important" target="_blank" title="{lang viewthread_left_addfriend}">{lang viewthread_left_addfriend}</a></li>
  6. <li><a href="home.php?mod=spacecp&ac=poke&op=send&uid=$post[authorid]" id="a_poke_li_{$post[pid]}" onclick="showWindow(this.id, this.href, 'get', 0);" style="background-image:url(static/image/feed/poke.gif) !important" target="_blank" title="{lang viewthread_left_poke}">{lang viewthread_left_poke}</a></li>
  7. <li><a href="home.php?mod=spacecp&ac=pm&op=showmsg&handlekey=showmsg_$post[authorid]&touid=$post[authorid]&pmid=0&daterange=2&pid=$post[pid]&tid=$post[tid]" onclick="showWindow('sendpm', this.href);" style="background-image:url({IMGDIR}/pmto.gif) !important" target="_blank" title="{lang viewthread_left_sendpm}">{lang viewthread_left_sendpm}</a></li>
  8. </ul>
  9. <div style="clear: both;"></div>
  10. </div>
  11. <!--{/if}-->
คัดลอกไปที่คลิปบอร์ด
เปลี่ยนเป็น
  1. <!--{if $post[authorid] != $_G[uid]}-->
  2.                                 <ul class="xl xl2 o cl">
  3.                                         <li class="callon"><a href="home.php?mod=space&uid=$post[authorid]" target="_blank" title="{lang viewthread_left_tospace}" class="xi2">{lang viewthread_left_tospace}</a></li>
  4.                                         <li class="buddy"><a href="home.php?mod=spacecp&ac=friend&op=add&uid=$post[authorid]&handlekey=addfriendhk_{$post[authorid]}" id="a_friend_li_{$post[pid]}" onclick="showWindow(this.id, this.href, 'get', 1, {'ctrlid':this.id,'pos':'00'});" title="{lang viewthread_left_addfriend}" class="xi2">{lang viewthread_left_addfriend}</a></li>
  5.                                         <li class="poke2"><a href="home.php?mod=spacecp&ac=poke&op=send&uid=$post[authorid]" id="a_poke_li_{$post[pid]}" onclick="showWindow(this.id, this.href, 'get', 0);" title="{lang viewthread_left_poke}" class="xi2">{lang viewthread_left_poke}</a></li>
  6.                                         <li class="pm2"><a href="home.php?mod=spacecp&ac=pm&op=showmsg&handlekey=showmsg_$post[authorid]&touid=$post[authorid]&pmid=0&daterange=2&pid=$post[pid]&tid=$post[tid]" onclick="showWindow('sendpm', this.href);" title="{lang viewthread_left_sendpm}" class="xi2">{lang viewthread_left_sendpm}</a></li>
  7.                                 </ul>
  8.                         <!--{/if}-->
คัดลอกไปที่คลิปบอร์ด
ค้นหา
  1. <!--{if $_G['group']['allowedituser'] || $_G['group']['allowbanuser'] || ($_G['forum']['ismoderator'] && $_G['group']['allowviewip'])}-->
  2. <div id="show_user_option" class="show_user_data_pop_top">
  3. <ul>
  4. <!--{if $_G['forum']['ismoderator'] && $_G['group']['allowviewip']}-->
  5. <li><a href="forum.php?mod=topicadmin&action=getip&fid=$_G[fid]&tid=$_G[tid]&pid=$post[pid]{if $_G['forum_auditstatuson']}&modthreadkey=$_G[gp_modthreadkey]{/if}" onclick="ajaxmenu(this, 0, 0, 2);doane(event)" style="background-image:url(static/image/feed/network.gif) !important" target="_blank" title="&#xe14;&#xe39;&#xe44;&#xe2d;&#xe1e;&#xe35; [IP] &#xe02;&#xe2d;&#xe07;&#xe2a;&#xe21;&#xe32;&#xe02;&#xe34;&#xe01;&#xe19;&#xe35;&#xe49;">&#xe14;&#xe39;&#xe44;&#xe2d;&#xe1e;&#xe35; [IP]</a></li>
  6. <!--{/if}-->

  7. <!--{if $_G['group']['allowedituser']}-->
  8. <li><a href="{if $_G['adminid'] == 1}admin.php?frames=yes&action=members&operation=search&uid=$post[authorid]&submit=yes{else}forum.php?mod=modcp&action=member&op=edit&uid=$post[authorid]{/if}" style="background-image:url(static/image/feed/profile.gif) !important" target="_blank" title="&#xe41;&#xe01;&#xe49;&#xe44;&#xe02;&#xe02;&#xe49;&#xe2d;&#xe21;&#xe39;&#xe25;&#xe02;&#xe2d;&#xe07;&#xe2a;&#xe21;&#xe32;&#xe0a;&#xe34;&#xe01;&#xe19;&#xe35;&#xe49;">&#xe41;&#xe01;&#xe49;&#xe44;&#xe02;&#xe02;&#xe49;&#xe2d;&#xe21;&#xe39;&#xe25;</a></li>
  9. <!--{/if}-->

  10. <!--{if $_G['group']['allowbanuser']}-->
  11. <!--{if $_G['adminid'] == 1}-->
  12. <li><a href="admin.php?action=members&operation=ban&username=$post[usernameenc]&frames=yes" style="background-image:url(static/image/feed/click.gif) !important" target="_blank" title="&#xe23;&#xe30;&#xe07;&#xe31;&#xe1a;&#xe01;&#xe32;&#xe23;&#xe43;&#xe0a;&#xe49;&#xe07;&#xe32;&#xe19;&#xe2b;&#xe23;&#xe37;&#xe2d;&#xe2b;&#xe49;&#xe32;&#xe21;&#xe44;&#xe21;&#xe48;&#xe43;&#xe0a;&#xe49;&#xe2a;&#xe21;&#xe32;&#xe0a;&#xe34;&#xe01;&#xe19;&#xe35;&#xe49;&#xe14;&#xe33;&#xe40;&#xe19;&#xe34;&#xe19;&#xe01;&#xe32;&#xe23;&#xe15;&#xe48;&#xe32;&#xe07;&#xe46;&#xe43;&#xe19;&#xe40;&#xe27;&#xe47;&#xe1a;&#xe44;&#xe0b;&#xe15;&#xe4c;">&#xe23;&#xe30;&#xe07;&#xe31;&#xe1a;&#xe01;&#xe32;&#xe23;&#xe43;&#xe0a;&#xe49;&#xe07;&#xe32;&#xe19;</a></li>
  13. <!--{else}-->
  14. <li><a href="forum.php?mod=modcp&action=member&op=ban&uid=$post[authorid]" style="background-image:url(static/image/feed/click.gif) !important" target="_blank" title="&#xe23;&#xe30;&#xe07;&#xe31;&#xe1a;&#xe01;&#xe32;&#xe23;&#xe43;&#xe0a;&#xe49;&#xe07;&#xe32;&#xe19;&#xe2b;&#xe23;&#xe37;&#xe2d;&#xe2b;&#xe49;&#xe32;&#xe21;&#xe44;&#xe21;&#xe48;&#xe43;&#xe0a;&#xe49;&#xe2a;&#xe21;&#xe32;&#xe0a;&#xe34;&#xe01;&#xe19;&#xe35;&#xe49;&#xe14;&#xe33;&#xe40;&#xe19;&#xe34;&#xe19;&#xe01;&#xe32;&#xe23;&#xe15;&#xe48;&#xe32;&#xe07;&#xe46;&#xe43;&#xe19;&#xe40;&#xe27;&#xe47;&#xe1a;&#xe44;&#xe0b;&#xe15;&#xe4c;">&#xe23;&#xe30;&#xe07;&#xe31;&#xe1a;&#xe01;&#xe32;&#xe23;&#xe43;&#xe0a;&#xe49;&#xe07;&#xe32;&#xe19;</a></li>
  15. <!--{/if}-->
  16. <!--{/if}-->

  17. <li><a href="forum.php?mod=modcp&action=thread&op=post&do=search&searchsubmit=1&users=$post[usernameenc]" style="background-image:url(static/image/feed/thread.gif) !important" target="_blank" title="&#xe14;&#xe39;&#xe42;&#xe1e;&#xe2a;&#xe15;&#xe4c;/&#xe01;&#xe23;&#xe30;&#xe17;&#xe39;&#xe49;&#xe02;&#xe2d;&#xe07;&#xe2a;&#xe21;&#xe32;&#xe0a;&#xe34;&#xe01;&#xe19;&#xe35;&#xe49;">&#xe14;&#xe39;&#xe42;&#xe1e;&#xe2a;&#xe15;&#xe4c;/&#xe01;&#xe23;&#xe30;&#xe17;&#xe39;&#xe49;</a></li>
  18. </ul>
  19. <div style="clear: both;"></div>
  20. </div>
  21. <!--{/if}-->
คัดลอกไปที่คลิปบอร์ด
เปลี่ยนเป็น
  1. <!--{if $_G['group']['allowedituser'] || $_G['group']['allowbanuser'] || ($_G['forum']['ismoderator'] && $_G['group']['allowviewip'])}-->
  2.                         <p>
  3.                                 <!--{if $_G['forum']['ismoderator'] && $_G['group']['allowviewip']}-->
  4.                                         <a href="forum.php?mod=topicadmin&action=getip&fid=$_G[fid]&tid=$_G[tid]&pid=$post[pid]{if $_G['forum_auditstatuson']}&modthreadkey=$_G[gp_modthreadkey]{/if}" onclick="ajaxmenu(this, 0, 0, 2);doane(event)">IP</a>&nbsp;
  5.                                 <!--{/if}-->
  6.                                 <!--{if $_G['group']['allowedituser']}-->
  7.                                         <a href="{if $_G['adminid'] == 1}admin.php?frames=yes&action=members&operation=search&uid=$post[authorid]&submit=yes{else}forum.php?mod=modcp&action=member&op=edit&uid=$post[authorid]{/if}" target="_blank">{lang edit}</a>&nbsp;
  8.                                 <!--{/if}-->
  9.                                 <!--{if $_G['group']['allowbanuser']}-->
  10.                                         <!--{if $_G['adminid'] == 1}-->
  11.                                                 <a href="admin.php?action=members&operation=ban&username=$post[usernameenc]&frames=yes" target="_blank">{lang ban_member}</a>&nbsp;
  12.                                         <!--{else}-->
  13.                                                 <a href="forum.php?mod=modcp&action=member&op=ban&uid=$post[authorid]" target="_blank">{lang ban_member}</a>&nbsp;
  14.                                         <!--{/if}-->
  15.                                 <!--{/if}-->
  16.                                 <a href="forum.php?mod=modcp&action=thread&op=post&do=search&searchsubmit=1&users=$post[usernameenc]" target="_blank">{lang posts}</a>
  17.                         </p>
  18.                 <!--{/if}-->
คัดลอกไปที่คลิปบอร์ด
Acer_Aspire โพสต์ 2012-3-15 16:25:25
ต้นฉบับโพสต์โดย Acer_Aspire เมื่อ 2012-3-15 16:24
เปิดไฟล์หรือหาโค๊ดลบออก

เปิดไฟล์ค้นหาเปลี่ยนเป็นค้ ...

CD: i~Designs  http://forum.discuzthai.com/foru ... id=27635&page=1
ขออภัย! คุณไม่ได้รับสิทธิ์ในการดำเนินการในส่วนนี้ กรุณาเลือกอย่างใดอย่างหนึ่ง ลงชื่อเข้าใช้ | สมัครสมาชิก

รายละเอียดเครดิต

รายชื่อผู้กระทำผิด|Archiver|ดิสคัส ไทย Follow us: Become a fan on facebook. Follow us on Twitter.

GMT+7, 2024-11-22 10:27

Powered by Discuz! X3.4, Rev.66

Copyright © 2001-2021 Tencent Cloud. Licensed

ตอบกระทู้ ขึ้นไปด้านบน ไปที่หน้ารายการกระทู้