|
a) Which are the various possible formats of date for the options? |
b) How can I add a new language? |
c) In are the options of the administration to what used the fields "page to reload for the book of gold" and "variables passed in parameter"? |
d) I do not wish that the search engine is posted on my gold book, how to make? |
e) I do not wish that the visitors be able to inform their email, their Web site, their city/country or to allot a note to my site. How to make? |
f) A what serve the option "Numbers characters before a too long word is cut in several parts" in the options? |
g) I the graphic part of my gold book, which do I have wish to modify to make for that? |
h) How to modify the title of the
guestbook ? |
i) I wish to make it possible to my visitors to choose the
language of the guestbook, but how to make ? |
j) I wish to make it possible to my visitors to choose the
skin of the guestbook, but how to make ? |
Answers |
a) Which are the various possible formats of date for the options? The whole of the combinations including/understanding the letters D, m and Y are accepted. For example: - d/m/Y: European format - Y/m/d: American format
[ go up ] |
b) How can I add a new language? To add a new language, start with you to return in the repertory "languages", there choose the file which you wish to translate ("francais.php "for example), then copy it in the same repertory by changing its name ("english.php" why not). It does not remain you any more that to translate the whole of the variables being there and the operation is finished. Return in the part "options" of the administration, a new language is from now on available.
[ go up ] |
c) In are the options of the administration to what used the fields "page to reload for the book of gold" and "variables passed in parameter"? - the field "page to be reloaded for the gold book" is used for the bonds of following page, of preceding page like for the search engine. If you modify the noun of the page of posting of the gold book (which is "index.php" by defect), you will have to modify this option. - the field "variables passed in parameter" enables you to add variables to be transferred when the gold book is reloaded (for the bonds preceding, following page...). That can be very useful if you use a call of the style "ma_page.php?page=livre_or" to post your gold book. In this case it will be enough for you to register "page=livreor" for the variables passed in parameter and "ma_page.php" for the page to be reloaded.
[ go up ] |
d) I do not wish that the search engine is posted on my gold book, how to make? Return in the page of the options of the gold book and notch the box "not" for the field "To post the search engine".
[ go up ] |
E) I do not wish that the visitors be able to inform their email, their Web site, their city/country or to allot a note to my site. How to make? Return in the page of the options of the gold book and notch the box "not" for the fields "the visitors can register their email", "the visitors can register their Web site", "the visitors can register their city and their country" or "the visitors can note your site".
[ go up ] |
does F) A what serve the option "Numbers characters before a too long word is cut in several parts" in the options? The words very long can disturb the posting of your gold book, in particular by redimensionnant the width of your tables. By indicating a maximum number of characters here before a word is not cut in several parts you will avoid any nuisance.
[ go up ] |
G) I the graphic part of my gold book, which do I have wish to modify to make for that? To modify the whole of the parameters of posting of your gold book, return in the heading "Skins of the gold book" of the administration part. There you will be able to create new skins or to modify those which already
exist.
Caution : - do not forget to modify the skin in the course of use in the part "options" if you wish that the added skin either taken into
account. - Certain parameters of the style "< mx:text id="action_url"/> "are very significant for total the correct operation of script. Do not remove any by
error!...
[ go up ] |
h) How to modify the title of the guestbook ? -
You can modify him in the language file ($f_lang['title_guestbook']) or in the skin administration (if you doesn't want to considere the multi-languages system in the guestbook) :
Go in the administration part and choose the heading <mx:text
id="title_guestbook"/>.
- Go to the form "file assembling the various preceding parts", there seek the title by defect
"Guestbook". You can modify it, or replace it by an image (ex: < img
src="images/mon_image.gif " border=0 width=100 height=25">).
[ go up ] |
i) I wish to make it possible to my visitors to choose the
language of the guestbook, but how to make ? Call simply the page of
the guestbook with last variable "lang" in parameter.
Example :
http://www.monsite.com/guestbook/index.php?lang=english
or (if the page bears the name of index.php) :
http://www.monsite.com/guestbook/?lang=english
[ go up ] |
j) I wish to make it possible to my visitors to choose the
skin of the guestbook, but how to make ? Call simply the page of
the guestbook with last variable "skin" in parameter.
Example :
http://www.monsite.com/guestbook/index.php?skin=alexphpteam
or (if the page bears the name of index.php) :
http://www.monsite.com/guestbook/?skin=alexphpteam
[ go up ] |