Gwolle Guestbook

Beskrivning

Gwolle Guestbook is the WordPress guestbook you’ve just been looking for. Beautiful and easy.
Gwolle Guestbook is not just another guestbook for WordPress. The goal is to provide an easy and slim way to integrate a guestbook into your WordPress powered site. Don’t use your ’comment’ section the wrong way – install Gwolle Guestbook and have a real guestbook.

Nuvarande funktioner inkluderar:

  • Easy to use guestbook frontend with a simple form for visitors of your website.
  • List of guestbook entries at the frontend with pagination or infinite scroll.
  • Widget för att visa ett utdrag av ditt senaste eller dina bästa inlägg.
  • Simple and clean admin interface that integrates seamlessly into WordPress admin.
  • Dashboard Widget to easily manage the latest entries from your Admin Dashboard.
  • Enkel import från andra gästböcker till Gwolle Guestbook.
  • Avisering via e-post när ett nytt inlägg har publicerats.
  • Moderation, so that you can check an entry before it is visible in your guestbook (optional).
  • 7 anti-spam features, like Honeypot, Nonce, Form Timeout, Akismet, Stop Forum Spam and Custom Quiz Question.
  • Simple Form Builder to select which form-fields you want to use.
  • Simple Entry Builder with the parts of each entry that you want to show.
  • Flera gästböcker är möjliga.
  • Multisite stöds.
  • Localization. Own languages can be added very easily through GlotPress.
  • Admins can add a reply to each entry.
  • A log for each entry, so that you know which member of the staff released and edited a guestbook-entry to the public and when.
  • IP-address and host-logging with link to WHOIS query site.
  • RSS-flöde.
  • BBcode, Emoji och Smiley integration (valfritt).
  • Easy uninstall routine for complete removal of all database changes.

… and all that integrated in the stylish WordPress look.

Importera/exportera

You may have another guestbook installed. That’s great, because Gwolle Guestbook enables you to import entries easily.
The importer does not delete any of your data, so you can go back to your previous setup without loss of data, if you want to.
Trying Gwolle Guestbook is as easy as 1-2-3.

Import is supported from:

  • DMSGuestbook.
  • WordPress-kommentarer från ett specifikt inlägg, sida eller bara alla kommentarer.
  • Gwolle Guestbook itself, with Export supported as well (CSV-file).

Support

Om du har ett problem eller önskar nya funktioner, publicera det på tilläggets supportforum på wordpress.org. Jag ska göra mitt bästa för att svara så snart som möjligt.

Om du skickar e-post till mig kommer jag inte att svara. Använd supportforumet.

Översättningar

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.

Demo

Kolla in demo på https://demo.zenoweb.nl.

Add-On

Gwolle Guestbook: The Add-On is the add-on for Gwolle Guestbook that gives extra functionality for your guestbook.

Nuvarande funktioner inkluderar:

  • Meta Fields. Add any field you want; company, phone number, you name it.
  • Social Media Sharing (optional).
  • Star Ratings, with voting and display and Rich Snippets for SEO (optional).
  • Genomsnittligt stjärnbetyg per gästbok.
  • Gilla ett inlägg och visa antal gillamarkeringar för varje inlägg.
  • Preview for the frontend form.
  • Preview for the admin editor form.
  • Automatisk uppdatering av gästbokslistan med nya inlägg.
  • Admin reply on the frontend with AJAX.
  • Edit content/author/origin of entry on the frontend with AJAX.
  • Rapportera missbruk.
  • Easy String Replacement in the default text so you can make this guestbook into a review section or anything you want.
  • Delete button in each entry for the moderator and author (optional).
  • Permalink button in each entry for easy access (optional).
  • E-postknapp för att kontakta varje författare (valfritt).
  • Upload Images through the form. (Only for Author, Editor and Administrator with capability ’gwolle_gb_upload_files’) (optional).
  • Sitemap support for popular SEO/Sitemap plugins.
  • Auto Anonymize timer (optional).
  • Auto Delete timer (optional).

You can buy the Add-On at ZenoWeb Webshop for only 15 Euro.

Demo med ”The Add-On”

Check out the demo with the Add-On enabled at https://demo.zenoweb.nl.

Kompabilitet

Detta tillägg är kompatibelt med ClassicPress.

Bidrag

Detta tillägg är också tillgängligt i Codeberg.

