Page 1 of 1
Guestbook 0.4
Posted: Sat Mar 19, 2005 11:28 pm
by kishman155
New Version of Guestbook is online.
New features:
- CSS based on Divs
- E-Mail spell checking
- No insert on refreshing the page
- Limit entries shown on Page
lg
Kris
Re: Guestbook 0.4
Posted: Mon Mar 21, 2005 8:54 am
by dont
Code: Select all
// If Default Language is Dutch
//---------------------------------------------------------
elseif($_COOKIE["cms_language"]=='nl_NL')
{
$beab="Veranderen";
$loesen="Verwijderen";
$ativi="Activeer";
$deakti="Deactiveer";
$accerr="Vink 'Modify gastbuch' bij groepspremissie's aan om deze functie te gebruiken.";
$addgait="Voeg een gastenboek item toe";
$allentr="Toon alles";
$absender="Zender";
$mailadd="E-mail";
$hpag="Website";
$eintr="Bericht";
$senden="Toevoegen";
$abbruch="Annuleren";
$postdate="Postingdate";
$artlang= $_COOKIE["cms_language"];
$artlangtxt="";
}
Code: Select all
{
$fabsend= "Vul A.U.B uw naam in.<br>";
$fmessag= "Vul A.U.B een bericht in.<br>";
$inam= "Naam";
$imessag= "Uw bericht";
$smessage= "Bericht";
$sdate= "Datum";
$ginsert= "Toevoegen";
$uhr="";
$e_mailnotibetr="Nieuw item in uw gastenboek";
$e_mailnotimessage= " Er is een nieuw item in uw gastenboek toegevoegd.";
$neuein="Nieuw gastenboek item";
}
Re: Guestbook 0.4
Posted: Mon Mar 21, 2005 11:54 am
by kishman155
Thanks dont for this i include this into the new version i am still working on.
dont Maybe you could translate this to
Code: Select all
$einerseit="one Page";
$eintragauf="Posts on";
$seitpage="Pages";
$backzu="Back";
$nextwei="Next";
$fuid="Your Message was already send";
i think you translate the second code from "language.showgastbuch.php".
this file doesn't work now.
iam coding on it.
thanks Kris
Re: Guestbook 0.4
Posted: Tue Mar 22, 2005 11:03 am
by dont
Dutch :
Code: Select all
$einerseit="één pagina";
$eintragauf="Voeg bericht toe";
$seitpage="Pagina's";
$backzu="Vorige";
$nextwei="Volgende";
$fuid="Uw bericht is al verzonden";
Re: Guestbook 0.4
Posted: Tue Mar 22, 2005 7:32 pm
by kishman155
Thank you dont.
I have implement your translation to the modul.
In the next release it comes the general Languagefile for shown entries.
I have thought about your request to ban ip adresses.
I thought it should be have more features to ban ip adresse to one site in you cms.
I will release a module to ban ip adresses to every site you want.
coming soon
Search CMS Content without google.
Lg
Kris
Re: Guestbook 0.4
Posted: Fri Apr 01, 2005 8:12 am
by jah
I think I found a couple of bugs in the Gastbuch module:
Line 528 is:
Code: Select all
echo "<div cms-gastbuch-div-vor>";
but should be:
Code: Select all
echo "<div class=\"cms-gastbuch-div-vor\">";
If I set max number of entries on a page, the Next button does not show up on the next-last page. (Try number =4 and 9 entries in gastbuch. You'll not be able to see number 9).
In the admin page: When I try to edit an entry, the Name of the Sender will change to "Sender". I think the name should be maintained.
On my wishlist:
Possibility to set maxsize of entries (eg 1000 characters).
Possibility to style buttons, e.g:
Code: Select all
echo "<input type=\"submit\" value=\"$backzu\" [u]class=\"cms-gastbuch-button-vor\"[/u] >";
Thanks,
Jon
Re: Guestbook 0.4
Posted: Fri Apr 01, 2005 2:52 pm
by mrbs
Danish: (Dansk)
Code: Select all
$einerseit="En side";
$eintragauf="Send til";
$seitpage="Sider";
$backzu="Tilbage";
$nextwei="Næste"; (here the letter after N is æ - Næste)
$fuid="Din besked er allerede sendt";
Re: Guestbook 0.4
Posted: Mon Apr 04, 2005 11:23 am
by kishman155
Bugs are Corrected
- wrong Count on Pages.
- Edit Entrie (sender)
Features Added:
- General Language support
- Style Buttons
Soory for these bug.
lg
Kris
Re: Guestbook 0.4
Posted: Mon Apr 04, 2005 9:40 pm
by kishman155
New version added at wiki.
Limit the entering characters.
kris