DMSGuestbook 1.14.0 RC1

DMSGuestbook 1.14.0 RC1 ist nun zum testen verfügbar!
DMSGuestbook 1.14.0 RC1 is now available for testing!

18 Responses to “DMSGuestbook 1.14.0 RC1”

  1. tonic Says:

    good job!thank for you work!

  2. Radek Says:

    Hi, im trying type into your Guestbook. Im looking for this plugin for my website :-)

  3. Daniel Schurter Says:

    Look here for this plugin.

    Greetings,
    Dani

  4. Hermes Alves Says:

    Hello, what are the changes / fixes from 1:13 to 1:14 this?

    You think putting a limit on characters? To prevent people leave messages too big?

  5. Daniel Schurter Says:

    Changes: http://wordpress.org/extend/plugins/dmsguestbook/

    What could be a good limit for this? Any suggestion?

  6. Hermes Alves Says:

    Ideally we would put our own limits. But the pattern could be 250 characters.

    Daniel congratulations for their immense dedication, your plugin is great.

  7. BigELK176 Says:

    Can it have “reply” function? Like wordpress 2.7 has threaded comment.

  8. Daniel Schurter Says:

    I’m not sure about this feature because it’s not typically for guestbooks to have a comment function.
    Is this really a needful feature and what think other people about this?

    Dani

  9. Hermes Alves Says:

    I agree with Daniel, I do not think that a good feature to respond to the guestbook. It is not a forum.

  10. BigELK176 Says:

    Sometimes it needs to make a reply when someone just left questions in guestbook. Please consider it, I hope.

  11. Samm Says:

    I LOVE the DMSGuestbook. However, I’d like to add a field called “Location” under the Name. How would I do that? Thanks!

  12. Daniel Schurter Says:

    Hi Samm

    You could set the additional select field in your guestbook this will be find under: “Guestbook settings -> Extended -> Additional selectbox”
    Otherwise there is a way to edit the default.tpl in dmsguestbook/template, but if you want to write the data to the database you must edit the code in dmsguestbook.php

    Greetings,
    Dani

  13. Werner Says:

    Hallo Daniel,

    Ich finde das Gästebuch spitze, vermisse aber eine Sache – oder ich habs noch nicht gefunden.
    Die Seite auf der das Gästebuch läuft ist multilingual.
    Soweit hab ich für jede Sprache – welches auch eine eigene Page ist ein Gästebuch definiert.
    Also 3 Pages – weil 3 Sprachen – und bei den Gästebuchsettings (Basic) habe ich diese 3 Pages auch selectiert.
    Was ich jetzt nicht kann ist, die Benennungen der Eingabefelder für diese 3 Sprachen anzupassen.
    Ich kann ja nur das gesammte Gästebuch auf eine einzige Sprache umstellen.
    Habe ich etwas übersehen??

    Vielen Dank für Deine Antwort
    lg.
    Werner

  14. Daniel Schurter Says:

    Hallo Werner

    Dies ist leider nicht möglich, da die Einstellung der Sprache für alle Gästebücher gilt.
    Ich nehme dies aber mal als Input auf, danke für das Feedback!

    Gruss,
    Dani

  15. Werner Says:

    Hi,

    Danke für die Antwort.
    Vielleicht lässt es sich ja so lösen, dass das entsprechende Gästebuch auf die jeweilige Sprachdatei zugreifen kann.
    Ich habs jetzt mal so auf die ganz schnelle so geändert, dass ich zumindest schon mal mehrsprachig unterwegs bin.
    Einzig in der Admin die Zuweisung der Sprache hab ich noch nicht umgesetzt ;-)

    In der Datenbank bei den Options habe ich eine Variable hinzugefügt mit den relevanten Sprachen, so wie Sie auch im Ordner “languages” stehen nur ohne .txt

    \r\ngerman,portugues_br,english

    In der Fuction default_options_array() – in der admin.php – hab ich dann das ARRAY $options um diese eine Sache erweitert:

    “gb_language” => “german”, /* LangId */

    In der Function DMSGuestBook($content) gabs dann die letzte Änderung:

    $multi_lang_id = explode(“,”, $options["gb_language"]);

    das hab ich gleich nach Deiner $multi_page_id = explode(“,”, $options["page_id"]); geschrieben.
    Und in der FOR Schleife hab ich dann noch nach der Zeile $multi_gb_id = $m; folgende eingefügt:
    $multi_gb_lang = $multi_lang_id[$m];

    In der dmsguestbook.php hab ich dann eigentlich nur noch die $var_language=$options["language"]; in $var_language=$multi_gb_lang.’.txt’; geändert und fertig war die multilinguale Version des Gästebuches.

    Wie gesagt, in der Admin (Webinterface) fehlt noch die Zuweisung der gewünschten Sprache.
    Aber vielleicht hab ich ja morgen dafür Zeit :-)

  16. Daniel Schurter Says:

    Hallo Werner, danke für deine Mühe.
    Die Sprachtemplates (die Optionen auch) werden sowieso bald überarbeitet, da ich nicht ganz glücklich darüber bin.

    Gruss,
    Dani

  17. Levien Says:

    Hi Daniel,
    Great plugin! Love it.
    Do you have a “walkthrough” to add an extra field (telephone) to the guestbook.
    I would like to recieve this information. It doesn’t have to be published, (if this makes it easier).
    Greetings,
    Levien

  18. Daniel Schurter Says:

    Levian, you could use the url field, but dont’t forget to edit the preg_match code in dmasguestbook.php, starts line 192.

    Greetings,
    Dani

Leave a Reply

*