Skärmdumpar

  • Frontend View of the list of guestbook entries. On top the button that will show the form when clicked. Then pagination. Then the list of entries.
  • Widget with different options.
  • Main Admin Page with the overview panel, so that you easily can see what's the overall status.
  • List of guestbook entries. The icons display the status of an entry.
  • The Editor for a single entry. The Actions are using AJAX. There is a log of each entry what happened to this entry.
  • Settings Page. This is the first tab where you can select which parts of the form to show and use.
  • Dashboard Widget with new and unchecked entries.

Installation

Installation

  • Install the plugin through the admin page ”Plugins”.
  • Alternatively, unpack and upload the contents of the zipfile to your ’/wp-content/plugins/’ directory.
  • Aktivera tillägget via menyn ”Tillägg” i WordPress.
  • Placera ’[gwolle_gb]’ i en sida. Det är allt.

As an alternative for the shortcode, you can use the function show_gwolle_gb(); to show the guestbook in your templates.
It couldn’t be easier.

Uppdaterar från en gammal version

Med version 1.0 har det skett några förändringar:

  • Gwolle Guestbook uses the Shortcode API now. Make sure your Guestbook page uses ’[gwolle_gb]’ instead of the old one.
  • The entries that are visible to visitors have changed. Make sure to check if you have everything visible that you want and nothing more.
  • CSS has changed somewhat. If you have custom CSS, you want to check if it still applies.

Licens

The plugin itself is released under the GNU General Public License. A copy of this license can be found at the license homepage or
in the gwolle-gb.php file at the top.

Hooks: Actions and Filters

Det finns många åtgärds-hook tillgängliga i detta tillägg. Dokumentation ingår i zip-filen i /docs/actions och /docs/filters. Exempel är inkluderade. Om du behöver ytterligare en hook, vänligen be om detta i supportforumet.

Lägg till ett inlägg med PHP-kod

Det är inte så svårt att lägga till ett inlägg i PHP-kod.

<?php
    $entry = new gwolle_gb_entry();

    // Set the data in the instance, returns true
    $set_data = $entry->set_data( $args );

    // Save entry, returns the id of the entry
    $save = $entry->save();
?>

The Array $args can have the following key/values:

  • id, int with the id, leave empty for a new entry.
  • author_name, string with the name of the autor.
  • author_id, id with the WordPress user ID of the author.
  • author_email, string with the email address of the author.
  • author_origin, string with the city of origin of the author.
  • author_website, string with the website of the author.
  • author_ip, string with the ipaddress of the author.
  • author_host, string with the hostname of that ip.
  • content, string with content of the message.
  • datetime, timestamp of the entry.
  • ischecked, bool if it is checked by a moderator.
  • checkedby, int with the WordPress ID of that moderator.
  • istrash, bool if it is in trash or not.
  • isspam, bool if it is spam or not.
  • admin_reply, string with content of the admin reply message.
  • admin_reply_uid, id with the WordPress user ID of the author of the admin_reply.
  • book_id, int with the Book ID of that entry, default is 1.

Format for importing through CSV-file

The importer expects a certain format of the CSV-file. If you need to import from a custom solution, your CSV needs to conform.
The header needs to look like this:

<?php
array(
    'id',
    'author_name',
    'author_email',
    'author_origin',
    'author_website',
    'author_ip',
    'author_host',
    'content',
    'datetime',
    'isspam',
    'ischecked',
    'istrash',
    'admin_reply',
    'book_id',
    'meta_fields'
)
?>

The next lines are made up of the content.

There are some gotchas:

  • Date needs to be a UNIX timestamp. For manually creating a timestamp, look at the timestamp generator. When using a formatted date, the plugin will try to read it correctly. If it fails it will use today’s date.
  • Use commas for field separators. If you use Office software like Excel (which is hell) or LibreOffice Calc, set this correctly.
  • Use double quotes around each field. When no quotes are used the import process can break when having quotes or commas inside the content of the entry.
  • The file should be encoded as UTF-8 without BOM to correctly enter special characters.
  • Make sure you use UNIX line-endings. Any decent text-editor can transform a textdocument (CSV file) to UNIX line-endings.

With version 1.4.1 and older, the field datetime was called date.

You could make a test-entry, export that, and look to see what the importer expects from the CSV.
There is also an example CSV file included in the zipfile of the plugin under ’/docs/import_example/’.

If you want to prepare a CSV file from other software, plaese be aware that Microsoft Excel is terrible in dealing with CSV files. You will not manage to create a working CSV file with this. Please use LibreOffice Calc for this.

Vanliga frågor

Hur får jag folk att skriva inlägg i min gästbok?

Du kan börja med att skriva det första inlägget själv och bjuda in folk att lämna ett meddelande.

Vilka inlägg är synliga på front-end?

