Closed (fixed)
Project:
AJAX Comments
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2012 at 14:10 UTC
Updated:
22 May 2013 at 15:34 UTC
Jump to comment: Most recent file
Comments
Comment #1
adammaloneNot the cleanest of patches as it does omit the invisible element output directly above the pager - however this one will allow the comment to appear above the pager.
At worst it should give people a starting point!
Comment #2
ttkaminski commentedTry this patch. It places it after the last ajax-comment-wrapper div.
Comment #3
mototribe commentedThanks! The #2 patch does place the comment above the pager.
However, if you add a comment on the first page of comments it now won't show up after posting the comment.
Comment #4
ttkaminski commentedThis patch checks if the comment count is zero, is so, then appends to the wrapper div.
Comment #5
adammaloneLooks good
Comment #6
muschpusch commentedthanks! Committed to dev!