xF1 This will give you a new post button within the thread itself

  • Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Radio

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,441
    7,649
    321
    localhost
    REKT submitted a new resource:

    - Converted from thread...

    This will allow you to create a new thread in the same group that you are posting in without having to go back out to the main section and hit new post. This is not the Post new Thread Global button.
    Find
    IN: thread_view
    Code:
    <xen:hook name="thread_view_pagenav_before" params="{xen:array 'thread={$thread}'}" />
    
    <div class="pageNavLinkGroup">

    After that add

    Code:
    <a href="{xen:link forums, $forum}create-thread" class="button primary">New Thread</a>

     
    Last edited: