View: 4434|Reply: 0

[Dz 6.1+7.0] Hiển thị avatar trên forumdisplay

[Copy link]
Posted on 4-3-2009 17:33:44 | Show all floors |Reading mode
Mod: Display author avatar in Forumdisplay
Dz Version: 6.1 + 7.0.0
Edit : 02 files (css_common.htm + forumdisplay.htm)
Demo: NDV (6.1) + Nhatky12e.net (7.0)
================
01. Open css_common.htm
[Dz 6.1 + Dz 7.0.0] Add to the bottom
  1. /*mini-avatar in forumdisplay page by Vic.0*/                               
  2. td.author { width: 150px; text-align: left; }                               
  3. /*end minni-avatar by Vic.0 */
Copy code

02. Open forumdisplay.htm
Dz 6.1
Find
  1. <td class="folder"><a href="viewthread.php?tid=$thread[tid]&amp;extra=$extra" title="{lang target_blank}" target="_blank"><img src="{IMGDIR}/folder_$thread[folder].gif" /></a></td>
Copy code

Replace by
  1. <!--Vic.0 avatar-->
  2.                     <div style="float:left;width:28px;padding-top:4px;">
  3.                                                                                                   <img src="http://hi.netdepviet.org/s1/ucenter/avatar.php?uid=$thread[authorid]&size=small" class="ava_border" width="26px" height="26px" style="border:1px solid #ccc; padding:2px; margin:0px; background-color:#fff;" />
  4.                                                                                 </div>
  5.                                                                                 <!--End Vic.0 Avatar-->
Copy code

Dz 7.0
  1. <td class="folder">
  2.                                                         <a href="viewthread.php?tid=$thread[tid]&amp;extra=$extra" title="{lang target_blank}" target="_blank">
  3.                                                         <!--{if $thread[folder] == 'lock'}-->
  4.                                                                 <img src="{IMGDIR}/folder_lock.gif" alt="Lock" />
  5.                                                         <!--{elseif in_array($thread['displayorder'], array(1, 2, 3))}-->
  6.                                                                 <img src="{IMGDIR}/pin_$thread[displayorder].gif" alt="$threadsticky[3-$thread[displayorder]]" />
  7.                                                         <!--{else}-->
  8.                                                                 <img src="{IMGDIR}/folder_$thread[folder].gif" alt="$thread[folder]" />
  9.                                                         <!--{/if}-->
  10.                                                         </a>
  11.                                                 </td>
Copy code

Replace by
  1. <!--Vic.0 avatar-->
  2.                     <div style="float:left;width:28px;padding-top:4px;">
  3.                                                                                                   <img src="http://hi.netdepviet.org/s1/ucenter/avatar.php?uid=$thread[authorid]&size=small" class="ava_border" width="26px" height="26px" style="border:1px solid #ccc; padding:2px; margin:0px; background-color:#fff;" />
  4.                                                                                 </div>
  5.                                                                                 <!--End Vic.0 Avatar-->
Copy code
You need to log in to reply. Login | Register

Points Rules for This Section

Theo dõi bản tin
Archiver|Mobile|Facebook|Contact|Netdepviet.org

Giữ gìn bản sắc dân tộc · Trân trọng quá khứ, hướng tới tương lai。

Powered by Discuz! X5.0 © 2001-2026 Discuz! Team.

InThis boardPost
Kết nối Zalo
Back to top