Posts: 357
Threads: 23
Joined: Dec 2009
2011-08-24, 06:56:51
(This post was last modified: 2011-08-24, 07:33:56 by baris.)
ONLY FOR GETSIMPLE VERSIONS 3.0 or LATER
Upload version 4.3 of guestbook to extend: http://get-simple.info/extend/plugin/guestbook/184/
Web test: http://cumbe.no-ip.biz/gs_30/libro_invitados/
Instructions in extend, and readme.txt inside of zip.
There are a lot of changes: css with four colours, backup system of logs, ....
I want to thank to Connie and Oleg06 for your work in CSS and translate.
Regards.
Posts: 2,928
Threads: 195
Joined: Feb 2011
Dear Cumbe,
I thank you for your work with the plugin.
I use it already and it works great.
Cheers, Connie
Posts: 11
Threads: 1
Joined: Sep 2011
I have troubles with the timestamp when I answer to a post.
When I write a new post, the (german) timestamp (geschrieben am ...) is right,
but when i answer to a post the time in the headline is several hours before the real time - how can I fix this?
Posts: 357
Threads: 23
Joined: Dec 2009
Hello Niedes;
Ups!! It is a bug.
You have to modify plugins/guestbook.php; in line +- 456, you must put:
Code: else if ($n == 'date'){
$d = substr($d,0,strpos($d,'+')-1); //This line is missing
$d = lngDate($d);
$lin .= '</span> <span class="data">'.htmlentities(i18n_r('guestbook/Ps'), ENT_QUOTES, "UTF-8").' '.stripslashes($d).'</span></div>';
Regards.
Posts: 11
Threads: 1
Joined: Sep 2011
Thank you for your quick reply!
Posts: 44
Threads: 3
Joined: Oct 2011
The plugin installed and looks good. But I miss something important could be to check on the comments in the guestbook.
The Web site administrator can receive an e-mail when a message is written so you can check this right?
Or you get an email and must give approval for the comment management screen.
Posts: 2,928
Threads: 195
Joined: Feb 2011
new german translation file for version 4.3.1
I just translated the new language snippets, language file de_DE.php is attached as ZIP file
Cheers, Connie
Posts: 357
Threads: 23
Joined: Dec 2009
Suikerklontje Wrote:The plugin installed and looks good. But I miss something important could be to check on the comments in the guestbook.
The Web site administrator can receive an e-mail when a message is written so you can check this right?
Or you get an email and must give approval for the comment management screen.
Hi Suikerklontje;
There is another plugin that has this possibility: http://get-simple.info/forum/topic/2545/...ts-plugin/
With this plugin you can put comments in any page; from admin/plugins you can moderate comments, accept and to do visible or no...;
Regards.
PD: thanks Connie, i will update the plugin with this translate.
Posts: 44
Threads: 3
Joined: Oct 2011
I have the plugin installed and works fine after I've done further various adjustments to adapt it to our taste. Unfortunately, email not to get a response email.
But I walk against something.
I have check done on Mac: Safari, Firefox, Safari, Internet Explorer, IPad and PC: does this all good.
If I go look on the iphone but then I see 1 post per page and can I write a message via the iphone
Posts: 357
Threads: 23
Joined: Dec 2009
Quote:Unfortunately, email not to get a response email.
have you web in localhost?
Email = email of admin's user.
If enabled DEBUG, do you have any error?.
Regards.
Posts: 44
Threads: 3
Joined: Oct 2011
2011-11-01, 21:55:14
(This post was last modified: 2011-11-01, 21:55:32 by Deliaz.)
Quote:have you web in localhost?
Do you mean that the Web site in the root directory of the server, which is
Quote:Email = email of admin's user.
What do you mean with this
Quote:If enabled DEBUG, do you have any error?.
I get no error
Posts: 357
Threads: 23
Joined: Dec 2009
Suikerklontje Wrote:Quote:have you web in localhost?
Do you mean that the Web site in the root directory of the server, which is This means that web is in localhost of you pc or in a public host.
Quote:Quote:Email = email of admin's user.
What do you mean with this
This means that guestbook uses email of user of admin. In admin>settings you can see email of user.
It is possible to put a email fixed to test, modifying the guestbook.php:
Code: function sv_book($usu, $cada, $eleg, $capt, $vemot){
global $EMAIL;
global $SITEURL;
global $i18n;
global $LANG;
global $PRETTYURLS;
if (file_exists(GSDATAPATH.'users/'.$usu.'.xml')) {
$data = getXML(GSDATAPATH.'users/'.$usu.'.xml');
$EMAIL = $data->EMAIL;
$LANG = $data->LANG;
}
$EMAIL = 'there you must put the email that you want. This line is added';
...
Posts: 44
Threads: 3
Joined: Oct 2011
cumbe Wrote:It is possible to put a email fixed to test, modifying the guestbook.php:
Code: function sv_book($usu, $cada, $eleg, $capt, $vemot){
global $EMAIL;
global $SITEURL;
global $i18n;
global $LANG;
global $PRETTYURLS;
if (file_exists(GSDATAPATH.'users/'.$usu.'.xml')) {
$data = getXML(GSDATAPATH.'users/'.$usu.'.xml');
$EMAIL = $data->EMAIL;
$LANG = $data->LANG;
}
$EMAIL = 'there you must put the email that you want. This line is added';
...
I have adapted and now indeed get an email when a new message in the guestbook is placed.
Thank you
Posts: 44
Threads: 3
Joined: Oct 2011
There are still some problems with the guestbook.
Mac Safari 5.0.5 shows 1 message
Mac Safari 5.1 shows all messages
Mac Firefox 7.0.1 shows all messages
iPhone IOS 4.1 shows 1 messages
iPad IOS 5.0 shows all messages
PC IE 8.06 shows al messages
PS Firefox 3.6.14 shows all messages
Are there more people who have this problem? And possibly a solution
Posts: 1
Threads: 0
Joined: Nov 2011
Hello. Russian translation has some mistypings, so it doesn't work, in file guestbook\lang\ru_RU.php:
"rec_log" => 'òþÑÂÑÂтðýþòøть öурýðû', //english
"rec_log" => 'öурýðû òþÑÂÑÂтðýþòûõý', //english << must be "recpd_log"
...
"prevp" => 'ßрõôыôущðÑÂ' << missing comma at the end
Posts: 357
Threads: 23
Joined: Dec 2009
Thanks doubleaxe.
I did not check with ru_RU.php....; i fixed it and will upload again to extend.
Regards.
Posts: 11
Threads: 1
Joined: Sep 2011
What code would i have to modify to support clickable links in the guestbook posts?
Something like so: http://get-simple.info/forum/post/17211/#p17211
Posts: 357
Threads: 23
Joined: Dec 2009
Hi Niedes;
That is half as well as run the bbcode in posts. If i can this weekend i will finish it.
Regards.
Posts: 357
Threads: 23
Joined: Dec 2009
2011-11-15, 07:25:24
(This post was last modified: 2011-11-20, 04:40:18 by baris.)
I upload to extend a new version 4.4.1 with supports bbcode.: http://get-simple.info/extend/plugin/guestbook/184/
The tags that supports is:
- [ br ]: line break.
- [ b ]Bold[ /b ]
- [ i ]Italic[ /i ]
- [ u ]Underline[ /u ]
- [ img ]url image[ /img ]
- [ color=colourthatyouwant ]text[ /color ]
- Linking with no link title: [ url ]link to url[ /url ]
- Linking to a named site: [ url=urlthatyouwant ]title[ /url ]
Regards.
PD: no spaces between [ and tag and ]
Posts: 11
Threads: 1
Joined: Sep 2011
What a super upgrade! Thank you for your effort!
Posts: 35
Threads: 2
Joined: Dec 2011
Hi,
I have a question:
How can i seperate location and title?
The location should stand behind the name.
Take a look,
http://weforg.de/cms/gaestebuch/
Greetings,
Posts: 357
Threads: 23
Joined: Dec 2009
Hi SlazZe;
In guestbook.php, lines +- 542 to 575 the form is showed. Here you can modify what you need.
Regards.
Posts: 35
Threads: 2
Joined: Dec 2011
2011-12-31, 03:39:30
(This post was last modified: 2011-12-31, 03:40:18 by melissathom.)
Okay, that wasn't my question, but i solved it leaving out the location.
Another question:
I always get internal server error if i push the send button.
Where's my problem?
Posts: 357
Threads: 23
Joined: Dec 2009
Sorry, i did not understand good.
Enabled debug in gsconfig.php, to see if it provides some more information.
Regards.
Posts: 35
Threads: 2
Joined: Dec 2011
i enabled it, how can i see the informationen?
http://weforg.de/cms
|