|
a) Какие возможны настройки фомата времени/даты? |
b) Как добавить поддержку нового языка? |
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) Как изменить заголовок гостевой книги ? |
i) Я хочу, чтобы посетители имели возможность выбора языка гостевой книги. Как это сделать? |
j) Я хочу, чтобы посетители имели возможность выбора оформления гостевой книги. Как это сделать? |
Ответы |
a) Какие форматы дат возможны в гостевой книге? Возможны следующие настройки формата времени/даты (где D - день, m - месяц and Y - год): - d/m/Y: Европейский формат - Y/m/d: Американский формат
[ вверх ] |
b) Как я могу добавить новый язык?
Чтобы добавить новый язык, войдите в директорию "languages", выберите файл, который будете переводить ("francais.php "например), скопируйте его туда же под другим именем ("english.php" например).
Откройте в текстовом редакторе (типа Блокнот) и переведите те значения переменных, которые считаете нужным. Войдите в раздел "Настройки" в административной панели и выберите новый язык из списка - скрипт показывает в списке все файлы, находящиеся в этой папке.
[ вверх ] |
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" по умолчанию), 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.
[ вверх ] |
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".
[ вверх ] |
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".
[ вверх ] |
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.
[ вверх ] |
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!...
[ вверх ] |
h) Как изменить заголовок гостевой книги ? -
Вы можете изменить его в языковом файле (директория "languages") ($f_lang['title_guestbook']) или в панели администратора (Если Вам не нужна поддержка других языков) :
Перейдите в административную панель и выберите заголовок <mx:text
id="title_guestbook"/>.
- Перейдите в форму "файл, собирающий предыдущие разделы", там и правьте заголовок
"Guestbook". Вы можете изменить или заменить его картинкой (например: < img
src="images/mon_image.gif " border=0 width=100 height=25">).
[ вверх ] |
i) Я хочу, чтобы посетители имели возможность выбора языка гостевой книги. Как это сделать?
Просто сделайте вызов гостевой книги с параметром "lang".
Пример :
http://www.monsite.com/guestbook/index.php?lang=english
или (если для загрузки страницы необязательно набирать index.php) :
http://www.monsite.com/guestbook/?lang=english
[ вверх ] |
j) Я хочу, чтобы посетители имели возможность выбора оформления гостевой книги. Как это сделать?
Просто сделайте вызов гостевой книги с параметром "skin".
Пример :
http://www.monsite.com/guestbook/index.php?skin=alexphpteam
или (если для загрузки страницы необязательно набирать index.php) :
http://www.monsite.com/guestbook/?skin=alexphpteam
[ вверх ] |