Jump to content

  •  

  • Tutorial info Visit support topic

    • Added on: Mar 25 2009 01:04 PM
    • Views: 708
     


    * * * * *
    1 Ratings

    Stop members from self reporting.

    Removes the Report button from their own posts.

    Posted by Pintac on Mar 25 2009 01:04 PM
    ACP - > Look & Feel -> YOUR SKIN -> Topic View -> topicviewtemplate

    FIND

    <if test="canReportPost:| :( $this->settings['disable_reportpost'] != 1) and ( $this->memberData['member_id'] )">

    ADD ABOVE

    <if test="noselfreport:|:$post['author']['member_id'] != $this->memberData['member_id']">

    FIND

    <if test="multiquote:|:isset( $post['post']['_mq_selected'] ) && $post['post']['_mq_selected']">

    ADD ABOVE

    </if>


    SAVE

    Powered by Tutorials 1.4.1 © 2012, by Michael McCune