Discuz!售价贴未购买前展示分类信息栏

someone2024-06-24未分类67

找到模版目录的viewthread_pay.htm


在其头部添加以下代码:

<div class="typeoption">
<!--{if $threadsortshow['optionlist'] == 'expire'}-->
      {lang has_expired}
<!--{else}-->
<table summary="{lang threadtype_option}" cellpadding="0" cellspacing="0" class="cgtl mbm">
<caption>$_G[forum][threadsorts][types][$_G[forum_thread][sortid]]</caption>
<tbody>
<!--{loop $threadsortshow['optionlist'] $option}-->
<!--{if $option['type'] != 'info'}-->
<tr>
<th>$option[title]:</th>
<td><!--{if $option['value']}-->$option[value] $option[unit]<!--{else}-->-<!--{/if}--></td>
</tr>
<!--{/if}-->
<!--{/loop}-->
</tbody>
</table>
<!--{/if}-->
</div>



备注:dz默认模板目录为template/default/forum/viewthread_pay.htm

发表评论

访客

看不清,换一张

◎欢迎参与讨论,请在这里发表您的看法和观点。