با این آموزش میتوانید دکمه ای را در کنار پست ها ایجاد کنید که بوسیله آن میتوان موضوع جدیدی را در همان انجمن ارسال کرد.
ابتدا قالب showthread را در جستجو قالب موجود در استایل & قالب پیدا کرده و درون آن جستجو کنید


کد PHP:

<div id="above_postlist" class="above_postlist">         <vb:if condition="$show['largereplybutton']">             <a href="newreply.php?{vb:raw session.sessionurl}p={vb:raw lastpostid}&amp;noquote=1"  class="newcontent_textcontrol" id="newreplylink_top"><vb:if condition="$show['closethread']"><span>+</span> {vb:rawphrase reply_to_thread}<vb:else />{vb:rawphrase closed_thread}</vb:if></a
زیر آن اضافه کنید :





کد PHP:
<!--- post new thread button above start --->  <a href="newthread.php?{vb:raw session.sessionurl}do=newthread&amp;f={vb:raw thread.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"  style="margin-left:10px;"><span>+</span> {vb:rawphrase post_new_thread}</a>  <!--- post new thread button above end --->