Closed (fixed)
Project:
AJAX Comments
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 May 2011 at 06:14 UTC
Updated:
7 Jun 2011 at 21:21 UTC
screenshot: http://prntscr.com/1x7o9
i click on reply and the reply form disappears. very odd.
Comments
Comment #1
acouch commentedThe comment form at the bottom is supposed to disappear if you click 'reply' below a comment, but another form should appear below where you clicked 'reply'.
Right now the css for comments needs to be the same as bartik.
Can you try using the bartik theme quickly to confirm that it doesn't work at all?
Comment #2
patoshi commentedyea it doesnt work.. u can try it urself:
nycnextlevel . com/dev/node/1
Comment #3
acouch commentedThanks. Looks like you have everything setup correctly.
Can you try disabling the advanced forum module and see if that works?
Comment #4
patoshi commentedyep.. disabled forumand advanced forum completely... same problem.. im guessing its not outputting it to the specified div container you have?
Comment #5
acouch commentedThanks for testing this and helping to get this module off the ground.
The problem is the module expects the wrappers around your comment to be something like this:
whereas yours has this:
<div class="comment comment-by-node-author clearfix" typeof="sioc:Post sioct:Comment" about="/dev/comment/4#comment-4">Notice the extra 'dev' in about. The module should be able to correct for this. I'll try and fix that when I get a chance. In the meantime if you change:
to:
it should work.
I would warn you that this module is still in development.
Comment #6
acouch commentedIf a the base url for a site is http://example.com/development/ then the comment about for bartik will be:
<div class="comment comment-by-node-author clearfix" typeof="sioc:Post sioct:Comment" about="/development/comment/4#comment-4">The command_invoke on line 101 needs to account for that.
Comment #7
patoshi commentedok i think i fixed it.. just add $base_path ..
as for declaring global vars .. where should i put them? usually on the top of the file right?
Comment #8
acouch commentedI committed this. The global is declared within the function. Thanks for your help. Please keep opening issues as you come across them.
Comment #9
patoshi commenteddoes this work for forum topics btw.