Starting with version 1.0, the following entries are listed on the Frontend:

  • Kontrollerad
  • Inte markerad som skräppost
  • Inte i papperskorgen

Before that, in 0.9.7, all the ’checked’ entries were visible.

I have a lot of unchecked entries. What do I do?

  • Inlägg som du anser vara skräppost, men som inte automatiskt blev märkt som skräppost, kan du manuellt markera som skräppost så att dom inte blir synliga längre.
  • För inlägg som inte är skräppost, men som du ändå inte vill ha synliga, kan du flytta till papperskorgen.
  • The entries that you want visible, set them to checked.

Jag vill översätta detta tillägg

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.

What about Spam?

By default this plugin uses a Honeypot feature and a Timeout feature. If spambots try to post guestbook entries this should work sufficiently.

Om du fortfarande har problem finns det fler alternativ:

  • Honeypot-funktion: Dolda inmatningsfält som bara spambottar hittar och fyller i.
  • Form Timeout: If the form was sent in too fast after loading the page, the entry will be marked as spam.
  • Nonce: Kommer att kontrollera om du verkligen laddar sidan med formuläret först, innan du skickar in ett inlägg. Spamrobotar kommer bara skicka formuläret utan att ha en Nonce.
  • Akismet: Tredjepart spamfilter av Automattic. Fungerar riktigt bra, men inte alla gillar att använda en tredjepartstjänst.
  • Stop Forum Spam: Third party spamfilter. Again, works really well, but not everybody likes to use a third party service.
  • Anpassad anti-spam-fråga: Använd en enkel kontrollfråga för att testa om du är mänsklig.

Jag använder redan WP-SpamShield

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.

Hur använder jag flera gästböcker?

Du kan lägga till en parameter till kortkoden som:

[gwolle_gb book_id="2"]

This will make that page show all the entries in Book ID 2. In case you read this on wordpress.org, the quotes are supposed to be standard double quotes, no backticks.

Om du använder mallfunktionen kan du använda den så här:

show_gwolle_gb( array('book_id'=>2) );

With multiple guestbooks, how do I keep track?

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"]

In case you read this on wordpress.org, the quotes are supposed to be standard double quotes, no backticks.

I use Infinite Scroll with multiple guestbooks

This is not really supported and might result in strange issues.

Jag vill endast visa ett inlägg.

You can use a shortcode parameter for showing just one entry:

[gwolle_gb_read entry_id="213"]

In case you read this on wordpress.org, the quotes are supposed to be standard double quotes, no backticks.

I don’t see the labels in the form.

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.

Jag får ingen e-postavisering.

Kontrollera först din skräppostmapp i ditt e-postkonto.

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.

Det finns också flera SMTP-tillägg, där du kan konfigurera många inställningar för e-post.

If it still doesn’t work, request the maillog at your hosting provider, or ask if they can take a look.

I want to show the form and the list on different pages

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.

Jag vill visa formuläret direkt, utan knapp

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.

Moderation is enabled, but my entry is marked as checked

If a user with capability of ’gwolle_gb_moderate_comments’ posts an entry, it will be marked as checked by default, because he can mark it as checked anyway.

Moderation is disabled, but some entries are still unchecked

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.

When opening the RSS Feed, I get a Error 404

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.

I use a caching plugin, and my entries are not visible after posting

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.

I use a Multi-Lingual plugin

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 guestbooks.

Jag använder ett tema med AJAX

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:

<?php
function my_gwolle_gb_register() {
    wp_enqueue_script('gwolle_gb_frontend_js');
    wp_enqueue_style('gwolle_gb_frontend_css');
}
add_action('wp_enqueue_scripts', 'my_gwolle_gb_register', 20);
?>

I don’t have any experience myself with AJAX themes. If it doesn’t work, please contact the theme author.

My theme has no styling for form fields

You could use this CSS. Please adapt the colors 😉
The CSS can be added in Appearance > Customizer > Custom CSS.

html body div.gwolle-gb input[type="button"],
html body div.gwolle-gb input[type="submit"] {
    color: #fff; /* white */
    background-color: #f00; /* red */
    border: 1px solid #0f0; /* green */
}

html body div.gwolle-gb form.gwolle-gb-write div.input input[type="text"],
html body div.gwolle-gb form.gwolle-gb-write div.input input[type="email"],
html body div.gwolle-gb form.gwolle-gb-write div.input input[type="url"],
html body div.gwolle-gb form.gwolle-gb-write div.input textarea,
html body div.gwolle-gb form.gwolle-gb-write div.input select {
    border: 1px solid #0f0; /* green */
}

Jag använder tillägget Autoptimize

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.

