Discuz Thai

 ลืมรหัสผ่าน
 สมัครสมาชิก
ค้นหา
คำค้นยอดนิยม: ภาษาไทย discuz
Discuz! X2.5 Official VersionDiscuz X2.5 Thai Mr.JakVDO อัพเกรดดิสคัส 2.5
ดู: 812|ตอบกลับ: 1

[A/M/H6.1] Users field landscaping for Discuz! 6.0/6.1 UTF-8

[คัดลอกลิงก์]

0

กระทู้

0

ติดตาม

259

เครดิต

Member

Rank: 2

สิทธิ์ในการอ่าน
20
UID
210
เครดิต
259
จิตพิศัย
259
Money
1488
Gold
263
โพสต์
331
กระทู้
0
ลงทะเบียนเมื่อ
2007-11-13
ลงชื่อเข้าใช้ล่าสุด
2009-2-1
โพสต์เมื่อ 2008-6-15 19:47:27 |ดูโพสต์ทั้งหมด
โฮสสำหรับดิสคัสโดยเฉพาะ
http://www.alan888.com/Discuz/thread-147073-1-1.html

ถ้าคุณใช้กับสกินตัวนี้ มันจะเข้ากันพอดีครับ ทดสอบแล้ว สกินคชตัวอื่นๆ ก็ได้



http://www.cazdesign.com/forums/thread-2863-1-2.html

名稱:用戶欄位美化 ( 2 種)
適用版本:Discuz! 6.0.0
原作:AL8
修改:HONG
說明:兩種如展示圖所示,其中一種是仿 AL8 Forum 的,兩種美化任你切換。
模板全部採用 Div + CSS 編寫, 加快執行速度
本人技術不佳, 如有不完善之處請見諒~
修改檔案:viewthread.htm
難易程度:幼稚園

membercard6


imgauthor


วิธีติดตั้ง เปิดไฟล์
viewthread.htm หา
  1. <cite><!--{if $forum['ismoderator']}-->
  2.                                                 <!--{if $allowviewip && ($thread['digest'] >= 0 || !$post['first'])}--><label><a href="topicadmin.php?action=getip&fid=$fid&tid=$tid&pid=$post[pid]" id="ajax_getip_$post[count]" tag.php?name=000">0000, null, 0)" title="{lang admin_getip}">IP</a></label><!--{/if}-->
  3.                                         <!--{/if}-->
  4.                                         <!--{if $post['authorid'] && $post['username'] && !$post['anonymous']}-->
  5.                                                 <a href="space.php?uid=$post[authorid]" target="_blank" id="userinfo$post[pid]" class="dropmenu" >$post[author]</a></cite>
  6.                                                 <!--{if $post['nickname']}--><p>$post[nickname]</p><!--{/if}-->
  7.                                                 <!--{if $post['avatar'] && $showavatars}-->
  8.                                                         $post[avatar]
  9.                                                 <!--{/if}-->
  10.                                                 <p><em>$post[authortitle]</em></p>
  11.                                                 <p>{eval showstars($post['stars']);}</p>
  12.                                                 <!--{if $post['customstatus']}--><p class="customstatus">$post[customstatus]</p><!--{/if}-->
  13.                                                 <!--{if $customauthorinfo[1]}--><dl class="profile">{eval @eval('echo "'.$customauthorinfo[1].'";');}</dl><!--{/if}-->
  14.                                                 <!--{if $post['medals']}--><p>
  15.                                                         <!--{loop $post['medals'] $medal}-->
  16.                                                         <img src="images/common/$medal[image]" alt="$medal[name]" />
  17.                                                         <!--{/loop}--></p>
  18.                                                 <!--{/if}-->

  19.                                                 <ul>
  20.                                                 <!--{if $spacestatus}-->
  21.                                                         <li class="space">
  22.                                                         <!--{if !empty($post[spacename])}-->
  23.                                                                 <a href="space.php?uid=$post[authorid]" target="_blank" title="$post[spacename]">
  24.                                                         <!--{else}-->
  25.                                                                 <a href="space.php?uid=$post[authorid]" target="_blank" title="{$post[username]}{lang space_userspace}">
  26.                                                         <!--{/if}-->
  27.                                                         {lang space}</a></li>
  28.                                                 <!--{elseif $supe['status']}-->
  29.                                                         <li class="space"><a href="$supe[siteurl]/?uid/$post[authorid]" target="_blank">{lang space}</a></li>
  30.                                                 <!--{/if}-->
  31.                                                 <li class="pm"><a href="pm.php?action=send&uid=$post[authorid]" target="_blank" id="ajax_uid_$post['pid']" >{lang send_pm}</a></li>
  32.                                                 <li class="buddy"><a href="my.php?item=buddylist&newbuddyid=$post[authorid]&buddysubmit=yes" target="_blank" id="ajax_buddy_$post['count']" >{lang add_to_buddylist}</a></li>

  33.                                                 <!--{if $vtonlinestatus && $post['authorid']}-->
  34.                                                         <!--{if ($vtonlinestatus == 2 && $onlineauthors[$post[authorid]]) || ($vtonlinestatus == 1 && ($timestamp - $post['lastactivity'] <= 10800) && !$post['invisible'])}-->
  35.                                                                 <li class="online">{lang online}
  36.                                                         <!--{else}-->
  37.                                                                 <li class="offline">{lang offline}
  38.                                                         <!--{/if}-->
  39.                                                         </li>
  40.                                                 <!--{/if}-->

  41.                                                 </ul>
  42.                                         <!--{else}-->
  43.                                                 <!--{if !$post['authorid']}-->
  44.                                                         <a href="javascript:;">{lang guest} <em>$post[useip]</em></a></cite>
  45.                                                         {lang unregistered}
  46.                                                 <!--{elseif $post['authorid'] && $post['username'] && $post['anonymous']}-->
  47.                                                         <!--{if $forum['ismoderator']}--><a href="space.php?uid=$post[authorid]" target="_blank">{lang anonymous}</a><!--{else}-->{lang anonymous}<!--{/if}--></cite>
  48.                                                         {lang member_anonymous}
  49.                                                 <!--{else}-->
  50.                                                         $post[author]</cite>
  51.                                                         {lang member_deleted}
  52.                                                 <!--{/if}-->
  53.                                         <!--{/if}-->
