返回列表 发帖
查看: 364|回复: 3

[已解决] dz3.5贴内用户信息左侧信息模板添加不显示问题

2

主题

4

回帖

22

积分

初学乍练

贡献
1 点
金币
10 个
发表于 2025-4-28 17:25:44 | 查看全部 |阅读模式
图片1.png 图片2.png

加入代码后想显示的这两个信息不在帖子页面显示,请大神们帮忙看看怎么回事,谢谢。
代码如下:
  1. <fieldset style="width:90%; margin:0 auto; border:1px dashed #4BA5F0; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;">
  2.   <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>
  3.   <table style="double none;" frame="void" align="center">
  4.     <tbody>
  5.       <tr>
  6.         <td>
  7.           <center>
  8.             <a href="{baseinfo=threads,1}" target="_blank" class="xi2">{baseinfo=threads,0}</a></center>
  9.         </td>
  10.         <td>
  11.           <center>
  12.             <a href="{baseinfo=posts,1}" target="_blank" class="xi2">{baseinfo=posts,0}</a></center>
  13.         </td>
  14.         <td>
  15.           <center>
  16.             <a href="{baseinfo=credits,1}" target="_blank" class="xi2">{baseinfo=credits,0}</a></center>
  17.         </td>
  18.       </tr>
  19.       <tr>
  20.         <td>
  21.           <center>
  22.             <font color="ff0000">主题</font></center>
  23.         </td>
  24.         <td>
  25.           <center>
  26.             <font color="#008800">帖子</font></center>
  27.         </td>
  28.         <td>
  29.           <center>
  30.             <font color="3399ff">积分</font></center>
  31.         </td>
  32.       </tr>
  33.     </tbody>
  34.   </table>
  35. </fieldset>
  36. <p></p>
  37. <fieldset style="width:90%; margin:0 auto; border:1px dashed #4BA5F0; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;">
  38.   <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>  
  39.   
  40.   <font color="ff0000">ID :</font>
  41.   <a href="{baseinfo=uid,1}" target="_blank" class="xi2">{baseinfo=uid,0}</a>
  42.   <br>  
  43.    
  44.   <font color="#1E90FF">用户组 :</font>
  45.   {authortitle}<em>{*}</em>{/authortitle}
  46.   <br>
  47. {upgradeprogress}<p>{*}</p>{/upgradeprogress}
  48. </fieldset>


  49. <p></p>
  50. <fieldset style="width:90%; margin:0 auto; border:1px dashed #4BA5F0; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;">
  51. <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>
  52.    <font color="ff0000">{baseinfo=extcredits1,1} :  </font>{baseinfo=extcredits1,0}<font color="ff0000">点</font>
  53. <br>  
  54.    <font color="3399ff">{baseinfo=extcredits3,1} : </font>{baseinfo=extcredits3,0}<font color="3399ff">点</font>
  55. <br>
  56.    <font color="008800">{baseinfo=extcredits2,1} : </font>{baseinfo=extcredits2,0} <font color="008800">枚</font>
  57. <br>
  58.    <font color="9933FF">违规 : </font>0 <font color="9933FF"> 次</font>
  59. <br>
  60.    <font color="#FF4B00">{baseinfo=oltime,1} : {baseinfo=oltime,0} 小时</font>
  61. <br>
  62.   <font color="F000F0">{baseinfo=regtime,1} : {baseinfo=regtime,0}</font>
  63. <br>
  64.   <font color="F000F0">{baseinfo=lastdate,1} : {baseinfo=lastdate,0}</font>
  65. </fieldset>
  66. <p></p>
  67. <fieldset style="width:90%; margin:0 auto; border:1px dashed #4BA5F0; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;">
  68.   <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>
  69.   {medal}
  70.   <p class="md_ctrl">
  71.     {*}
  72.   </p>
  73.   {/medal}
  74. </fieldset>
  75. <p></p>
  76. <fieldset style="width:90%; margin:0 auto; border:1px dashed #4BA5F0; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;">
  77.   <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>
  78. <p>
  79.   </p>
  80. <dt>{baseinfo=field_field1,1}</dt><dd>{baseinfo=field_field1,0}</dd>
  81. <dt>{baseinfo=field_field2,1}</dt><dd>{baseinfo=field_field2,0}</dd>
  82. <p></p>
  83. </fieldset>
复制代码


1 贡献

最佳答案

可以备份一下这个代码,单独这个字段看下,是否能显示,如果能显示的话,那就不是字段的问题了
回复

使用道具 举报

2

主题

4

回帖

22

积分

初学乍练

