Hello,
Web test: http://www.cumbe.es/guestbook/
ONLY FOR VERSIONS OF GETSIMPLE 3.0 or LATER
07-06-2014: upload to extend version 4.5.6
Extend: http://get-simple.info/extend/plugin/guestbook/184/
From version 4.5.0 of plugin
The guestbook can be inserted into the content of a GetSimple page with the shortcode:
(% guestbook cumbe,6,D,Y,Y %)
or it can be called in a template with php:
<?php sv_book('timbo', 5, 'I', 'N', 'N'); ?>
Instructions in extend, and readme_en.txt inside of zip.
From version 4.3 of plugin
The guestbook must be called so in a template (or a page with exec plugin):
<?php sv_book('nameofuser', numberofcommentsbypage, order, captcha(Y - N), emoticons(Y - N); ?>
The most important is that you must pass 5 parameters: the user will receive the email's notifications; the number of comments by page that show (pagination); the order that are showed the comments; if you want captcha or no; and if you want emoticons.
Instructions in extend, and readme.txt inside of zip.
From version 4.2 of plugin
In a template (or in a page with exec plugin) to put the following code:
<?php sv_book('name_of_user', numberofcommentsbypage, order_of_comments, captcha(Y-N)); ?>
For example: <?php sv_book('cumbe', 3, 'D', 'Y'); ?>
Values of order (capital letters):
- I (increasing), of first comment to last.
- D (decreasing), of last to first.
Values for captcha(capital letters):
- Y : if you want captcha
- N (or distint a Y): captcha will not appear.
Instructions in: http://get-simple.info/forum/post/15646/#p15646
-------------------------------------------
From version 4.0 of plugin
In a template or in a page to put the following code:
<?php sv_book('name_of_user', numberofcommentsbypage, order_of_comments); ?>
example: <?php sv_book('cumbe', 3, 'D'); ?>
- I (increasing), of first comment to last.
- D (decreasing), of last to first.
Instructions in: http://get-simple.info/forum/post/14949/#p14949
-------------------------------------------
From version 3.1 of plugin
In a template or in a page to put the following code:
<?php sv_book('name_of_user', numberofcommentsbypage); ?>
From version 3 of guestbook plugin
To use, simply download and extract the file to your plugins folder. After, in a template or in a page to put the following code: <?php sv_book('name_of_user'); ?>
//////////////////////
Slightly modifying the code of PlugIn Contact Form Getsimple: http://get-simple.info/forum/viewtopic.php?id=946, i made a plugin for guestbook.
It is simple, and it is a start that can be completed with other options, like smileys, captcha...
(Now captcha works as explained Zegnåt in: http://get-simple.info/forum/viewtopic.p...4614#p4614
To use, simply download and extract the file to your plugins folder. After, in a template to put the following code: <?php sv_book(); ?>.
Within the Plugin Managaments, show a button below of Installed Plugins, that says 'Guest book', there you can delete the log and see the comments too.
The comments are saved in guestbook.log in data\other\logs.
I have created a function with array to translate easy.
From v_2.4 is possible to remove comments from plugin management > guest book.
From v_2.5 is possible to add emopticons in the comments.
If there is a bug, please comment.
the web for test: http://cumbe.no-ip.biz/gs203/index.php?id=guestbook
Regards.
PD: as always I´m sorry for my english.
Version 2 in: http://get-simple.info/forum/viewtopic.p...6327#p6327
Version 2.1 in: http://get-simple.info/forum/viewtopic.p...6397#p6397
Version 2.2 in: http://get-simple.info/forum/viewtopic.p...6504#p6504
Version 2.3 in: http://get-simple.info/forum/post/7034/#p7034
Version 2.4 in: http://get-simple.info/forum/post/9195/#p9195
Version 2.5 in: http://get-simple.info/forum/post/9506/#p9506
////// ONLY FOR VERSIONS OF GETSIMPLE 3.0 or LATER
Version 3 in: http://get-simple.info/forum/post/12305/#p12305
Version 3.1 in: http://get-simple.info/forum/post/13030/#p13030
Version 4.1 in: http://get-simple.info/forum/post/14949/#p14949 (upload to extend)
Version 4.2 in: http://get-simple.info/forum/post/15646/#p15646 (upload to extend)
Version 4.3 in: http://get-simple.info/forum/post/17211/#p17211 (upload to extend)
Version 4.4 in: http://get-simple.info/forum/post/19687/#p19687 (upload to extend)
Web test: http://www.cumbe.es/guestbook/
ONLY FOR VERSIONS OF GETSIMPLE 3.0 or LATER
07-06-2014: upload to extend version 4.5.6
Extend: http://get-simple.info/extend/plugin/guestbook/184/
From version 4.5.0 of plugin
The guestbook can be inserted into the content of a GetSimple page with the shortcode:
(% guestbook cumbe,6,D,Y,Y %)
or it can be called in a template with php:
<?php sv_book('timbo', 5, 'I', 'N', 'N'); ?>
Instructions in extend, and readme_en.txt inside of zip.
From version 4.3 of plugin
The guestbook must be called so in a template (or a page with exec plugin):
<?php sv_book('nameofuser', numberofcommentsbypage, order, captcha(Y - N), emoticons(Y - N); ?>
The most important is that you must pass 5 parameters: the user will receive the email's notifications; the number of comments by page that show (pagination); the order that are showed the comments; if you want captcha or no; and if you want emoticons.
Instructions in extend, and readme.txt inside of zip.
From version 4.2 of plugin
In a template (or in a page with exec plugin) to put the following code:
<?php sv_book('name_of_user', numberofcommentsbypage, order_of_comments, captcha(Y-N)); ?>
For example: <?php sv_book('cumbe', 3, 'D', 'Y'); ?>
Values of order (capital letters):
- I (increasing), of first comment to last.
- D (decreasing), of last to first.
Values for captcha(capital letters):
- Y : if you want captcha
- N (or distint a Y): captcha will not appear.
Instructions in: http://get-simple.info/forum/post/15646/#p15646
-------------------------------------------
From version 4.0 of plugin
In a template or in a page to put the following code:
<?php sv_book('name_of_user', numberofcommentsbypage, order_of_comments); ?>
example: <?php sv_book('cumbe', 3, 'D'); ?>
- I (increasing), of first comment to last.
- D (decreasing), of last to first.
Instructions in: http://get-simple.info/forum/post/14949/#p14949
-------------------------------------------
From version 3.1 of plugin
In a template or in a page to put the following code:
<?php sv_book('name_of_user', numberofcommentsbypage); ?>
From version 3 of guestbook plugin
To use, simply download and extract the file to your plugins folder. After, in a template or in a page to put the following code: <?php sv_book('name_of_user'); ?>
//////////////////////
Slightly modifying the code of PlugIn Contact Form Getsimple: http://get-simple.info/forum/viewtopic.php?id=946, i made a plugin for guestbook.
It is simple, and it is a start that can be completed with other options, like smileys, captcha...
(Now captcha works as explained Zegnåt in: http://get-simple.info/forum/viewtopic.p...4614#p4614
To use, simply download and extract the file to your plugins folder. After, in a template to put the following code: <?php sv_book(); ?>.
Within the Plugin Managaments, show a button below of Installed Plugins, that says 'Guest book', there you can delete the log and see the comments too.
The comments are saved in guestbook.log in data\other\logs.
I have created a function with array to translate easy.
From v_2.4 is possible to remove comments from plugin management > guest book.
From v_2.5 is possible to add emopticons in the comments.
If there is a bug, please comment.
the web for test: http://cumbe.no-ip.biz/gs203/index.php?id=guestbook
Regards.
PD: as always I´m sorry for my english.
Version 2 in: http://get-simple.info/forum/viewtopic.p...6327#p6327
Version 2.1 in: http://get-simple.info/forum/viewtopic.p...6397#p6397
Version 2.2 in: http://get-simple.info/forum/viewtopic.p...6504#p6504
Version 2.3 in: http://get-simple.info/forum/post/7034/#p7034
Version 2.4 in: http://get-simple.info/forum/post/9195/#p9195
Version 2.5 in: http://get-simple.info/forum/post/9506/#p9506
////// ONLY FOR VERSIONS OF GETSIMPLE 3.0 or LATER
Version 3 in: http://get-simple.info/forum/post/12305/#p12305
Version 3.1 in: http://get-simple.info/forum/post/13030/#p13030
Version 4.1 in: http://get-simple.info/forum/post/14949/#p14949 (upload to extend)
Version 4.2 in: http://get-simple.info/forum/post/15646/#p15646 (upload to extend)
Version 4.3 in: http://get-simple.info/forum/post/17211/#p17211 (upload to extend)
Version 4.4 in: http://get-simple.info/forum/post/19687/#p19687 (upload to extend)