Page 1 of 1

Users Feedback using Guestbook in WP

Posted: Thu Jul 18, 2019 12:52 pm
by eucmh
Script URL: https://www.eucmh.be/feedback/
Version of script: the last one
Hosting company: LWS Paris France
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

The script is working fin outside WP but the problem is different

Hello
For a week or so I tried several guestbooks plugin for wordpress. My idea is to adapt this for feedbacks on a wordpress page. Some didn't work at all some others worked but were horrible.

I then found your script.
https://www.eucmh.be/feedback/
Installed it working as a 3rd party. I wanted to get the page <? include ?> in a wordpress page but for some reason this doesn't work or I don't understand the plugin [PHP Everywhere].

Do you think it's possible ?

If not I have then a question : I will have to work the layout to fit my site but I didn't find the place to read new adds and monitor them (keep or erase) - what is the url to type to find the admin page ?

Thank you

Doc Snafu

Re: Users Feedback using Guestbook in WP

Posted: Thu Jul 18, 2019 1:01 pm
by Klemen
There is no built-in way of including Gbook in another system (like WP). A simple include will not work, you would have to radically change the underlying code to make that work. The only simple way to include it in WP would be to call it in a frame/iframe.

Gbook doesn't have an admin panel, you control the posts using the admin links (icons) just below each post (right side). Links for approving/rejecting new posts are emailed to admin email set in the settings file (provided PHP mail() works on your server).

Re: Users Feedback using Guestbook in WP

Posted: Thu Jul 18, 2019 1:08 pm
by eucmh
ok thank you
I will keep this script because It seems to work really good.