MOD - Galerie phpBB 1.1.6
MOD
- Titre original : phpBB Gallery
- Auteur : nickvergessen
- Version : 1.1.6
- Sujet officiel : Cliquez !
- Description : Une galerie d’images est intégrée à votre forum phpBB.
- Auteur : darky
- Version : 1.0.7
- Notes : Si vous avez des suggestions concernant les traductions, merci de nous les faire parvenir par MP !
- Difficulté : Intermédiaire
- Durée : ~ 60 minute
- Compatibilité selon l’auteur : Phpbb 3.0.10
- Testé et fonctionnel sur : Phpbb 3.0.10
- Styles : Prosilver et Subsilver2
- Procédure : Ouvrez le fichier phpbb_gallery_1_1_6\install.xml
- Contribution française : Ouvrez le fichier phpbb_gallery_1_1_6\contrib\fr.xml
- Subsilver2 : Ouvrez le fichier phpbb_gallery_1_1_6\contrib\subsilver2.xml
ACP
- Aucun
- 1.0.5 à 1.0.6 : Ouvrez le fichier phpbb_gallery_1_0_6\contrib\update_1_0_5_to_1_0_6\update.xml
- 1.0.6 à 1.1.1 : Ouvrez le fichier phpbb_gallery_1_1_1\contrib\update_1_0_6_to_1_1_1\update.xml
- 1.1.0 à 1.1.1 : Ouvrez le fichier phpbb_gallery_1_1_1\contrib\update_1_1_0_to_1_1_1\update.xml
- 1.1.1 à 1.1.2 : Ouvrez le fichier phpbb_gallery_1_1_2\contrib\update_1_1_1_to_1_1_2\update.xml
- 1.1.2 à 1.1.3 : Ouvrez le fichier phpbb_gallery_1_1_3\contrib\update_1_1_2_to_1_1_3\update.xml
- 1.1.3 à 1.1.4 : Ouvrez le fichier phpbb_gallery_1_1_4\contrib\update_1_1_3_to_1_1_4\update.xml
- 1.1.4 à 1.1.5 : Ouvrez le fichier phpbb_gallery_1_1_5\contrib\update_1_1_4_to_1_1_5\update.xml
- 1.1.5 à 1.1.6 : Ouvrez le fichier phpbb_gallery_1_1_6\contrib\update_1_1_5_to_1_1_6\update.xml
Adaptation ucp.php
Le code à chercher pour la version 1.1.6 du MOD sur la version 3.0.12 de phpbb concernant le fichier ucp.php est inexistant, voici ce qu'il faut faire :
Ouvrir : ucp.php
Chercher :
Ajouter après :Code : Tout sélectionner
// Do not display subscribed topics/forums if not allowed if (!$config['allow_topic_notify'] && !$config['allow_forum_notify']) { $module->set_display('main', 'subscribed', false); }
Code : Tout sélectionner
if (class_exists('phpbb_gallery_integration')) { phpbb_gallery_integration::ucp($module); }
> > Support Galerie phpBB 1.1.6 < <