← Back to team overview

evoteam team mailing list archive

[Bug 628984] Re: Comment permalink does not work with paged comments

 

** Description changed:

  A comment permalink (Comment::permalink()) links to the item's permanent
  URL, only adding an anchor.
  
  So, when linking to a comment on an item with paged comments, this may
  not work, if the comment is not on the first page.
+ 
+ The CommentList object responsible for the paging is setup and used in blogs/skins/_item_feedback.inc.php - without any link to Comment::permalink().
+ The only fix I can see at the moment is setting up a CommentList in Comment::permalink to get the comment, which apparently is very ugly.

** Changed in: b2evolution
       Status: New => Triaged

** Changed in: b2evolution
   Importance: Undecided => Medium

-- 
Comment permalink does not work with paged comments
https://bugs.launchpad.net/bugs/628984
You received this bug notification because you are a member of Evoteam,
which is subscribed to b2evolution.

Status in b2evolution: Triaged

Bug description:
A comment permalink (Comment::permalink()) links to the item's permanent URL, only adding an anchor.

So, when linking to a comment on an item with paged comments, this may not work, if the comment is not on the first page.

The CommentList object responsible for the paging is setup and used in blogs/skins/_item_feedback.inc.php - without any link to Comment::permalink().
The only fix I can see at the moment is setting up a CommentList in Comment::permalink to get the comment, which apparently is very ugly.






References