贡献
1 点
金币
10 个
 楼主| 发表于 2025-4-28 18:06:14 | 查看全部
  1. <fieldset style="width:90%; margin:0 auto; border:1px dashed #4BA5F0; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;">
  2.   <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>
  3.   <table style="double none;" frame="void" align="center">
  4.     <tbody>
  5.       <tr>
  6.         <td>
  7.           <center>
  8.             <a href="{baseinfo=threads,1}" target="_blank" class="xi2">{baseinfo=threads,0}</a></center>
  9.         </td>
  10.         <td>
  11.           <center>
  12.             <a href="{baseinfo=posts,1}" target="_blank" class="xi2">{baseinfo=posts,0}</a></center>
  13.         </td>
  14.         <td>
  15.           <center>
  16.             <a href="{baseinfo=credits,1}" target="_blank" class="xi2">{baseinfo=credits,0}</a></center>
  17.         </td>
  18.       </tr>
  19.       <tr>
  20.         <td>
  21.           <center>
  22.             <font color="ff0000">主题</font></center>
  23.         </td>
  24.         <td>
  25.           <center>
  26.             <font color="#008800">帖子</font></center>
  27.         </td>
  28.         <td>
  29.           <center>
  30.             <font color="3399ff">积分</font></center>
  31.         </td>
  32.       </tr>
  33.     </tbody>
  34.   </table>
  35. </fieldset>
  36. <p></p>
  37. <fieldset style="width:90%; margin:0 auto; border:1px dashed #4BA5F0; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;">
  38.   <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>  
  39.   
  40.   <font color="ff0000">ID :</font>
  41.   <a href="{baseinfo=uid,1}" target="_blank" class="xi2">{baseinfo=uid,0}</a>
  42.   <br>  
  43.    
  44.   <font color="#1E90FF">用户组 :</font>
  45.   {authortitle}<em>{*}</em>{/authortitle}
  46.   <br>
  47. {upgradeprogress}<p>{*}</p>{/upgradeprogress}
  48. </fieldset>


  49. <p></p>
  50. <fieldset style="width:90%; margin:0 auto; border:1px dashed #4BA5F0; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;">
  51. <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>
  52.    <font color="ff0000">{baseinfo=extcredits1,1} :  </font>{baseinfo=extcredits1,0}<font color="ff0000">点</font>
  53. <br>  
  54.    <font color="3399ff">{baseinfo=extcredits3,1} : </font>{baseinfo=extcredits3,0}<font color="3399ff">点</font>
  55. <br>
  56.    <font color="008800">{baseinfo=extcredits2,1} : </font>{baseinfo=extcredits2,0} <font color="008800">枚</font>
  57. <br>
  58.    <font color="9933FF">违规 : </font>0 <font color="9933FF"> 次</font>
  59. <br>
  60.    <font color="#FF4B00">{baseinfo=oltime,1} : {baseinfo=oltime,0} 小时</font>
  61. <br>
  62.   <font color="F000F0">{baseinfo=regtime,1} : {baseinfo=regtime,0}</font>
  63. <br>
  64.   <font color="F000F0">{baseinfo=lastdate,1} : {baseinfo=lastdate,0}</font>
  65. </fieldset>
  66. <p></p>
  67. <fieldset style="width:90%; margin:0 auto; border:1px dashed #4BA5F0; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;">
  68.   <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>
  69.   {medal}
  70.   <p class="md_ctrl">
  71.     {*}
  72.   </p>
  73.   {/medal}
  74. </fieldset>
  75. <p></p>
  76. <fieldset style="width:90%; margin:0 auto; border:1px dashed #4BA5F0; -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;">
  77.   <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>
  78. <p>
  79.   </p>
  80. <dl class="pil cl">
  81. <dt>{baseinfo=field_field1,1}</dt><dd>{baseinfo=field_field1,0}</dd>
  82. <dt>{baseinfo=field_field2,1}</dt><dd>{baseinfo=field_field2,0}</dd>
  83. </dl>
  84. <p></p>
  85. </fieldset>
复制代码


加上<dl>也没用
回复

使用道具 举报

6

主题

1127

回帖

1548

积分

应用开发者

贡献
30 点
金币
179 个
QQ
发表于 2025-4-28 21:11:30 | 查看全部
可以备份一下这个代码,单独这个字段看下,是否能显示,如果能显示的话,那就不是字段的问题了
回复

使用道具 举报

2

主题

4

回帖

22

积分

初学乍练

贡献
1 点
金币
10 个
 楼主| 发表于 2025-4-29 12:47:30 | 查看全部
找到问题了,显示项被设置隐私了
回复

使用道具 举报

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

本版积分规则

  • 关注公众号
  • 有偿服务微信
  • 有偿服务QQ

手机版|小黑屋|Discuz! 官方交流社区 ( 皖ICP备16010102号 |皖公网安备34010302002376号 )|网站地图|star

GMT+8, 2025-6-15 10:47 , Processed in 0.050478 second(s), 13 queries , Redis On.

Powered by Discuz! W1.0 Licensed

Cpoyright © 2001-2025 Discuz! Team.

关灯 在本版发帖
有偿服务QQ
有偿服务微信
返回顶部
快速回复 返回顶部 返回列表