By Drake on
Hi
I've got one problem;
I use the Advanced Forum and have installed comment delete module.
I'm using also the Flat Comments.
I have no idea if this could affect the delete option in Advanced forum but other comments for example in blog, poll can be delted corectly.
I have noticed that "delete" use the link
.../comment/delete/?token=0519dc
and this does not work becasue the comment ID is not included before ?
if I use the link
.../comment/delete/75?token=0519dc (75 states for comment ID) then the delete function works properly...
So what affects this??? Has anyone an idea???
Comments
can't you just do it via
can't you just do it via phpmyadin?
why bog down your app with more unnecessary modules?
delete spam comments with phpmyadmin
Of course can I delete it in
Of course can I delete it in phpmy admin and in Site content -> Comments but the point is that I have forum on my site and want to do this inside the forum...
The moderatoris for example should be able to remove the comments in advanced forum...
so the question is why the comments ID does not appear in the delete link..
SOLUTION!!!!
Hi guys
I solved this issue;
I found this:
http://drupal.org/node/303552
It seems that "ajax comments" affected the advanced forum comments deleting function...
I've simply disabled the ajax comments for forum nodes and now it;s working...
seems the ajax comments uses token to delete the comments... so this was the issue....
hopefully this will be solved in the next releases....
ah. thanks for the heads up.
ah.
thanks for the heads up.