Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Panel Lists missing "Take me to the last unread comment" functionality
Stash
✭
Panel Lists 1 by Mark is a fantastic extension that I use to, with bookmarks, to keep track of discussions here. I believe it is missing what I consider to be an essential feature.
Whenever I click on it from the "Bookmarks" in the control panel on the left I keep getting taken to the first page of this discussion. I have the "Take me to the last unread comment" option enabled in my preferences and I believe that this should affect how the Panel Lists links work.
Please could we have an update to Panel Lists to add this functionality as believe this is "expected behaviour"?
Whenever I click on it from the "Bookmarks" in the control panel on the left I keep getting taken to the first page of this discussion. I have the "Take me to the last unread comment" option enabled in my preferences and I believe that this should affect how the Panel Lists links work.
Please could we have an update to Panel Lists to add this functionality as believe this is "expected behaviour"?
0
This discussion has been closed.
Comments
Line 72:
Change
GetUrl($Context->Configuration, "comments.php", "", "DiscussionID", $Discussion->DiscussionID)
to
GetUnreadQuerystring($Discussion, $Context->Configuration, $Context->Session->User->Preference('JumpToLastReadComment'))
Line 106:
Change
GetUrl($Context->Configuration, "comments.php", "", "DiscussionID", $Discussion->DiscussionID), $Suffix
to
GetUnreadQuerystring($Discussion, $Context->Configuration, $Context->Session->User->Preference('JumpToLastReadComment'))
This apparently fixes a bug that keeps the discussion topic from appearing in the URL with friendly URLs.
Thanks
Would love it if Mark would use my permalink also... as I am sure the users here would appreciate it too. (V1.0 expected to be done this weekend)
Also, when wallphone's permalink is finished, I'll add that here too.
But the Panel Lists are working much better, thanks
Posted: Monday, 19 February 2007 at 9:43AM (AEDT)