Anyone see this bug before, conspiracy?
Of course my members think this is a conspiracy, one of my members created a thread titled 9/11 and there are 10 comments in there that no one can see, I cant even see it as an admin
anyone have any ideas?
http://253hiphop.com/discussion/768/911
is this a silly easteregg?
Also while we are taking a look at bugs have any of you guys ever seen this? When you post like over 50 images in a thread Vanilla never finishes displaying them
see here:
http://253hiphop.com/discussion/480/into-the-underworld/
let me know :)
0
Comments
In FF3, I saw images get cut off at the bottom. This appears to be a style issue.
Index: library/Vanilla/Vanilla.Control.CommentGrid.php =================================================================== --- library/Vanilla/Vanilla.Control.CommentGrid.php (revision 783) +++ library/Vanilla/Vanilla.Control.CommentGrid.php (working copy) @@ -73,6 +73,11 @@ } $this->Context->Database->RewindDataSet($this->CommentData); } else { + if ($this->CurrentPage > $PageCount) { + // Go back to page 1, we're too far! + $PageOneUrl = GetUrl($Context->Configuration, 'comments.php', '', 'DiscussionID', $DiscussionID, '', '', CleanupString($Discussion->Name).'/'); + Redirect($PageOneUrl); + } $this->CommentData = $CommentManager->GetCommentList($this->Context->Configuration['COMMENTS_PER_PAGE'], $this->CurrentPage, $DiscussionID); } }
Related bug: Paging in a discussion out of range can be confusing.
I'm posting here because I can't add comments in the bug tracker.