Guestbook with pre-moderation
Plugin Description:
This plugin allows you to insert an guestbook with pre-moderation of comments on your GS site.
Pre-moderation panel Moderation of reviews is located in the side menu of "Theme" tab in GetSimple CMS admin panel.
You can display the reviews on the website or hide them, as well as edit and delete.
All new reviews are marked as hidden and will not appear until moderated.
This plugin contains the captcha to validate messages
Plugin contains 2 language files: enUS, ruRU.
v1.1 Fixed a bug with the captcha display, fixed css style, plugin renamed the guestbookGS
Install Instructions:
Installation:
- Upload the contents of the zip file to your /plugins folder.
- Activate the plugin in Admin > Plugins.
Usage:
The guestbook can be called in a template with php:
<?php get_gstbook($slug) ?>
where $slug is short name of page (page_slug)
[example] if the address of the page to insert a guestbook looks like this (for such links it is necessary to use Fancy URLs!)
http://get-simple/example/guestbook
then the function will be called as
<?php get_gstbook('guestbook') ?>
Archived Versions:
These are old versions of this file. Please use with caution as they are probably out of date and no longer supported. ShowHide