![]() |
Главная
|
Ссылки
| Файлы
|
Школа
|
Форум
|
| Руководство по портальной системе PHP-Nuke |
|
contains 4 subdirectories (links, language, case, modules) that manage the various administration modules. The folder that accommodates the operating files is modules/admin/ .
contains all the block files whose output is included in the lateral PHPNuke blocks.
contains all the images relating to PHPNuke, for example in the folder "topics" we will find archived the images of the topics that will appear in the news, in "banners" all banners in rotation etc...
are all the files that are necessary to particular management situations, these files do not work independently but are included in others files, mainly in mainfile.php and header.php. The files are:
counter.php : serves to identify the users based on the operating system used, the browser, the page of origin, date of the visit...
javascript.php : includes all necessary Javascript (if you need particular Javascript code, include it in this file).
meta.php : manages the keywords to pass to the search engines and other parameters of the header. It is an optimal system for learning how to create keywords and position the site with a good ranking in the search engines.
my_header.php : manages the disclaimer message in the homepage.
sql_layer.php : serves to manage the database abstraction layer. Transforms SQL instructions to the language of the chosen database. Remember that PHPNuke can manage various databases.
contains translation files for the basic PHPNuke module. The language file naming convention is lang-languagename.php.
![]() | Attention! |
|---|---|
The translation of the modules must be inserted in the appropriate folders (modules/languange) and not appended to these files, as it was done till now. |
The modules of PHPNuke comprise all the functionality that one can add to it.. In the Modules folder we insert the folders of every new module.
Here we add the graphical interfaces known as "Themes", every folder has the name of the corresponding theme and contains a main file called theme.php and all other support files.
contains only he files that serve to upgrade the system from a previous version to a newer one..