返回列表 发布新帖

dz3.5贴内用户信息左侧信息模板添加不显示问题 New

110 1
发表于 6 天前 | 查看全部 阅读模式
d1.png d2.png

加入代码后想显示的这两个信息不在帖子页面显示,请大神们帮忙看看怎么回事,谢谢。
代码如下:
  1.   灌水成绩                                          {baseinfo=threads,0}                                      {baseinfo=posts,0}                                      {baseinfo=credits,0}                                                  主题                                      帖子                                      积分                      等级头衔      ID :  {baseinfo=uid,0}         用户组 :  {authortitle}{*}{/authortitle}  {upgradeprogress}{*}{/upgradeprogress}积分成就   {baseinfo=extcredits1,1} :  {baseinfo=extcredits1,0}点     {baseinfo=extcredits3,1} : {baseinfo=extcredits3,0}点   {baseinfo=extcredits2,1} : {baseinfo=extcredits2,0} 枚   违规 : 0  次   {baseinfo=oltime,1} : {baseinfo=oltime,0} 小时  {baseinfo=regtime,1} : {baseinfo=regtime,0}  {baseinfo=lastdate,1} : {baseinfo=lastdate,0}  勋章  {medal}      {*}    {/medal}  认证信息  {baseinfo=field_field1,1}{baseinfo=field_field1,0}{baseinfo=field_field2,1}{baseinfo=field_field2,0}
复制代码

我知道答案 回答被采纳将会获得1 贡献 已有1人回答

评论1

淤芯咬Lv.3 发表于 6 天前 | 查看全部
  1. <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><dl class="pil cl"><dt>{baseinfo=field_field1,1}</dt><dd>{baseinfo=field_field1,0}</dd><dt>{baseinfo=field_field2,1}</dt><dd>{baseinfo=field_field2,0}</dd></dl><p></p></fieldset>
复制代码

加上<dl>也没用
回复

使用道具 举报

回复

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

投诉/建议联系

5857225@qq.com

未经授权禁止转载,复制和建立镜像,
如有违反,追究法律责任
  • 关注公众号
  • 添加微信客服
Powered by Discuz! X5.0 Licensed 2022-2025 吾7分享 版权所有 All Rights Reserved. |网站地图|湘公网安备43112302000109号 ICP备案:湘ICP备19002042号-3
关灯 在本版发帖
扫一扫添加微信客服
返回顶部
快速回复 返回顶部 返回列表