- สิทธิ์ในการอ่าน
- 10
- UID
- 1565
- เครดิต
- 5
- จิตพิศัย
- 5
- Money
- 207
- Gold
- 0
- โพสต์
- 332
- กระทู้
- 5
- ลงทะเบียนเมื่อ
- 2008-3-7
- ลงชื่อเข้าใช้ล่าสุด
- 2012-3-6

- สิทธิ์ในการอ่าน
- 10
- UID
- 1565
- เครดิต
- 5
- จิตพิศัย
- 5
- Money
- 207
- Gold
- 0
- โพสต์
- 332
- กระทู้
- 5
- ลงทะเบียนเมื่อ
- 2008-3-7
- ลงชื่อเข้าใช้ล่าสุด
- 2012-3-6
|
อ่า งั้นเราจะโพสต์โค๊ดแบบของเราเลยนะ ยังไงลองเอาไปใช้แล้วก็แก้เอาเองแล้วกันนะจ๊ะ
ไม่อยากหรอก เพราะว่าเราก็เขียนโค๊ดแบบง่ายๆ เอาอะ 555
ไปที่ template/defult/viewthread.htm หาโค๊ด- <!--{if $post['signature'] && !$post['anonymous'] && $showsignatures}-->
- <div class="signatures" style="maxHeightIE: {MAXSIGROWS}px;">
- $post[signature]
- </div>
- <!--{/if}-->
คัดลอกไปที่คลิปบอร์ด ใส่โค๊ดนี้ลงไปด้านล่าง- <!--{if $post[mypet]}-->
- <cite><center><b><font color="#999900">$post['username']'s pet</font></b></center></cite>
- <table align="center" width="500" height="100%" border="0" text="#ffcc00">
- <tr>
- <td align="right">
- <!--{if $post[pethp] < 1 || $post[petsp] < 1}--><img src="{$petdir}$post[petpic]/$post[petpic]{$post[levelpic]}.gif" style="filter:GRAY;" alt="" /><!--{else}--><img src="{$petdir}$post[petpic]/$post[petpic]{$post[levelpic]}.gif" alt="" /><!--{/if}-->
- </td>
- <td align="center"><p><b>Pet's name:</b> $post['mypet']</p>
- <p><b>ATK:</b> $post[petatk]</p>
- <p><b>DEF:</b> $post[petdef]</p>
- <p><b>Status:</b> $post[petdead]</p>
- <p><b>Level:</b> $post[petshowlevel]</p>
- <p><b>Pet PK:</b> $post[petpk]</p>
- </td>
- <td align="left"><p>HP : $post[pethp] / $post[petmaxhp]
- <div class="chart" style="margin-bottom:4px"><img src="{$petdir}rpg/orange.gif" width="{$post[hpf]}%" height="9" alt="" /></div>
- SP : $post[petsp] / $petsettings['basicsp']
- <div class="chart"><img src="{$petdir}rpg/green.gif" width="{$post[spf]}%" height="9" alt="" /></div></p></td>
- </tr>
- </table>
- <!--{/if}-->
คัดลอกไปที่คลิปบอร์ด แค่นี้แหละจ้า ลองแก้ๆ ดูนะ |
|