What capabilities are needed?

For moderating comments you need the capability ’gwolle_gb_moderate_comments’.

For managing options you need the capability ’manage_options’.

Kan jag åsidosätta en mall?

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.

What hooks are available for customization?

Det finns många åtgärds-hookar tillgängliga i detta tillägg. Dokumentation ingår i zip-filen i /docs/actions and /docs/filters. Exempel är inkluderade.
Om du har behov av ytterligare en hook, kan du begära detta i supportforumet.

Jag vill ändra ordet Gästbok till något annat.

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 these two hooks:

Also, the add-on has options for text changes.

I have a one-page design and want to use links with the right anchor.

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.

Ska jag verkligen inte använda WordPress kommentarer för en gästbok?

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.

Recensioner

19 januari 2023
this is the best plugin to place a guestbook on a Wordpress Website, it has everything you need. also the developer gives the best service one can imagine simply TOP
12 december 2022 1 svar
Without the best Guest Book for wordpress. So easy to install and configure and I am over the moon with it and best of all it's FREE! I also purchased The Addon not only to support the developer but the extra features that come with it are well worth the asking price so I highly recommend buying this to support the developer and for the extra features. Thank you so very much for creating this awesome plugin!
26 september 2022
Wenn man sich jedoch fragt, warum das Addon in English angezeigt wird obwohl Wordpress auf Deutsch ist dann liegt es wohl dran, das du Deutsch (Österreich) oder ähnliches nutz. Wordpress Addons scheinen desöfteren nicht damit klar zu kommen das es de_AT und dergleichen gibt. Kaum wurde die Seite auf nur Deutsch umgestellt, ist auch das Addon auf deutsch
Läs alla 109 betyg

Bidragsgivare och utvecklare

”Gwolle Guestbook” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

”Gwolle Guestbook” har översatts till 17 språk. Tack till översättarna för deras bidrag.

Översätt ”Gwolle Guestbook” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.

Ändringslogg

4.6.2

  • 2024-02-09
  • Add direct link to moderation email for quick checking of an entry (thanks Paul Bergers).
  • Add log entry entry-checked-by-email.
  • Fixes for function ’gwolle_gb_array_flatten()’.

4.6.1

  • 2023-09-29
  • Make author email editable too.
  • Change max-height for images from 500px to 700px.
  • Add support for Litespeed Cache.
  • Fix saving meta key for book_id.

4.6.0

  • 2023-05-17
  • Add parameter ’num_entries’ to shortcode for more flexibility.
  • For excerpt, add a Collapse link as well (thanks slavum).
  • Fix double slash for sss.js enqueue.
  • Small additions to spamfilters.
  • Drop ’auto_detect_line_endings’ for import, deprecated in PHP 8.1.
  • Add small advertisement for a recommended plugin (free).
  • Take more hints from phpcs.
  • Update strings for Add-On.

4.5.0

  • 2023-01-24
  • Support print CSS.
  • Use ’wp_required_field_indicator’ function from WordPress Core 6.1 if available.
  • Add filters ’gwolle_gb_entry_read_author_info_before’ and ’gwolle_gb_entry_read_author_info_after’.
  • Update emoji.

4.4.1

  • 2022-11-19
  • Quick fix for missing roles.

4.4.0

  • 2022-11-18
  • Use custom capabilities ’gwolle_gb_moderate_comments’ and ’gwolle_gb_upload_files’.
  • Refactor Admin Editor, saving new entry saves more options.

4.3.0

  • 2022-09-01
  • Dependency for jquery should be an array.
  • Make sure setting for admin list is always shown correctly.
  • Move setting for antispam security question to antispam settings tab.
  • Set max-height for images as well.
  • Add class to form if user is logged in or not.
  • Add ’clear:both’ to metabox lines.
  • Support Siteground Cache plugin for clearing cache.
  • Use html5 on all themes.
  • Add filter ’gwolle_gb_header_text’.
  • Add function ’widget_single_view()’ to widget to avoid duplicate code.
  • Only use ’gwolle_gb_ajax_callback’ for callbacks.
  • Update strings for add-on.

4.2.2

  • 2022-03-16
  • Change options for number of words in widget to more reasonable options.
  • Add class ’gwolle-gb-ajax’ to form and list if configured so it can be used more widely.
  • Add class as well to ’#gwolle-gb-total’.
  • Remove ’»’ character from frontend.
  • Place ”clearboth” divs inside div for form field, compatibility with zass theme.
  • Add filter ’gwolle_gb_formclass’ for class of frontend form.
  • Add filter ’gwolle_gb_button_text’ for simpler changing the button text.
  • Add function ’gwolle_gb_array_flatten()’ and use it instead of ’print_r()’.
  • Always add nonce to the upload form, so we can use it if desired.
  • Remove old translation files from plugin, GlotPress should be used.

