+ Reply to Thread
Results 1 to 2 of 2

Thread: Disable content box collapsing

  1. #1

    Disable content box collapsing

    Hello,

    where and how can i disable content boxes beeing collapsed after clicking on title?

    Thank you

  2. #2
    Hello,

    You can change it in code, you have to disable function which does it.
    One simple way to do it

    open templates/your_template/js/lib.js

    find function action_block and add return false; at the beginning of the function

    Code:
    Only registered members can view the code.
    remove your browser cookies at first.

+ Reply to Thread