Jump to content

  •  

  • Tutorial info Visit support topic

    • Added on: Dec 31 2009 09:49 PM
    • Date Updated: Jan 03 2010 01:16 AM
    • Views: 1018
     


    * * * * *
    1 Ratings

    Disable Quoting of the first post

    Removes the Reply and MultiQuote button from the first post in a topic.

    Posted by Pintac on Dec 31 2009 09:49 PM
    Go to ACP->Look&Feel->*your skin*->Topic View->topicViewTemplate

    Find:
    <a href="{parse url="module=post&amp;section=post&amp;do=reply_post&amp;f={$this->request['f']}&amp;t={$this->request['t']}&amp;qpid={$post['post']['pid']}" base="publicWithApp"}" title="{$this->lang->words['quote_with_mq']}">{parse replacement="mq_post_icon"} {$this->lang->words['mq']}</a>

    Before, Add:
    <if test="isFirst:|:!$post['post']['new_topic']">

    Find:
    <if test="canEdit:|:$post['post']['_can_edit'] === TRUE">

    Before, Add:
    </if>


    Save and repeat for each skin.

    stopquote.jpg


    Powered by Tutorials 1.4.1 © 2012, by Michael McCune