mibuthu / wp-comment-guestbook

Wordpress Plugin to add a guestbook site which uses the wordpress integrated comments
https://wordpress.org/plugins/comment-guestbook/
4 stars 3 forks source link

=== Comment Guestbook === Contributors: mibuthu Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=W54LNZMWF9KW2 Tags: comment, guestbook, site, comments, integrated, shortcode, modify, list, form Requires at least: 4.9 Tested up to: 5.7 Requires PHP: 5.6 Stable tag: 0.8.0 Plugin URI: https://wordpress.org/plugins/comment-guestbook/ Licence: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html

Add a guestbook page which uses the wordpress integrated comments.

== Description ==

The purpose of this plugin is to add a guestbook site which uses the wordpress integrated comments. Using the wordpress integrated comments system has some important advantages:

= Other features and options: =

= Usage: = Simply insert the shortcode [comment-guestbook] into a page to enable this plugin.

On the admin page (goto Comments -> About Guestbook) you can find a detailed description. In the admin area you can find a settings page with a lot of options to modify the behavior and output.

= Development: = If you want to follow the development status have a look at the git-repository on github. Feel free to add your merge requests there, if you want to help to improve the plugin.

= Translations: = Please help translating this plugin into multiple languages. You can submit your translations at transifex.com. There the source strings will always be in sync with the actual development version.

== Installation ==

The easiest way to install is using the wordpress plugin installation mechanism. On the admin page you can install new plugins in "Plugins" -> "Add new". Search for "Comment Guestbook" and press "Install now".

If you want to install the plugin manually download the zip-file and extract the files in your wp-content/plugins folder.

== Frequently Asked Questions ==

= Where can I find the settings to manipulate the output (e.g. of the comment list)? = You can find a lot of options on the admin page in the submenu "Comments" -> "Guestbook". There you have the possibility to change the output of e.g the comment list only for the guestbook page, independent from the general Wordpress settings.

= I have included the shortcode in my guestbook page but the comment form and/or the comment list are not appearing. = Please check if comments are enabled for your guestbook page. There are several places to change these setting:

If you still have problems after checking all these possibilities there is one more option available in the Guestbook settings (Comments -> Guestbook -> Comment-list settings -> "Show the comment list in the page content". If you enable this option the comment list will be displayed in the page content instead of the seperate comment section. After that the comment list should be displayed also with themes which specifies no comment section for pages. Have a look at the option description on the settings page for detailed information.

= Can I call the shortcode directly via php e.g. for my own template, theme or plugin? = Yes, you can create an instance of the "CGB_Shortcode" class which located in "includes/shortcode.php" in the plugin folder and call the function show_html($atts).With $atts you can specify all the shortcode attributes you require. Another possibility would be to call the wordpress function "do_shortcode()".

== Screenshots ==

  1. Admin about page
  2. Admin settings page (General settings tab)
  3. Admin settings page (Comment-form settings tab)
  4. Admin settings page (Comment-list settings tab)
  5. Admin settings page (Comment html code tab)
  6. Admin settings page (Message after new comment tab)
  7. Admin settings page (Comments in other posts/pages tab)
  8. Widget options on admin page
  9. Example guestbook site
  10. Example guestbook widget

== Changelog ==

= 0.8.0 (2021-04-12) =

= 0.7.5 (2020-10-26) =

= 0.7.4 (2020-09-15) =

= 0.7.3 (2017-02-11) =

= 0.7.2 (2017-01-21) =

= 0.7.1 (2015-07-25) =

= 0.7.0 (2015-05-25) =

= 0.6.9 (2015-03-28) =

= 0.6.8 (2014-12-13) =

= 0.6.7 (2014-11-16) =

= 0.6.6 (2014-09-01) =

= 0.6.5 (2014-06-08) =

= 0.6.4 (2014-06-08) =

= 0.6.3 (2014-04-13) =

= 0.6.2 (2014-03-09) =

= 0.6.1 (2014-03-01) =

= 0.6.0 (2014-02-22) =

= 0.5.1 (2014-01-06) =

= 0.5.0 (2013-08-24) =

= 0.4.1 (2013-08-11) =

= 0.4.0 (2013-05-12) =

= 0.3.1 (2013-04-07) =

= 0.3.0 (2013-03-30) =

= 0.2.2 (2012-12-27) =

= 0.2.1 (2012-11-11) =

= 0.2.0 (2012-11-03) =

= 0.1.2 (2012-09-01) =

= 0.1.1 (2012-06-24) =

= 0.1.0 (2012-04-30) =

= 0.0.2 (2012-04-08) =

= 0.0.1 (2012-04-03) =

== Upgrade Notice ==

The easiest way to upgrade is the use the wordpress integrated update mechanism. No additional steps are required.