Hello people!
Can somebody tell me what I'm doing not correct?
In comment-wrapper.tpl.php I deleted comment code and left just comment form code.
After I display the comments via views. I'm using field views refference in my content type to display the view.
And when I'm posting the comment - it is not ajax post. I need to reload the page to see it.
Thank you for any help!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | Screenshot_7_30_13_16_50.png | 74.79 KB | muschpusch |
Comments
Comment #1
muschpusch commentedThere are no major support requests and please assign an issue only if you want to provide a patch. Anyways the views integration offers two new field handlers:
Is this what you are looking for?
Comment #1.0
muschpusch commentedLog message:
Comment #2
frank.schram commentedI believe this clear.
It's just that the view is not being refreshed when a new comment is added.
You need to reload the page to see the new added comment
Comment #3
muschpusch commentedHey Frank are using the latest development version of ajax_comments? If not please do so. Could you switch to a default theme provided by core and check if the issue persists?
Comment #4
frank.schram commentedI used the latest dev version now and tried in bartik theme.
The behaviour is even worse new.
After clicking save, I don't even get confirmation that the comment is posted.
The comment form even stays open.
While in fact the comment is saved.
It appears then finally after refreshing the page.
Comment #5
muschpusch commentedDo you get any errors in the js console? Any watchdog messages or php warnings?!?
Comment #6
kloy23 commentedHello Muschpusch,
I'm experiencing the same issue.
Using the current version:
-Requires a refresh to see posted comment only when using the field "Content: List of comments" within a view. Seems to be working fine on full node.
- I cannot get edit to work properly on either the view, or full node.
- Delete works as intended.
Using Dev version
- Requires a page refresh to view comments on either the view, or full node.
- Still cannot get edit to work properly
- Delete works as intended.
Has there been any progress working on this issue?
I will also mention that I am using this on a Drupal Commons site, but I do not believe this to be an issue with drupal commons.
Thanks,
Kyle
Comment #7
kloy23 commentedThe patch in comment #16 on this issue https://www.drupal.org/node/1793988 fixed the refresh issue for me, using 7.x-1.0-beta1. I no longer have to refresh in order to see the comment.
Comment #8
muschpusch commentedOk so i'm closing this one as a duplicate of #1793988: Ajax comments only shows comments after page reload/refresh since we have at least some half working patch over there...