Active
Project:
AJAX Comments
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2011 at 20:31 UTC
Updated:
26 Jan 2012 at 14:33 UTC
It seems the ajax comment pagination is not in the d7 version. ...although I've tested and your module does mostly work with the morecomments module (with a few minor glitches).
Any thoughts on a pager option for the d7 branch?
Comments
Comment #1
acouch commentedSounds like a useful feature. Is not a top priority for me but might get to it or would accept a working patch.
Comment #2
dargno commentedFlagging this one to follow ...
As far as i see there are two issues with this right now....
1) i get a pagination to show up when i got a block in views with pagination where the pagination-id is set to 0
2) in the comment options is the pagination set, but right now comments are truncated to that amount due to this.
I see a few options here...
1) Copy the pagination from views AJAX pagination
2) Port the function from the 6.x branch (it was already there before?)
3) Add some custom jQuery code, somehow fetching the total amount of comments and solving 100% client-side.
Possible work-around : Use views for displaying relevant comments; hide the "real" comments. Not really a nice way of handling things but it would theoretically work, though creating massive overhead :(
If anyone got any updates on this i'd be happy to test/contribute to it!