Guestbook

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
Krol

Guestbook

Post by Krol »

Does anybody know a good guestbook-script which is easy to include into CMS made simple?
I spent much time of the last days looking for a template-based, mysql-using script with not too many functions... but some smileys :D
I found a few, but for me they are too hard to include.

Or is there already a guestbook-module in the works?
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Guestbook

Post by Ted »

Xorn725 has been kicking around the idea of creating a Guestbook module, but I'm not sure of the current status.
Xorn725

Re: Guestbook

Post by Xorn725 »

Yes, I'm still toying with the idea.  I want to write one, I just can't seem to find much hacking time.  I'll bump it a little higher on the to-do list and see what I can come up with.  Unfortunately I can't promise anything at the moment.  :-(
kishman155
Translator
Translator
Posts: 169
Joined: Sat Mar 12, 2005 12:30 pm
Location: Vienna

Re: Guestbook

Post by kishman155 »

i Have it already finished and it works very fine.
The only trobly i have is to put the auto incremental to the primary key and the standard for new entrys.
i Have modify the news modul to be quick with finished are you interesting in it.
I am austrian sorry for my english.
kishman155
Translator
Translator
Posts: 169
Joined: Sat Mar 12, 2005 12:30 pm
Location: Vienna

Re: Guestbook

Post by kishman155 »

Guestbook is already  posted at wiki.

mfg
kishman155
kishman155
Translator
Translator
Posts: 169
Joined: Sat Mar 12, 2005 12:30 pm
Location: Vienna

Re: Guestbook

Post by kishman155 »

I am still working on it.
I have changed "You need the 'Modify seminarplan' permission to perform that function."
into "You need the 'Modify gastbuch' permission to perform that function.";
new funktion will be added soon as posible (smile, e-mail check,multi-language..).
Seminarplan is a module (iam still working on it)for CMS Made Simple for managing events dates.
changes postet at wiki.

kishman155
jah
Forum Members
Forum Members
Posts: 147
Joined: Thu Dec 30, 2004 9:09 am
Location: Norway

Re: Guestbook

Post by jah »

I tested your Guestbuch, and it works for me. :-)
I'm looking forward to see the new features coming. Maybe you will add some CSS to it as well?

Jon
kishman155
Translator
Translator
Posts: 169
Joined: Sat Mar 12, 2005 12:30 pm
Location: Vienna

Re: Guestbook

Post by kishman155 »

Latest at Wednesday it comes a new release.
I have already finished with:
english support;
E-Mail notivikation;
Smileys;
This three features comes Latest at Wednesday.
CSS Features will be add.
Maybe it comes with the post on Wednesday or end of the Week.

Thanks jah and rocko for interessting in this module.

Please let me Know some features you are missing.

kris
kishman155
Translator
Translator
Posts: 169
Joined: Sat Mar 12, 2005 12:30 pm
Location: Vienna

Re: Guestbook

Post by kishman155 »

New Guestbook version is Online at wiki:

Features

English Support
Smiley
E-Mailnotivication
CSS
Admin Page automatic in choosen Language possibility to add other language

features coming soon.

e-mail address check
general Language support

For details see at the help.

for Question feel free to post
:)


kris
Last edited by kishman155 on Tue Mar 15, 2005 8:26 pm, edited 1 time in total.
jah
Forum Members
Forum Members
Posts: 147
Joined: Thu Dec 30, 2004 9:09 am
Location: Norway

Re: Guestbook

Post by jah »

Great, I'm going to use this guestbook.

There are some issues I would ask about this module:
  • How do I use the language support to add another language?
  • When I refresh a page  (public page) after adding an item, the same item is added once more
If I could wish for more features it would be:
  • Styles based on divs instead of tables (and a bit more detailed for the user page. It would be nice to have different styles for name/date etc and the message)
  • Setting max number of entries for a page
  • Checking that the syntax of the e-mail address is correct
  • Max number of entries from an IP adress per minute or something similar
  • Banning IP address
Thanks for developing this module !

Jon
jah
Forum Members
Forum Members
Posts: 147
Joined: Thu Dec 30, 2004 9:09 am
Location: Norway

Re: Guestbook

Post by jah »

By the way I also get this error on admin pages:

Code: Select all

Notice: Undefined variable: artlangtxt in c:\program files\html\easyphp1-7\www\cmsmadesimple\modules\gastbuch\gastbuch.module.php on line 467

Notice: Undefined variable: artlang in c:\program files\html\easyphp1-7\www\cmsmadesimple\modules\gastbuch\gastbuch.module.php on line 468
kishman155
Translator
Translator
Posts: 169
Joined: Sat Mar 12, 2005 12:30 pm
Location: Vienna

Re: Guestbook

Post by kishman155 »

Thanks for your post.

Notice: Undefined variable: artlangtxt in c:\program files\html\easyphp1-7\www\cmsmadesimple\modules\gastbuch\gastbuch.module.php on line 467

Notice: Undefined variable: artlang in c:\program files\html\easyphp1-7\www\cmsmadesimple\modules\gastbuch\gastbuch.module.php on line 468

Wich language are you useing?
If not german or english it shows you the language cms use as default.

in the next vesion I have already changed this.

while you are waiting you could
Insert in to the admin language file this
(You will find it in modules/gastbuch/lang/)

Code: Select all

$artlang= $_COOKIE["cms_language"];
$artlangtxt=" ";
This code you enter into default english and german.

How do I use the language support to add another language?

The language support is for the admin page of gastbuch.

its very easy.

first open your cms and change the default language into the language you want to create.
then goto gastbuch and it must be show you some text like this:

This shown languagename you could choose to create your own admin language.
This is your curent language: nl_NL

curent language:nl_NL is important

copy the english language and post it under the English language
change 'en_US' to 'nl_NL'
Now you could change all  names into Dutch

Code: Select all

// If Default Language is Nederlands(Dutch)
//---------------------------------------------------------
				
elseif($_COOKIE["cms_language"]=='nl_NL')
{
$beab="Edit";
$loesen="Delete";
$ativi="Aktivate";
$deakti="Disable";
$accerr="You need the 'Modify gastbuch' permission to perform that function.";
$addgait="Add gastbuch Item";
$allentr="All Entries";
$absender="Sender";
$mailadd="E-mail";
$hpag="Homepage";
$eintr="Message";
$senden="Submit";
$abbruch="Cancel";
$postdate="Postingdate";
$artlang= $_COOKIE["cms_language"];
$artlangtxt="";
}
this is your Nederlands language


When I refresh a page  (public page) after adding an item, the same item is added once more

I will put it on the todo list.

Kris
kishman155
Translator
Translator
Posts: 169
Joined: Sat Mar 12, 2005 12:30 pm
Location: Vienna

Re: Guestbook

Post by kishman155 »

Features comming soon:
  • Checking that the syntax of the e-mail address is correct
  • Setting max number of entries for a page
  • Styles based on divs instead of tables (and a bit more detailed for the user page. It would be nice to have different styles for name/date etc and the message)
  • no insert while refreshing the page
  • General Language support
other features will come too

Lg
Kris
Locked

Return to “Modules/Add-Ons”