我正在尝试使用此代码在postbit和postbit legancy模板中包含ad_thread_first_post_content模板
<vb:if condition="$post['isfirstshown']">
{vb:raw ad_location.thread_first_post_content}
{vb:raw ad_location.ad_thread_first_post_content}
</vb:if>
如果我在此条件之上添加一些测试内容,该内容将显示在帖子页面上,但名为ad_thread_first_post_content的模板内容不会显示在帖子页面中。 我在
之后添加了上述内容 <div class="postbody">
<div class="postrow">
<vb:if condition="$post['title'] OR $show['messageicon']">
<h2 class="posttitle icon">
<vb:if condition="$show['messageicon']"><img src="{vb:raw post.iconpath}" alt="{vb:raw post.icontitle}" /> </vb:if>{vb:raw post.title}
</h2>
</vb:if>