1

このコードを使用して、postbit および postbit レガシ テンプレートに 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>
4

0 に答える 0