Hi,
the 'reformatPager' doesn't work for me.

I use Firefox and a view with your inline_comments.
When i created more than 10 comments, i wanted to use your pager, but the pager wasn't reformatted.
... so i can't 'view more comments'.

I work with this patch : http://drupal.org/node/1533038#comment-6136858.

CommentFileSizeAuthor
#1 fix_js_reformatpager-1647626-2.patch460 byteskitkat13

Comments

kitkat13’s picture

StatusFileSize
new460 bytes

First, i change a .find() to enter in your first if... watch my patch.

But, now ... i don't understand when your params[1] can be like 'add' and why you set a new href only in this case.

In your screencast, i can see in your video at 3:14

your_base_url + 'ajax/inline_comments/get_comments/' + nid + '?page=1'

I have the same href, but doesn't work.

Your help is appreciated.

simon georges’s picture

Status: Active » Needs review
kitkat13’s picture

@ Simon thx

KORNADDI’s picture

I do have the same problem...

I changed the code by the one on the patch but it doesn't solve my problem....

I do have a "View more comments" and then a link that refer to "http://mydomain/ajax/inline_comments/get_comments/109?page=1"

If i go to that page i receive a page with code "{"data":"\u003Ca id=\u0022comment-2\u0022\u003E\u003C\u002Fa\u003E\u000A\u003Cdiv class=\u0022comment comment-by-node-author comment-by-viewer odd\u0022 about=\u0022\u002Fcomment\u002F2#comment-2\u0022 typeof=\u0022sioc:Post sioct:Comment\u0022\u003E\u000A \u000A \u003Cspan class=\u0022submitted\u0022\u003E\u003Cspan property=\u0022dc:date dc:created\u0022 content=\u00222013-10-24T13:19:14+02:00\u0022 datatype=\u0022xsd:dateTime\u0022......"

Anyone who knows what to do to resolve this ?