Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Guestbook
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.
Reply
Dear Cumbe,

I thank you for your work with the plugin.

I use it already and it works great.

Cheers, Connie
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
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?
Reply
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.
Reply
Thank you for your quick reply!
Reply
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.
Reply
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
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
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.
Reply
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
Reply
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.
Reply
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
Reply
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';
...
Reply
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
Reply
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
Reply
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
Reply
Thanks doubleaxe.

I did not check with ru_RU.php....; i fixed it and will upload again to extend.

Regards.
Reply
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
Reply
Hi Niedes;

That is half as well as run the bbcode in posts. If i can this weekend i will finish it.

Regards.
Reply
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 ]
Reply
What a super upgrade! Thank you for your effort!
Reply
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,
Reply
Hi SlazZe;

In guestbook.php, lines +- 542 to 575 the form is showed. Here you can modify what you need.

Regards.
Reply
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?
Reply
Sorry, i did not understand good.

Enabled debug in gsconfig.php, to see if it provides some more information.

Regards.
Reply
i enabled it, how can i see the informationen?

http://weforg.de/cms
Reply




Users browsing this thread: 2 Guest(s)