Comments Form
-
The project I am working on has a private area available to company employees only. rather than have the huge overhead of requiring each employee to have an account, there is a single dummy user account used to access the private area – so everyone logs in as the same person.
I need to allow users to add comments to posts, but I need them to be able to identify themselves beyond the dummy user id. I can’t find the graceful way to include name and email fields on the comments form that are visible and used to identfy comments when there is a user logged in. I can’t see how to do it without modifying the comment_form() function, which is obviously undesirable.
Any suggestions?
Cheers,
Crac
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Comments Form’ is closed to new replies.