Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

when i go a discussion, its automatically go to bottom of page (to comment box)

ChanuxChanux ✭✭
edited December 2011 in Vanilla 2.0 - 2.8

when i go a discussion, its automatically go to bottom of page (to comment box)
but i want when i go to discussion , display topic that post first..!
how can i fix it

Best Answers

  • ToddTodd Vanilla Staff
    Answer ✓

    Vanilla automatically goes to your most recent position. People that click on a discussion for the first time will go to the top of the page.

    This is a feature, not a bug.

  • TimTim Vanilla Staff
    edited December 2011 Answer ✓

    Firstly, it isn't broken. It is taking you to your last unread post. This is Vanilla's default behaviour, and most people love it.

    Secondly, you can disable it if you like, by putting the following in your config file:

    $Configuration['Vanilla']['Comments']['AutoOffset'] = FALSE;

    Vanilla Forums COO [GitHub, Twitter, About.me]

Answers

  • ToddTodd Vanilla Staff
    Answer ✓

    Vanilla automatically goes to your most recent position. People that click on a discussion for the first time will go to the top of the page.

    This is a feature, not a bug.

  • TimTim Vanilla Staff
    edited December 2011 Answer ✓

    Firstly, it isn't broken. It is taking you to your last unread post. This is Vanilla's default behaviour, and most people love it.

    Secondly, you can disable it if you like, by putting the following in your config file:

    $Configuration['Vanilla']['Comments']['AutoOffset'] = FALSE;

    Vanilla Forums COO [GitHub, Twitter, About.me]

  • Thank You @Tim and @Todd

Sign In or Register to comment.