台灣深藍vBulletin技術論壇  

返回   台灣深藍vBulletin技術論壇 > 深藍官方整理發表區 > vBulletin 外掛深藍統整資源區 > 會員個人資料 (Profile Enhancements)

回覆
 
主題工具
舊 2005-09-29, 03:17 PM   #1
Senior Member
 
註冊日期: 2005-01-27
住址: b9341130.netman.hk/forum
文章: 246
發送 MSN 訊息給 貝斯特
【外掛】vBB3.5 美化個人資料欄

修改postbit_legacy模板
找到
代碼:
<tr valign="top">
 <td class="alt2" width="175">
   
   <div id="postmenu_$post[postid]">
    <if condition="$show['profile']">
    <a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
    <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
    <else />
    $post[musername]
    </if>
   </div>
   
   <if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
   <if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
  
   <if condition="$show['avatar']">
    <div class="smallfont">
     &nbsp;<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
    </div>
   </if>
   
   <div class="smallfont">
    &nbsp;<br />
    <if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
    <if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
    <if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
    <div>
     $vbphrase[posts]: $post[posts]
    </div>
    <if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</div></if>
    <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div>
   </div>     
  
 </td>
用以下替換
代碼:
<tr valign="top">
 <td class="alt2" width="175">
                <!--美化開始-->
        <table cellspacing="0" cellpadding="0" border="0"  align="center" height=* width=155  style="table-layout:fixed; word-break:break-word">
        <tr bgcolor="#DFE6EF">
        <td valign="top" align=center background="images/left/photo_bg1.gif" height=40>
        <img src="images/left/null.gif" width=2 height=13 border=0>
            <div id="postmenu_$post[postid]">
    <if condition="$show['profile']">
    <a href="member.php?$session[sessionurl]u=$post[userid]"><strong>$post[musername]</strong></a>
    <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
    <else />
    <strong>$post[musername]</strong>
    </if>
   </div>
         </td></tr>
        <tr>
        <td align=center background="images/left/photo_bg2.gif">
        <table width="95%" border="0" cellspacing="0" cellpadding="0" style="table-layout: fixed">
                <tr><td align="center">
                <if condition="$show['avatar']">
    <div class="smallfont">
     <a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
    </div>
       </if>
    </td></tr>
  </table>
       <if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
       <if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
        </td>
  </tr>
  <tr><td><img src=images/left/photo_bg4.gif border=0></td></tr><tr><td>
            <table align=center width=155 cellspacing=0 cellpadding=0 style="table-layout:fixed; word-break:break-all" background="images/left/photo_bg2.gif">
    <tr><td width=8></td><td>
<div class="smallfont">
     <table align=center width="155" cellspacing=0 cellpadding=3 style="table-layout:fixed; word-break:break-all">
      <if condition="$post['joindate']"> 
                                   <tr><td class=leftbeautiful height="23"><font face="webdings">2</font>$vbphrase[join_date]: $post[joindate]
     </td></tr></if>
                                  <if condition="$post['field2']">
     <tr><td class=leftbeautiful height="23"><font face="webdings">2</font>$vbphrase[location_perm]: $post[field2]</td></tr></if>
     <tr><td class=leftbeautiful height="23"><font face="webdings">2</font>$vbphrase[posts]: $post[posts]</td></tr>
     <if condition="$vboptions['bank_onoff']">
     <tr><td class=leftbeautiful height="23"><font face="webdings">2</font>$vbphrase[cash]: <font color="red">$post[money]</font></td></tr>
     <tr><td class=leftbeautiful height="23"><font face="webdings">2</font>$vbphrase[asset]: <font  color="green">$post[moneyhole]</font></td></tr>
     </if>
     <if condition="$show['reputation']">
     <tr><td class=leftbeautiful height="23"><font face="webdings">2</font>
     <if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</td></tr>
     </if>
     <tr><td height="23">$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</td></tr>
     </table></td>
<div class="smallfont">                 
    <td width=8></td></tr>
   </table>
  </td></tr>
  <tr><td><img src=images/left/photo_bg3.gif></td>
  </tr>
  </table>
<!--美化結束-->  
 </td>
把下面的文件上傳到IMAGES目錄

OK.....
上傳的附件
檔案類型: rar left.rar (4.5 KB, 88 次查看)
__________________
給自己看也給所有需要這些話鼓勵的人看!

認真不一定會得到美好的結果
但是不認真就一定沒有
想要有什麼結果
就秉持你的雙手
放手去做
總比什麼都沒付出最後失敗了才嘆氣來的好吧
沒努力的人.沒有資格說放棄
努力過的人.更要有勇氣繼續努力下去
貝斯特 目前離線   回覆時引用此篇文章
回覆

書籤

主題工具

發文規則
不可以發表新主題
不可以發表回覆
不可以上傳附件
不可以編輯自己的文章

啟用 BB 代碼
論壇啟用 表情符號
論壇啟用 [IMG] 代碼
論壇禁用 HTML 代碼
Trackbacks are 禁用
Pingbacks are 禁用
Refbacks are 禁用


所有時間均為北京時間。現在的時間是 08:51 PM


Powered by vBulletin® 版本 3.7.3
版權所有 ©2000 - 2008,Jelsoft Enterprises Ltd.
Ad Management by RedTyger