What could be a good limit for this? Any suggestion?
Ideally we would put our own limits. But the pattern could be 250 characters.
Daniel congratulations for their immense dedication, your plugin is great.
Can it have “reply” function? Like wordpress 2.7 has threaded comment.
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
I agree with Daniel, I do not think that a good feature to respond to the guestbook. It is not a forum.
Sometimes it needs to make a reply when someone just left questions in guestbook. Please consider it, I hope.
I LOVE the DMSGuestbook. However, I’d like to add a field called “Location” under the Name. How would I do that? Thanks!
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
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
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
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:
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 🙂
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
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
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
Kommentare sind geschlossen.
Diese Website nutzt Cookies, um bestmögliche Funktionalität bieten zu können. Ok, verstandenMehr Infos
Privacy & Cookies Policy
Privacy Overview
This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
good job!thank for you work!
Hi, im trying type into your Guestbook. Im looking for this plugin for my website 🙂
Look here for this plugin.
Greetings,
Dani
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?
Changes: http://wordpress.org/extend/plugins/dmsguestbook/
What could be a good limit for this? Any suggestion?
Ideally we would put our own limits. But the pattern could be 250 characters.
Daniel congratulations for their immense dedication, your plugin is great.
Can it have “reply” function? Like wordpress 2.7 has threaded comment.
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
I agree with Daniel, I do not think that a good feature to respond to the guestbook. It is not a forum.
Sometimes it needs to make a reply when someone just left questions in guestbook. Please consider it, I hope.
I LOVE the DMSGuestbook. However, I’d like to add a field called “Location” under the Name. How would I do that? Thanks!
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
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
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
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 🙂
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
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
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