|
加入代码后想显示的这两个信息不在帖子页面显示,请大神们帮忙看看怎么回事,谢谢。
代码如下:
- <fieldset style="width:90%; margin:0 auto; border:1px dashed #4BA5F0; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;">
- <legend style="color:#FFFFFF; width:60px; text-align:center; background-color:#4BA5F0; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; " align="center">灌水成绩</legend>
- <table style="double none;" frame="void" align="center">
- <tbody>
- <tr>
- <td>
- <center>
- <a href="{baseinfo=threads,1}" target="_blank" class="xi2">{baseinfo=threads,0}</a></center>
- </td>
- <td>
- <center>
- <a href="{baseinfo=posts,1}" target="_blank" class="xi2">{baseinfo=posts,0}</a></center>
- </td>
- <td>
- <center>
- <a href="{baseinfo=credits,1}" target="_blank" class="xi2">{baseinfo=credits,0}</a></center>
- </td>
- </tr>
- <tr>
- <td>
- <center>
- <font color="ff0000">主题</font></center>
- </td>
- <td>
- <center>
- <font color="#008800">帖子</font></center>
- </td>
- <td>
- <center>
- <font color="3399ff">积分</font></center>
- </td>
- </tr>
- </tbody>
- </table>
- </fieldset>
- <p></p>
- <fieldset style="width:90%; margin:0 auto; border:1px dashed #4BA5F0; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;">
- <legend style="color:#FFFFFF; width:60px; text-align:center; background-color:#4BA5F0; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; " align="center">等级头衔</legend>
-
- <font color="ff0000">ID :</font>
- <a href="{baseinfo=uid,1}" target="_blank" class="xi2">{baseinfo=uid,0}</a>
- <br>
-
- <font color="#1E90FF">用户组 :</font>
- {authortitle}<em>{*}</em>{/authortitle}
- <br>
- {upgradeprogress}<p>{*}</p>{/upgradeprogress}
- </fieldset>
- <p></p>
- <fieldset style="width:90%; margin:0 auto; border:1px dashed #4BA5F0; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;">
- <legend style="color:#FFFFFF; width:60px; text-align:center; background-color:#4BA5F0; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; " align="center">积分成就</legend>
- <font color="ff0000">{baseinfo=extcredits1,1} : </font>{baseinfo=extcredits1,0}<font color="ff0000">点</font>
- <br>
- <font color="3399ff">{baseinfo=extcredits3,1} : </font>{baseinfo=extcredits3,0}<font color="3399ff">点</font>
- <br>
- <font color="008800">{baseinfo=extcredits2,1} : </font>{baseinfo=extcredits2,0} <font color="008800">枚</font>
- <br>
- <font color="9933FF">违规 : </font>0 <font color="9933FF"> 次</font>
- <br>
- <font color="#FF4B00">{baseinfo=oltime,1} : {baseinfo=oltime,0} 小时</font>
- <br>
- <font color="F000F0">{baseinfo=regtime,1} : {baseinfo=regtime,0}</font>
- <br>
- <font color="F000F0">{baseinfo=lastdate,1} : {baseinfo=lastdate,0}</font>
- </fieldset>
- <p></p>
- <fieldset style="width:90%; margin:0 auto; border:1px dashed #4BA5F0; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;">
- <legend style="color:#FFFFFF; width:60px; text-align:center; background-color:#4BA5F0; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; " align="center">勋章</legend>
- {medal}
- <p class="md_ctrl">
- {*}
- </p>
- {/medal}
- </fieldset>
- <p></p>
- <fieldset style="width:90%; margin:0 auto; border:1px dashed #4BA5F0; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;">
- <legend style="color:#FFFFFF; width:60px; text-align:center; background-color:#4BA5F0; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; " align="center">认证信息</legend>
- <p>
- </p>
- <dt>{baseinfo=field_field1,1}</dt><dd>{baseinfo=field_field1,0}</dd>
- <dt>{baseinfo=field_field2,1}</dt><dd>{baseinfo=field_field2,0}</dd>
- <p></p>
- </fieldset>
复制代码
1 贡献最佳答案
可以备份一下这个代码,单独这个字段看下,是否能显示,如果能显示的话,那就不是字段的问题了
|
|