![]() |
| | #1 |
| Senior Member |
修改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">
<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">
<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>
OK.....
__________________ 給自己看也給所有需要這些話鼓勵的人看! 認真不一定會得到美好的結果 但是不認真就一定沒有 想要有什麼結果 就秉持你的雙手 放手去做 總比什麼都沒付出最後失敗了才嘆氣來的好吧 沒努力的人.沒有資格說放棄 努力過的人.更要有勇氣繼續努力下去 |
| | |