leemour
Member
Posted 2 years ago #
I am looking for a plugin to provide guestbook functionality:
- Visitors ask questions
- Only admins answer questions
- Answers are attached to the questions
- Plugin works on a chosen page
I have tried several Guestbook plugins (DMS Guestbook for example) but they don't allow admins to target particular guestbook entries and attach answer to the question.
Any suggestions?
Hi,
Give Schreikasten (http://wordpress.org/extend/plugins/schreikasten/) a try.
You can choose the following option:
"Questions and Answers: Only the administrator can leave a reply, and it will be shown right after the parent message"
Cheers!
leemour
Member
Posted 2 years ago #
Thanks, will give it a try.
To solve this problem I used the comments functionality built into wordpress. I changed custom comments function in functions.php to check if the user is logged in. If true, the reply link can be used to answer a comment. If false (not logged in), the reply link will not be shown. I also checked that the page was the one used as guestbook.