Plugin / Gwolle Guestbook

Marcel Pol

Frequently Asked Questions (FAQ)

You could start by writing the first entry yourself, and invite people to leave a message.
Starting with version 1.0, the following entries are listed on the Frontend: Checked Not marked as Spam Not in the Trash Before that, in 0.9.7, all the ‘checked’ entries were visible.
For the entries that you consider spam, but were not automatically marked as spam, you can manually mark them as spam, and they will not be visible anymore. For entries that are not spam, but you still don’t want them visible, you can move them to trash. The entries that you want visible, set them to checked.
Translations can be added very easily through GlotPress. You can start translating strings there for your locale. They need to be validated though, so if there’s no validator yet, and you want to apply for being validator (PTE), please post it on the support forum. I will make a request on make/polyglots to have you added as validator for this plugin/locale.
By default this plugin uses a Honeypot feature and a Nonce. If spambots try to post guestbook entries this should work sufficiently. If you still have problems there are more options: Honeypot feature: Hidden input field that only spambots would fill in. Nonce: Will verify if you really loaded the page with the form first, before posting an entry. Spambots will just submit the form without having a Nonce. Form Timeout: If the form was sent in too fast after loading the page, the entry will be marked as spam. Akismet: Third party spamfilter by Automattic. Works really well, but not everybody likes to use a third party service. Stop Forum Spam: Third party spamfilter. Again, works really well, but not everybody likes to use a third party service. Custom Anti-Spam question: Use a simple quiz question to test if you are human.
WP-SpamShield is a general plugin for anti-spam that supports the general WordPress forms and many plugins. Activating WP-SpamShield will disable the anti-spam features in Gwolle Guestbook and all anti-spam will be handled by WP-SpamShield. If you don’t want to use WP-SpamShield’s protection for Gwolle Guestbook, then all you need to do is disable Anti-Spam for Miscellaneous Forms in WP-SpamShield settings.
You can add a parameter to the shortcode, like: [gwolle_gb book_id="2"] This will make that page show all the entries in Book ID 2. If you use the template function, you can use it like this: show_gwolle_gb( array('book_id'=>2) );
There is no need to use id’s that are incrementing. If you have a lot of guestbooks on lots of pages, you can just use the id of the post as the id of the guestbook. That way you won’t have double id’s. You can set the book_id automatically to the post_id with this shortcode: [gwolle_gb book_id="post_id"]
You can use a shortcode parameter for showing just one entry: [gwolle_gb_read entry_id="213"]
This plugin doesn’t apply any CSS to the label elements. It is possible that your label elements have a white color on a white background. You can check this with the Inspector in your browser. If that is the case, you have a theme or plugin that is applying that CSS to your label elements. Please contact them.
First check your spambox in your mailaccount. Second, on the settingspage you can change the From address for the email that is sent. Sometimes there are problems sending it from the default address, so this is a good thing to change to a real address. There are also several SMTP plugins, where you can configure a lot of settings for email. If it still doesn’t work, request the maillog at your hosting provider, or ask if they can take a look.
There are different shortcodes that you can use. Instead of the ‘[gwolle_gb]’ shortcode, you can use ‘[gwolle_gb_write]’ for just the form, and ‘[gwolle_gb_read]’ for the list of entries. There is also a widget that can display the latest entries in a widget area, that has many options. Alternatively you can use the shortcode ‘[gwolle_gb_widget]’ to display the latest entries in widget layout. Parameters are: book_id, int with an ID. num_entries, int with the shown number of messages. num_words, int with the shown number of words per entry.
The shortcodes ‘[gwolle_gb]’ and ‘[gwolle_gb_write]’ have a parameter for the button. You can use them as ‘[gwolle_gb button=”false”]’ or ‘[gwolle_gb_write button=”true”]’, to deviate from the default.
If a user with capability of ‘moderate_comments’ posts an entry, it will be marked as checked by default, because he can mark it as checked anyway.
There is validation of the length of words in the content and author name. If the words are too long and it looks abusive, it will be marked as unchecked. A moderator will still be needed to manually edit and check these entries.
Your theme is missing some necessary CSS for ‘.screen-reader-text’. Please contact the maker of your theme. More information can be found in the Handbook about Accessibility.
You can refresh your rewrite rules, by going to Settings / Permalinks, and save your permalinks again. This will most likely add the rewrite rule for the RSS Feed.
When you have moderation disabled, Gwolle Guestbook will try to refresh the cache. If it doesn’t on your setup, please let me know which caching plugin you use, and support for it might be added. You can also refresh or delete your cache manually. Most caching plugins offer support for that.
There are 2 settings that you need to pay attention to. If you saved the settings for the form tab, you should save an empty header and notice text. It will fill in the default there after saving, but that is okay. As long as you saved an empty option, or it is still not-saved, then it will show the translated text from your MO file. Also, you will want to use the book_id parameter of the shortcode for multiple guestbook.
Using a theme with AJAX navigation can give issues. Only on the guestbook page is the JavaScript and CSS loaded. So you would need to load it on every page to have it available for the guestbook. You can add the following code to functions.php of your theme: I don’t have any experience myself with AJAX themes. If it doesn’t work, please contact the theme author.
The frontend scripts will only be loaded on the Guestbook page, so they won’t be added to autoptimize. You can add ‘gwolle_gb_frontend’ to both the comma-separated JS and CSS autoptimization exclusion list. That way it will still be loaded right. On the autoptimize settings page, you might have to click on “show advanced settings”-button top-right first. More info on troubleshooting in AO’s FAQ.
For moderating comments you need the capability ‘moderate_comments’. For managing options you need the capability ‘manage_options’.
You can look at ‘frontend/gwolle_gb-entry.php’, and copy it to your theme folder. Then it will be loaded by the plugin. Make sure you keep track of changes in the default templatefile though. It is often better to use filters, that way you are more forward-compatible.
There are many hooks available in this plugin. Documentation is included in the zip file in /docs/actions and /docs/filters. Examples are included. If you have a need for an additional hook, please request this in the support forum.
First, this plugin is a guestbook. If you want to use it for a different usecase, you will need to do that in code. Take a look at the previous question about hooks. You are probably wanting to use the hooks for ‘gwolle_gb_write’ and ‘gwolle_gb_button’. This question gets asked a lot. You can also take a look at the support forum. Also, the add-on has options for text changes.
It should be possible by using a filter. Have a look at this example code. Make sure to use the correct anchor tag for your website.
Sure you can if you want to. In my personal opinion however it can be a good thing to keep comments and guestbook entries separated. So if you already have a blog with comments, the guestbook entries might get lost in there, and keeping a separate guestbook can be good. But if you don’t use standard comments, you can just as easily use the comment section for a guestbook.

Ratings

4.8
81 reviews

Rating breakdown

Details Information

Version

3.1.7

First Released

09 Feb, 2009

Total Downloads

771,349

Wordpress Version

3.7 or higher

Tested up to:

5.3

Require PHP Version:

5.3 or higher

Tags

Contributors

Languages

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.