- เครดิต
- 48
- เพื่อน
- ทักทาย
- บล็อก
- อัลบั้ม
- โพสต์
- กระทู้
- แชร์
- สำคัญ
- สิทธิ์อ่าน
- 10
- จำนวนผู้ติดตาม
- จำนวนผู้กำลังติดตาม
- เพศ
- ไม่บอก
|
แก้ไขครั้งสุดท้าย 2012-5-14 04:22 โดย Kpz-Design
{:9987gag:} หลังจากนั่งทำมา 2 วันเต็มๆ ก็เสร็จออกมาตัวแรก
go to :: root\template\สกินที่ใช้\forum\viewthread_node.html
ใส่โค้ดนี้ที่บรรทัดบนสุด- <style type="text/css">
- .post img{
- border-radius: 10px;
- box-shadow: 0px 0px 5px #000;
- BORDER: #fff 1px solid;
- }
- .facebook {
- color: #fff;
- border-radius: 5px;
- background-color:#3b5998;
- background-image: -moz-linear-gradient(top, #3b5998, #5974ac);
- background-image: -webkit-gradient(linear, left top, left bottom, from(#3b5998), to(#5974ac));
- box-shadow: 0px 0px 2px #747474;
- }
- .facebook a{color: #fff;}
- .facebook a:hover {text-decoration:none; text-shadow: #fff 0em 0em 0.2em;}
- .status {
- color: #696969; text-shadow: #fff 0em 0em 0.3em;
- border-radius: 10px;
- background-color: #fff;
- background-image: -moz-linear-gradient(top, #fff, #e9e9e9);
- background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e9e9));
- box-shadow: 0px 0px 2px #747474;
- }
- .pls .avatar img{
- background:none;padding:0 0 0 0;
- border-radius: 10px;
- box-shadow: 0px 0px 5px #000;
- }
- .boxz {
- BORDER-RIGHT: #e8eff3 1px dashed;
- PADDING-RIGHT: 5px;
- BORDER-TOP: #e8eff3 1px dashed;
- PADDING-LEFT: 5px;
- PADDING-BOTTOM: 5px;
- MARGIN-LEFT: 8px;
- BORDER-LEFT: #e8eff3 1px dashed;
- MARGIN-RIGHT: 8px;
- PADDING-TOP: 5px;
- BORDER-BOTTOM: #e8eff3 1px dashed;
- }
- .l1 a { border-radius: 5px; box-shadow: 0px 0px 2px #000; padding-top:5px; padding-right:5px; padding-left:5px;}
- .l1 a:hover { background-color: #F2FBFF; color: #1E1E1E; text-shadow: none; text-decoration: none;}
- .l2 a { border-radius: 5px; box-shadow: 0px 0px 2px #000; padding-top:5px; padding-right:5px; padding-left:5px; background-color:#ffa0a0}
- .l2 a:hover { background-color: #ffcfcf; color: #1E1E1E; text-shadow: none; text-decoration: none;}
- </style>
คัดลอกไปที่คลิปบอร์ด ลบ- <div class="avatar" onmouseover="showauthor(this, 'userinfo$post[pid]')"><a href="home.php?mod=space&uid=$post[authorid]" target="_blank">$post[avatar]</a></div>
- <!--{/if}-->
- <!--{hook/viewthread_avatar $postcount}-->
- <!--{if $post[groupicon]}--><p>$post[groupicon]</p><!--{/if}-->
- <p><em><a href="home.php?mod=spacecp&ac=usergroup&gid=$post[groupid]" target="_blank">{$post[authortitle]}</a></em></p>
- <!--{if $post['customstatus'] && $_G['group']['allowcstatus']}--><p class="xg1">$post[customstatus]</p><!--{/if}-->
- </div>
- <p{if $post['upgradecredit'] !== false} id="g_up$post[pid]" onmouseover="showMenu({'ctrlid':this.id, 'pos':'12!'});"{/if}><!--{eval showstars($post['stars']);}--></p>
- <!--{if $post['upgradecredit'] !== false}-->
- <div id="g_up$post[pid]_menu" class="tip tip_4" style="display: none;">
- <div class="tip_horn"></div>
- <div class="tip_c">$post['authortitle'], {lang credits} $post['credits'], {lang thread_groupupgrade} $post['upgradecredit'] {lang credits}</div>
- </div>
- <!--{/if}-->
- <!--{hook/viewthread_sidetop $postcount}-->
- <!--{if $post[custominfo][left]}--><dl class="pil cl">{$post[custominfo][left]}</dl><!--{/if}-->
- <!--{if $post['medals']}-->
- <p class="md_ctrl">
- <a href="home.php?mod=medal">
- <!--{loop $post['medals'] $medal}-->
- <img id="md_{$post[pid]}_{$medal[medalid]}" src="{STATICURL}image/common/$medal[image]" alt="$medal[name]" title="" onmouseover="showMenu({'ctrlid':this.id, 'menuid':'md_$medal[medalid]_menu', 'pos':'12!'});" />
- <!--{/loop}-->
- </a>
- </p>
- <!--{/if}-->
- <!--{if $post[authorid] != $_G[uid]}-->
- <ul class="xl xl2 o cl">
- <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>
- <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>
- <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>
- <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>
- </ul>
- <!--{/if}-->
คัดลอกไปที่คลิปบอร์ด แทนด้วย- <div align="center" class="post"><a href="home.php?mod=space&uid=$post[authorid]" target="_blank">$post[avatar]</a></div>
- <!--{/if}-->
- <!--{if $post[groupicon]}-->
- <div align="center" style="margin-top:5px">$post[groupicon]</div>
- <!--{/if}-->
- <!--{if $post['upgradecredit'] !== false}-->
- <div id="g_up$post[pid]_menu" class="g_up" style="display:none">
- <div class="crly">$post['authortitle'], {lang credits} $post['credits'], {lang thread_groupupgrade} $post['upgradecredit'] {lang credits}</div>
- <div class="mncr"></div>
- </div>
- <!--{/if}-->
- </div>
- <FIELDSET class="boxz" >
- <center><b>โพสต์ :: $post[posts]</br></b></center></div>
- <hr style="border:dashed #e8eff3; border-width:1px 0 0 0; height:0;line-height:0px;font-size:0; margin-bottom:5px;padding:0;">
- <!--{if $post['customstatus']}--><a href="http://www.facebook.com/$post['site']">
- <div class="facebook"><center><b>:: Facebook ::</b></center></a></div>
- <!--{/if}-->
- <!--{if $post['customstatus']}-->
- <div class="status" style="margin-top:5px"><center><b>:: Staus ::</b></br>$post[customstatus]</center></div>
- <!--{/if}-->
- <div class="l1" align="center" style="margin-top:10px">
- <a href="home.php?mod=space&uid=$post[authorid]"><img src="static/image/kpzimg/menu/home.gif" title="ดูโปรไฟล์"></a>
- <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'});"><img src="static/image/kpzimg/menu/add.gif" title="เพิ่มเพื่อน"></a>
- <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);"><img src="static/image/kpzimg/menu/pm1.gif" title="ทักทาย"></a>
- <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);" ><img src="static/image/kpzimg/menu/pm2.gif" title="ส่งข้อความ"></a></div>
- <!--{if $_G['forum']['ismoderator'] && $_G['group']['allowviewip']}-->
- <div class="l2" align="center" style="margin-top:10px">
- <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)"><img src="static/image/kpzimg/menu/ip.gif" title="ดู IP"></a>
- <!--{/if}-->
- <!--{if $_G['group']['allowedituser']}-->
- <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}"><img src="static/image/kpzimg/menu/edit.gif" title="แก้ไข User"></a>
- <!--{/if}-->
- <!--{if $_G['group']['allowbanuser']}-->
- <!--{if $_G['adminid'] == 1}-->
- <a href="admin.php?action=members&operation=ban&username=$post[usernameenc]&frames=yes"><img src="static/image/kpzimg/menu/cancel.gif" title="แบน"></a>
- <!--{else}-->
- <a href="forum.php?mod=modcp&action=member&op=ban&uid=$post[authorid]"><img src="static/image/kpzimg/menu/cancel.gif" title="แบน"></a>
- <!--{/if}-->
- <!--{/if}-->
- <!--{if $_G['forum']['ismoderator']}-->
- <a href="forum.php?mod=modcp&action=thread&op=post&do=search&searchsubmit=1&users=$post[usernameenc]"><img src="static/image/kpzimg/menu/view.gif" title="ดูกระทู้"></a> <!--{/if}-->
- </div>
- </FIELDSET>
- </div>
คัดลอกไปที่คลิปบอร์ด ลบ- <!--{if $_G['group']['allowedituser'] || $_G['group']['allowbanuser'] || ($_G['forum']['ismoderator'] && $_G['group']['allowviewip'])}-->
- <p>
- <!--{if $_G['forum']['ismoderator'] && $_G['group']['allowviewip']}-->
- <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>
- <!--{/if}-->
- <!--{if $_G['group']['allowedituser']}-->
- <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>
- <!--{/if}-->
- <!--{if $_G['group']['allowbanuser']}-->
- <!--{if $_G['adminid'] == 1}-->
- <a href="admin.php?action=members&operation=ban&username=$post[usernameenc]&frames=yes" target="_blank">{lang ban_member}</a>
- <!--{else}-->
- <a href="forum.php?mod=modcp&action=member&op=ban&uid=$post[authorid]" target="_blank">{lang ban_member}</a>
- <!--{/if}-->
- <!--{/if}-->
- <a href="forum.php?mod=modcp&action=thread&op=post&do=search&searchsubmit=1&users=$post[usernameenc]" target="_blank">{lang posts}</a>
- </p>
- <!--{/if}-->
- </td>
คัดลอกไปที่คลิปบอร์ด ลงเสร็จอัพเดทแคช CSS ด้วยนะครับ ถ้าบัคเป็นภาษาต่างดาวให้เปลี่ยน endcoding ของ viewthread_node.html เป็น UTF-8
แก้ Status ได้ที่ :: ตั้งค่าส่วนตัว>ข้อมูลส่วนตัว>ข้อมูลส่วนตัว>สถานะ
เปลี่ยนที่อยู่ Facebook ได้ที่ :: ตั้งค่าส่วนตัว>ข้อมูลส่วนตัว>ข้อมูลส่วนตัว>โฮมเพจส่วนตัว
(ไม่ต้องใส่ http://www.facebook.com/ นำหน้า)
NEW :: เมนูส่วนตัว v.2 !
หมายเป็ด :: เมนูส่วนตัวเวอร์ชั่นนี้จะไม่แสดงเหรียญนะครับ !
ไฟล์รูปจ๊ะ !
|
ขออภัย! โพสต์นี้มีไฟล์แนบหรือรูปภาพที่ไม่ได้รับอนุญาตให้คุณเข้าถึง
คุณจำเป็นต้อง ลงชื่อเข้าใช้ เพื่อดาวน์โหลดหรือดูไฟล์แนบนี้ คุณยังไม่มีบัญชีใช่ไหม? สมัครสมาชิก
x
คะแนน
-
ดูบันทึกคะแนน
|