Delete post and report spam links point to files that don't exist
I'm a little confused by this one!
nForum 1.5
If spam reporting is enabled then you can see a link to report a post as spam. This points to a file /spamreport.aspx?p=nodeIdOfPost. Also the Delete link (if you are the author of the post) similarly points to a file /deletepost.aspx that does not exist, so neither of these buttons currently works.
The nforum usercontrols have ascx files that look like candidates for the proper files :
ForumDeletePost.ascx and ForumSpamReport.ascx - should these be used instead and if so what would the URL be?
I've checked a fresh download of 1.5 and the files are not there either.
Should they be or are you supposed to write your own files for this bit?
I read somewhere that you should implement you own delete method, for the posts. Therefore, happy coding ... that's exactly what I'm going to do now (for the moment I've hidden the links)
Delete post and report spam links point to files that don't exist
I'm a little confused by this one!
nForum 1.5
If spam reporting is enabled then you can see a link to report a post as spam. This points to a file /spamreport.aspx?p=nodeIdOfPost. Also the Delete link (if you are the author of the post) similarly points to a file /deletepost.aspx that does not exist, so neither of these buttons currently works.
The nforum usercontrols have ascx files that look like candidates for the proper files :
ForumDeletePost.ascx and ForumSpamReport.ascx - should these be used instead and if so what would the URL be?
I've checked a fresh download of 1.5 and the files are not there either.
Should they be or are you supposed to write your own files for this bit?
Many thanks
Melissa
I read somewhere that you should implement you own delete method, for the posts. Therefore, happy coding ... that's exactly what I'm going to do now (for the moment I've hidden the links)
Hi Melissa,
Where abouts do you have your forum? Is it in the root or do you have it sitting underneath your home page for example.
Please post any errors.
Thanks,
Devin
is working on a reply...