##############################################################
## MOD Title: Advanced ACP
## MOD Author: CBACK <
webmaster@cback.de > (Christian Knerr) http://www.cback.de
##
## MOD Description: Change la présentation du panneau admin, par une autre plus moderne et ajoute certaines fonctions
##
## MOD Version: 1.0.0
##
## Installation Level: facile
## Installation Time: 5 Minutes
##
## Files To Edit: admin/index.php
## language/lang_english/lang_admin.php
## language/lang_french/lang_admin.php
## templates/subSilver/subSilver.cfg
##
## Included Files: admin_advanced.php
## admin_advanced.tpl
## admin_adv_pinfo.tpl
## admin_adv_stat.tpl
## admin_adv_whois.tpl
## aacp_k1.gif
## aacp_k2.gif
## aacp_k3.gif
## aacp_k4.gif
##
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes: n/a
##############################################################
##
## Informations : Ce mod a été testé et remit en page par l'equipe mod de phpBB.biz
##
## Vous en trouverez la derniere version a cette adresse :
## http://forum.phpbb.biz/viewtopic.php?t=95455
##
## Le support se trouve a cette adresse :
## http://forum.phpbb.biz/viewtopic.php?t=96070
##
##############################################################
## MOD History:
##
## 2005-01-02 - Version 1.0.0
## - First version of this MOD
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ COPY ]------------------------------------------
#
copy root/admin/admin_advanced.php to admin/admin_advanced.php
copy root/templates/subSilver/admin/admin_advanced.tpl to templates/subSilver/admin/admin_advanced.tpl
copy root/templates/subSilver/admin/admin_adv_pinfo.tpl to templates/subSilver/admin/admin_adv_pinfo.tpl
copy root/templates/subSilver/admin/admin_adv_stat.tpl to templates/subSilver/admin/admin_adv_stat.tpl
copy root/templates/subSilver/admin/admin_adv_whois.tpl to templates/subSilver/admin/admin_adv_whois.tpl
copy root/templates/subSilver/images/aacp_k1.gif to templates/subSilver/images/aacp_k1.gif
copy root/templates/subSilver/images/aacp_k2.gif to templates/subSilver/images/aacp_k2.gif
copy root/templates/subSilver/images/aacp_k3.gif to templates/subSilver/images/aacp_k3.gif
copy root/templates/subSilver/images/aacp_k4.gif to templates/subSilver/images/aacp_k4.gif
#
#-----[ OPEN ]------------------------------------------
#
language/lang_french/lang_admin.php
#
#-----[ FIND ]------------------------------------------
#
//
// That's all Folks!
#
#-----[ BEFORE, ADD ]------------------------------------------
#
// Navigationselemente
$lang['aacp_mod1'] = 'Index de l\'AACP';
$lang['aacp_class'] = 'Index classique';
$lang['aacp_who'] = 'Qui est en ligne?';
$lang['aacp_stat'] = 'Statistiques du forum';
$lang['aacp_phpinfo'] = 'PHP Info';
// Überschriften
$lang['aacp_header1'] = 'Panneau d\'administration avancé de CBACK';
$lang['aacp_header2'] = 'Index Classique';
$lang['aacp_header3'] = 'Qui est en ligne?';
$lang['aacp_header4'] = 'Statistiques du forum';
$lang['aacp_header5'] = 'PHP Info';
// Kategoriebeschreibungen
$lang['aacp_body1'] = 'Bienvenue dans le nouveau panneau d\'administration avancé ! D\'ici vous pouvez voir le nouvel index d\'administration qui permet une meilleure gestion de très importantes fonctions du forum';
$lang['aacp_body2'] = 'Voici le panneau d\'administration classique';
$lang['aacp_body3'] = 'De cette page, vous pouvez voir qui est en ligne maintenant. Vouv pouvez tracer les IPs et vous pouvez voir et modifier le profil d\'un membre, montré dans cette liste.';
$lang['aacp_body4'] = 'D\'ici vous pouvez voir les statistiques de votre forum. Combien de mémoire utilisée, combien de membres enregistrés, etc.';
$lang['aacp_body5'] = 'D\'ici vous pouvez voir des informations sur la configuration de votre serveur web. C\'est important si, par exemple vous demander de l\'aide sur un forum de support phpBB.';
// Navigationskategorien
$lang['aacp_kat1'] = 'Gestion des utilisateurs';
$lang['aacp_kat2'] = 'Outils du forum';
$lang['aacp_kat3'] = 'Agencement et fonction de postage';
$lang['aacp_kat4'] = 'Panneau d\'administration avancé';
// AACP Link-Beschreibungen
$lang['aacp_kat1_n1'] = 'Bannir';
$lang['aacp_kat1_n2'] = 'Permissions';
$lang['aacp_kat1_n3'] = 'Edition des Profils';
$lang['aacp_kat1_n4'] = 'Gestion des Groupes';
$lang['aacp_kat1_n5'] = 'Permissions des Groupes';
$lang['aacp_kat2_n1'] = 'Configuration générale';
$lang['aacp_kat2_n2'] = 'Gestion des Forums';
$lang['aacp_kat2_n3'] = 'Configurer les permissions des forums';
$lang['aacp_kat2_n4'] = 'Montrer l\'index du forum';
$lang['aacp_kat3_n1'] = 'Gestions des rangs';
$lang['aacp_kat3_n2'] = 'Gestions des Smilies';
$lang['aacp_kat3_n3'] = 'Installer des Thèmes';
$lang['aacp_kat3_n4'] = 'Gestion des Thèmes';
$lang['aacp_kat4_n1'] = 'Montrer l\'index d\'administration classique';
$lang['aacp_kat4_n2'] = 'Qui est en ligne ?';
$lang['aacp_kat4_n3'] = 'Statistiques du forum';
$lang['aacp_kat4_n4'] = 'PHP Info';
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_admin.php
#
#-----[ FIND ]------------------------------------------
#
//
// That's all Folks!
#
#-----[ BEFORE, ADD ]------------------------------------------
#
//
// Begin:
~lien~ Advanced ACP
//
// Navigationselemente
$lang['aacp_mod1'] = 'AACP Index';
$lang['aacp_class'] = 'Classic ACP';
$lang['aacp_who'] = 'Who is online?';
$lang['aacp_stat'] = 'Board-Statistics';
$lang['aacp_phpinfo'] = 'PHP Info';
// Überschriften
$lang['aacp_header1'] = 'CBACK Advanced Admin Panel';
$lang['aacp_header2'] = 'Classical ACP';
$lang['aacp_header3'] = 'Who is online?';
$lang['aacp_header4'] = 'Board Statistics';
$lang['aacp_header5'] = 'PHP Info';
// Kategoriebeschreibungen
$lang['aacp_body1'] = 'Welcome into the new Advanced ACP! Here you can see the new Admin-Index wich provides a better management of very important Forum-Functions..';
$lang['aacp_body2'] = 'This is the classical ACP';
$lang['aacp_body3'] = 'In this page you can see who is online now. You can trace the IPs and you can view and configure the profile of a registered User, showed in this list.';
$lang['aacp_body4'] = 'Here you can see the statistic of your forum. How many memory is used, how many registered users, etc.';
$lang['aacp_body5'] = 'Here you can see infos about your WebServer Configuration. This is important for example if you ask for Support in a phpBB Support Forum.';
// Navigationskategorien
$lang['aacp_kat1'] = 'User-Management';
$lang['aacp_kat2'] = 'Board Utilities';
$lang['aacp_kat3'] = 'Layout and Posting';
$lang['aacp_kat4'] = 'Advanced ACP';
// AACP Link-Beschreibungen
$lang['aacp_kat1_n1'] = 'Ban';
$lang['aacp_kat1_n2'] = 'Permissions';
$lang['aacp_kat1_n3'] = 'Edit Profiles';
$lang['aacp_kat1_n4'] = 'Manage UserGroups';
$lang['aacp_kat1_n5'] = 'UserGroup Permissions';
$lang['aacp_kat2_n1'] = 'General Configuration';
$lang['aacp_kat2_n2'] = 'Manage Forums';
$lang['aacp_kat2_n3'] = 'Configure Forum Permissions';
$lang['aacp_kat2_n4'] = 'Show Board Index';
$lang['aacp_kat3_n1'] = 'Manage Ranks';
$lang['aacp_kat3_n2'] = 'Manage Smilies';
$lang['aacp_kat3_n3'] = 'Install Styles';
$lang['aacp_kat3_n4'] = 'Manage Styles';
$lang['aacp_kat4_n1'] = 'show classical ACP';
$lang['aacp_kat4_n2'] = 'Who is online?';
$lang['aacp_kat4_n3'] = 'Board-Statistics';
$lang['aacp_kat4_n4'] = 'PHP Info';
//
// End: Advanced ACP
//
#
#-----[ OPEN ]------------------------------------------
#
admin/index.php
#
#-----[ FIND ]------------------------------------------
#
"U_ADMIN_INDEX" => append_sid("index.$phpEx?pane=right"),
#
#-----[ REPLACE WITH ]------------------------------------------
#
"U_ADMIN_INDEX" => append_sid("admin_advanced.$phpEx?panel=aacp"),
#
#-----[ FIND ]------------------------------------------
#
"S_FRAME_MAIN" => append_sid("index.$phpEx?pane=right"))
#
#-----[ REPLACE WITH ]------------------------------------------
#
"S_FRAME_MAIN" => append_sid("admin_advanced.$phpEx?panel=aacp"))
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/subSilver.cfg
#
#-----[ FIND ]------------------------------------------
#
$images['icon_quote'] = "$current_template_images/{LANG}/icon_quote.gif";
#
#-----[ BEFORE, ADD ]------------------------------------------
#
$images['aacp_k1'] = "$current_template_images/aacp_k1.gif";
$images['aacp_k2'] = "$current_template_images/aacp_k2.gif";
$images['aacp_k3'] = "$current_template_images/aacp_k3.gif";
$images['aacp_k4'] = "$current_template_images/aacp_k4.gif";
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM