Mine wasn't working either, when choosing delete it would just jump to the top of the page. No error and nothing was removed. After deactivating, deleting and then reinstalling the latest version it still just jumps to the top of the page and nothing happens. I've checked permissions etc. Even hide seems to be responding weird. It just sits there and never responds unless I completely reload the page. I'm not sure what is going on.
I think I may see what the matter could be for your error, sabina. I managed to hardcode one of the table names in, in lower case, contrary to the real db name, which is in upper case. Windows dosn't give a crap about the table case, but I seem to remember that unix-based servers do. Could you give it another whirl?
As for your problems, metacode, it sounds almost like you've got javascript disabled or something. When it jumps to the beginning of the page, do you see a '#' added to the url (or maybe instead of an #Item_x)? If you do it definitely means the js isn't executing. What browser were you using, and are you sure js isn't disabled?
@SirNot - I'm using Safari 2.0.4 and JS is enabled (all other ajax stuff works fine). I also tried and got the same behavior in FireFox 1.5.0.6. The link in the status bar shows # only without an item id.
I changed the method it decrement comments, so now does it work? How about the latest comment information (ie. last comment author, time), is that still up-to-date?
Comments
As for your problems, metacode, it sounds almost like you've got javascript disabled or something. When it jumps to the beginning of the page, do you see a '#' added to the url (or maybe instead of an #Item_x)? If you do it definitely means the js isn't executing. What browser were you using, and are you sure js isn't disabled?
if i remove the # in the link, the confirmation pops up. an if i click ok, nothing happens!
here:
'<a href="" id="RmComment_'.$C->CommentID.'" onclick="if(confirm(\''
I now have a discussion with -2 comments in it.
(by the way, I can't seem to view hidden comments in my installation, is this a bug, or is my installation just old/screwed up?)