Jump to content

  •  

  • Tutorial info Visit support topic

    • Added on: Nov 18 2009 09:32 PM
    • Views: 906
     


    * * * * *
    1 Ratings

    Changing 'leave a link'

    How to restore the check-boxes when moving a topic or multiple topics to leave links by default, the way 2.x.x did it.

    Posted by AndyF on Nov 18 2009 09:32 PM
    In IP. Board 3.0. the checkbox for leaving a "moved" link has been changed to not leave a link by default when moving a topic or group of topics.

    This is easy to restore if you wish it to be checked by default. :)

    Two small template edits are needed.

    ACP > Look / Feel > Skin Manager > Manage Templates / CSS > (choose skin) Manage Templates / CSS >

    Moderation > MoveTopicForm >

    Find...
    <input type='checkbox' id='leave_link' class='input_check' name='leave' value='y' />

    Replace with...
    <input type='checkbox' checked='checked' id='leave_link' class='input_check' name='leave' value='y' />

    Save.

    Moderation > MoveTopicsForm >

    Find...
    <input type='checkbox' id='leave_link' class='input_check' name='leave' value='y' />

    Replace with...
    <input type='checkbox' checked='checked' id='leave_link' class='input_check' name='leave' value='y' />

    Save. :)

    The first one is for an individual topic move via the dropdown when you are viewing it. The second edit is for mass moving via the dropdown in the forum view.

    Powered by Tutorials 1.4.1 © 2012, by Michael McCune