Hello everyone,
I am using the forums to create a simple question and answer section in the following way:
I am trying to confgiure the forums so an anonymous user can view the forums and any comments that myabe there.
A anonymous user can post of new topic forum which goes for moderation, once checked and a reply ha has been added by the administrator user, the forum is passed so anonymous users can view the post and comment.
However when viewing the forum and the replied comment there are links for the anonymous user to try and login or register to post comments. I do not want them to these links. However the adminisation user must have these in order to reply to any new forum.
I am using Drupal 4.6 and using PHPTemplate.
Can any one help.
Many Thanks
Phil
Comments
This worked for me in 4.7
I don't know if there is a big difference in how this works between 4.6 and 4.7 (still a newbie myself), but I was able to to it by going to administer>access and under anonymous user, checking the boxes for both the comment module and the node module that said "access comments" and "access content" respectively.
This had the effect of allowing everyone to view any comments (forum replies), while not allowing anonymous users to post to the forum.