1. The file bbcode_install.php on your Webspace high-level store and explain around the necessary tables for the data bank to put in.
2. If the tables were put on successfully, the BBCode v2.00 files on your Webspace hochgeladen can become. Here still the question must be put before, nevertheless whether is the standard design used by Ilch? There in index. htm file, which you in the list include/designs/ilchClan/(if necessary list name of your design!) can find, änderungen must be carried out. Open in addition simply sometimes the file and within <head> ... </head> of day insert the following value:
<script type='text/javascript' src='include/includes/js/BBCodeGlobal.js'></script>
<script type='text/javascript' src='include/includes/js/Interface.js'></script>
3. The install is finished
Installation with available modules
1. The file bbcode_install.php on your Webspace high-level store and explain around the necessary tables for the data bank to put in.
2. If the tables were put on successfully, the following files hochgeladen can become:
• include/admin/bbcode.php
• include/admin/templates/
• include/images/icons/admin/
• include/images/icons/bbcode/
• include/includes/class/highlight/
• include/includes/class/bbcode.php
• include/includes/class/tpl.php
• include/includes/func/bbcode.php
• include/includes/js/BBCodeGlobal.js
• include/includes/js/interface.js
• include/includes/bbcode_config.php
3. the following files must be changed as follows:
• include/admin/admin.php In the line 148 following add:
<li class="admix_box">Modul - BBCode v2.0<br /><ul>
<li><a href="admin.php?bbcode-buttons"><img
src="include/images/icons/admin/bbcode_buttons.png" alt="">Buttons</a></li>
<li><a href="admin.php?bbcode-design"><img
src="include/images/icons/admin/bbcode_design.png" alt="">Design</a></li>
<li><a href="admin.php?bbcode-config"><img
src="include/images/icons/admin/bbcode_config.png" alt="">Konfiguration </a></li>
<li><a href="admin.php?bbcode-badword"><img
src="include/images/icons/admin/bbcode_badword.png" alt="">Badwordliste</a></li>
<br class="admix_last"/>
</ul></li>
• include/boxes/adminmenu.php In the line 85 following add:
//> [START] BBCode v2.0 Modul
['<img src="include/images/icons/admin/bbcode_icon.png" width="16" height="
'BBCode v2.0', null, null, null,
['<img src="include/images/icons/admin/bbcode_buttons_small.png" width="
height="16">', 'Buttons', 'admin.php?bbcode-buttons', null, null],
['<img src="include/images/icons/admin/bbcode_design_small.png" width="
height="16">', 'Design', 'admin.php?bbcode-design', null, null],
['<img src="include/images/icons/admin/bbcode_config_small.png" width="
height="16">', 'Konfiguration', 'admin.php?bbcode-config', null, null],
['<img src="include/images/icons/admin/bbcode_badword_small.png" width="
height="16">', 'Badwordlist', 'admin.php?bbcode-badword', null, null],
],
//> [END] BBCode v2.0 Modul
• include/includes/loader.php Follower put down:
o in „fremde classes laden“:
require_once('include/includes/class/bbcode.php');
o in „load something else“:
require_once
('include/includes/bbcode_config.php');
• include/designs/ilchClan/ (adapt if necessary path!)
Within <head> ... </head> of day the following insert:
<script type='text/javascript' src='include/includes/js/BBCodeGlobal.js'></script>
<script type='text/javascript' src='include/includes/js/Interface.js'></script>
4. FINSIH WITH ALL
Zuletzt modifiziert von Moniwoll am 31.01.2007 - 18:47:34