คัดลอกไปที่คลิปบอร์ด
แทนด้วย สำหรับ membercard6
  1. {template membercard6}
คัดลอกไปที่คลิปบอร์ด
http://www.com-bannok.com/forum/attachments/month_0806/20080615_cf04f7ac65f47ce33b5d24pFgS2kVE8w.png

หรือแทนด้วย สำหรับ imgauthor
  1. {template imgauthor}
คัดลอกไปที่คลิปบอร์ด
http://www.com-bannok.com/forum/attachments/month_0806/20080615_b7468ba2247af9cf44926ux3p0hqeawp.png

อัพโหลดไฟล์ไปไว้ที่ตำแหน่งตามเขาให้มา




[ แก้ไขล่าสุด mastergtx เมื่อ 2008-6-15 19:49 ]

ขออภัย! โพสต์นี้มีไฟล์แนบหรือรูปภาพที่ไม่ได้รับอนุญาตให้คุณเข้าถึง

คุณจำเป็นต้องลงชื่อเข้าใช้ก่อน หลังจากนั้นจะสามารถดูและดาวน์โหลดไฟล์แนบได้ หากยังไม่มีบัญชีสมาชิก กรุณาสมัครสมาชิก

PHPWind 7 ---- www.wind.in.th
ดาวน์โหลดพีเอสพีวินด์ ---- http://www.pwblog.net/

4

กระทู้

0

ติดตาม

1088

เครดิต

Lord

Rank: 4

สิทธิ์ในการอ่าน
50
UID
2567
เครดิต
1088
จิตพิศัย
1088
Money
777
Gold
13
โพสต์
602
กระทู้
4
ลงทะเบียนเมื่อ
2008-5-16
ลงชื่อเข้าใช้ล่าสุด
2012-5-22
โพสต์เมื่อ 2008-6-24 21:31:05 |ดูโพสต์ทั้งหมด
งง อ่าครับตอนสุดท้าย
ขออภัย! คุณไม่ได้รับสิทธิ์ในการดำเนินการในส่วนนี้ กรุณาเลือกอย่างใดอย่างหนึ่ง ลงชื่อเข้าใช้ | สมัครสมาชิก

โทรศัพท์มือถือ|รูปแบบข้อความล้วน|ดิสคัส ไทย Follow us: Become a fan on facebook. Follow us on Twitter.

GMT+7, 2012-5-24 11:30 , Processed in 0.070062 second(s), 8 queries , Memcache On.

Powered by Discuz! X2.5

© 2001-2012 Comsenz Inc.

ขึ้นไปด้านบน