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.

2 minor Bugs "1st Post" V2.1B2

V2.1B2, Opera/Firefox

  1. When you have for example 14 Pages in a Discussion and you Edit the first, after saving the Changes of the 1st post it jumps to the last Post on page 14...

  2. When you right click on the Date of the 1st Post to get the Link and save it on some other Discussion in the Forum, if you klick on it it will NOT show the 1st Post, it will jump to the LAST PAGE oft the Discussion..

Thats all for today... :D

Cheers,

The Doc

Comments

  • This is not the correct place to report beta bugs. Please read the sticky on beta a report it on github.

    grep is your friend.

  • @x00 said:
    Please read the sticky on beta a report it on github.

    What? There's a beta version of Vanilla? So 2.0.18.4 is not the 'latest' version? So all the known bugs are on github? Awesome!

    Maybe there's some more info in that sticky at the top of all discussions ...

    There was an error rendering this rich post.

  • @Dr_Sommer said:
    V2.1B2, Opera/Firefox

    1. When you have for example 14 Pages in a Discussion and you Edit the first, after saving the Changes of the 1st post it jumps to the last Post on page 14...

    2. When you right click on the Date of the 1st Post to get the Link and save it on some other Discussion in the Forum, if you klick on it it will NOT show the 1st Post, it will jump to the LAST PAGE oft the Discussion..

    Thats all for today... :D

    Cheers,

    The Doc

    This expected behavior with auto offset set to true. Vanilla keeps track of who read what and will send you to the latest news post you haven't read in a discussion.

    I like the idea of editing discussion keeping you on the first page. If comments are edited via AJAX there is no reloading of the page, so you don't notice this happening.

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • @hgtonight said:
    This expected behavior with auto offset set to true

    In case you're going to ask : that is a config setting in conf/config.php

    There was an error rendering this rich post.

  • tagging on to what hgtonight and underdog said:

    $Configuration['Vanilla']['Comments']['AutoOffset'] = FALSE; // don't go to last item or numbered item. removes item# from url.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Sign In or Register to comment.