Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorbigfatduck
    • CommentTimeFeb 19th 2006
     # 1
    I know this isnt a bug or anything, but is there any simple way to make it so that when someone clicks on a discussion link it goes to the first post of that discussion and not automatically to the bottom? it would also be good if it went to the clean url and not have that #Item_10 thing appended at the end. if take that "#item_x" thing out of the address bar and press enter, it goes to the first post, which is what i want.
    • CommentAuthorithcy
    • CommentTimeFeb 19th 2006
     # 2
    they can click on the "started by" link under the thread title

    the idea is that if you're looking for new comments in a long thread that you've read before, you don't have to scroll to the bottom of the last page every time you enter the thread.
    •  
      CommentAuthorlech
    • CommentTimeFeb 19th 2006
     # 3
    Account > Forum Preferences > Discussion list options > [uncheck] Jump to the last read comment when clicking on discussion topic.
    • CommentAuthorbigfatduck
    • CommentTimeFeb 19th 2006
     # 4
    thanks! do you also happen to know how to enable this by default for all users?
    •  
      CommentAuthorMark
    • CommentTimeFeb 19th 2006
     # 5
    Can't be done without altering the code in 0.9.2.
    In the next rev it is a configuration setting.
    • CommentAuthorbigfatduck
    • CommentTimeFeb 19th 2006
     # 6
    im running 0.9.3
    is that the next rev youre talking about?
    •  
      CommentAuthorBergamot
    • CommentTimeFeb 19th 2006 edited
     # 7
    On 0.9.3, open appg/settings.php and change
    $Configuration["PREFERENCE_JumpToLastReadComment"] = "1";
    to
    $Configuration["PREFERENCE_JumpToLastReadComment"] = "0";

    appg/settings.php holds all the preference defaults.
    •  
      CommentAuthorMark
    • CommentTimeFeb 19th 2006
     # 8
    Bergamot is on the right track, but you are not supposed to make any alterations to *any* files in the appg folder. Instead, you should open up your conf/settings.php file and add:

    $Configuration["PREFERENCE_JumpToLastReadComment"] = "0";

    The reason for this is that when upgrades for Vanilla come out, all files other than the conf folder will be overwritten. So, if you want your configurations to remain through upgrades, only make alterations in the conf folder.
    •  
      CommentAuthorBergamot
    • CommentTimeFeb 19th 2006
     # 9
    Ahh yeah I always get those mixed up.
Add your comments
    Username Password
  • Format comments as