Voting disables view last post...

edited February 2012 in Vanilla 2.0 - 2.8

When voting is enabled, users are directed to the first (top) post only. Which probably makes sense from a questions point of view, but I wish to retain the original setting from Vanilla which is to direct the user to the last read post.
How can this be done?

Answers

  • Vanilla Staff
    edited February 2012

    There is a config setting that the voting plugin overrides.

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

    Note that this will only work if the user is sorting the comments by date.

  • Ok that is good, only I'm not too sure where this is being changed inside the Voting plugin? Can't find anything immediately obvious changing this.

  • @Faz : It's done in /conf/config.php file inside your Vanilla forum directory.

Sign In or Register to comment.