4.2.1

  • 2021-12-09
  • Fix pagination, always use ’int’, not the ’float’ from ’ceil()’.
  • Fix editor checkboxes, use int, not string.

4.2.0

  • 2021-11-18
  • Security fix for CSRF, use ’sanitize_text_field’ for user_email on author search.
  • Thanks Erwan from wpscan.
  • Use more ’esc_attr’ when appropriate.
  • Add option for character limit in content of entry.
  • Add function ’gwolle_gb_check_maxlength’.
  • Add function ’gwolle_gb_count_characters’.
  • Load markitup.js in footer.
  • Run update hook in ’init’ instead of ’admin_init’ to support background updates.
  • No need to check if function ’current_user_can’, ’user_can’, ’is_multisite’ and ’has_shortcode’ exist.
  • Drop support for WP 3.4 and using ’get_current_theme’.
  • Some updates from phpcs and wpcs.

4.1.2

  • 2021-05-05
  • Add more classes to text elements, for better customization.
  • Better explain how to add a new user to notifications.
  • Fix PHP error when addon is set as active but not available in plugins folder.

4.1.1

  • 2021-03-01
  • Fix deprecated jQuery calls with WP 5.6 and jQuery 3.5.
  • Fix form submission when using http on a https website or viceversa.

4.1.0

  • 2021-01-27
  • Add notification email on moderation.
  • Support WP Rocket for clearing cache.
  • Add span around ”from” text in frontend.
  • Add ”required” parameter to search widget.
  • Better test for empty string of email subscribers.
  • Change ’intval()’ to ’(int)’.
  • Change ’strval()’ to ’(string)’.

4.0.8

  • 2020-10-21
  • Security fix: always escape formdata in ’gwolle_gb_add_formdata()’.
  • Thanks Nicolas SURRIBAS.

4.0.7

  • 2020-10-06
  • Remove placeholders in form, labels should be enough.
  • Fix closing/opening of postboxes.
  • Check for double entries is now a filter, so that it can be disabled.

4.0.6

  • 2020-08-10
  • Fix blocklist.

4.0.5

  • 2020-07-21
  • Add blocklist (taken from add-on).
  • Also use blocklist from WordPress Core.
  • Fix datetime in RSS to be RFC 822 compliant.
  • Add support for user ID in import (based on email address).
  • Support editing of author ID in Editor.
  • Add class ’gwolle-gb-widget’ to widget ’ul’ element.
  • Fix saving certain settings on some hosts.
  • Update strings for add-on.

4.0.4

  • 2020-06-21
  • Fix svn issue.

4.0.3

  • 2020-06-21
  • Remove ’:’ from form labels.
  • Remove part of the label for anti-spam question.
  • Fix class of messages on error (red/green).
  • Fixed a few actions for ’gwolle_gb_save_entry_admin’.
  • Remove ’gwolle_gb_antispam_label’ filter.
  • Metabox opens now with a softer fade effect.
  • Use standard From addres ’wordpress@domain.com’ as default.
  • Add function ’gwolle_gb_get_user_ip()’ for CDN or proxy.
  • Add filter ’gwolle_gb_include_proxy_ips’ for using this with a CDN or proxy.
  • Fix bugs in book_id functions.

4.0.2

  • 2020-05-15
  • Redo dismiss button for form in CSS.
  • Improve CSS for dark themes.
  • Set error for select element on ’div.input’.
  • Add postbox on main admin page when add-on is active.
  • Update strings for add-on.

4.0.1

  • 2020-05-04
  • Fix emoji in frontend form.
  • Set timestamp in editor to hidden again.
  • Make some CSS more specific.

4.0.0

  • 2020-04-28
  • Many CSS ids and classes have changed, please review your custom CSS.
  • Plugin supports multiple forms on one page now.
  • Fix serialized options.
  • Add pause on hover for super-simple-slider.
  • Fix updating of datetime on admin editor.
  • Fix double class attributes in form.
  • Run timeout function only once, set timout to 1 second.
  • Remove separators from BBcode icons.
  • Add loading=”lazy” attribute to bbcode images.
  • Add filters ’gwolle_gb_author_origin_prefill’, ’gwolle_gb_author_content_prefill’ and ’gwolle_gb_author_content_label’.
  • Deprecate ’gwolle_gb_content_label’ filter.
  • Update strings for add-on.