TAd
Newbie


Joined: Oct 05, 2007
Posts: 8
Location: Oregon, USA
|
Posted:
Sat Oct 06, 2007 8:22 am
|
|
Hello,
After installing Spam Blocker, I have now downloaded and installed the Comments module. Due to recent "bad guy" activity, I am testing the review section(comments for news etc. inactive for now), and this makes it easy to test new Comments module as well. When I goto
| Code: |
| http://www.mysite.com/nuke/modules.php?name=Comments |
I see:
| Quote: |
All Reviews Comments at PhotosByTom!
· 1 Good Job! Test! View Comment |
Where View Comment is a link. I thought, this would be a nice place to add delete comment. Although possibly a little redundant (but I like it that way!)since the link to view comment provides that ability. However, when I opened ca_reviews_comments.php to see how it was set up, and to attempt to add this delete feture into it... Something odd transpired I may be incorrect, but it appears as though it is already there, for example:
| Code: |
href="'.$admin_file.'.php?op=ca_reviews_comments&cid='.$cid.'">'._DELETE.'</a><br>';
$count_the_rows++; |
My question is, does this representation of what I see in the admin of Comments Module missing the delete feature?
| Quote: |
All Reviews Comments at PhotosByTom!
· 1 Good Job! Test! View Comment |
Any help would be greatly appreciated!
PS, I copied the link for the delete that works in the PHP-Nuke Review Section.
| Code: |
| http://www.mysite.com/nuke/modules.php?name=Reviews&rop=del_comment&cid=2663&id=7 |
[Some time passes] An update!
I can see the delete in the Reviews section as explained above. I can also see delete in the news as well.
Doh! I am One is from the link in the Admin section, and the other page that I desctibed as having no delete is a link in the Site Navigation> Inactive Modules area! |
_________________ Best Regards,
TAd |
|
Guardian
Site Admin


Joined: Jan 06, 2006
Posts: 3779
Location: Poland
|
Posted:
Mon Oct 08, 2007 7:17 am
|
|
Thats correct.
The delete links will only show when you go through the admin area.
Although the whole module is really only intended to be accessed via the admin area, I did make it so that by activating the module, normal users can see a list of comments available.
As I have not had time to work on this module, Gremmie made some alterations to it to increase functionality of this basic module and it will be included as part of the next release of Raven Nuke.
As soon as that next version is released, I'll be releasing an updated version of the stand alone module. |
|
|