Le site des utilisateurs francophones de FluxBB.
Vous n'êtes pas identifié(e).
Pages : 1
Bonjour,
Je n'arrive pas à installer un chat sur mon forum FluxBB.
J'ai trouvé le Plugin mais je ne comprend pas se qu'il y a marqué!
Lien de mon téléchargement: 14/Line de téléchargment
Merci de m'aider. 
Hors ligne
bonjour,
le mieux est d'utiliser un traducteur dans ses cas là afin de bien lire le readme.txt comme ci-dessous et de bien placer les dossiers du fichier zip
##
##
## Mod title: Ajax Chat for FluxBB
##
## Mod version: 0.8.6
## Works on FluxBB: 1.4.*/1.5.*
## Release date: 2013-10-26
## Author: adaur (adaur.underground@gmail.com)
##
## Description: This mod allows you to display a shoutbox where you want on your
## forum. A real room is also available, see notes.
##
## Affected file: index.php
##
## Affects DB: Yes
##
## Notes: If you want to add a link to the chat in the navbar,
## go to admin_options and add it.
## See orignal ajax chat readme.txt and
## http://frug.github.io/AJAX-Chat/
## to get more informations about your chat :-)
## If you want to disable or unable the shoutbox for the guests,
## set $allow_guests to 0 or 1 in include/ajax_chat.php
##
## DISCLAIMER: Please note that "mods" are not officially supported by
## FluxBB. Installation of this modification is done at
## your own risk. Backup your forum database and any and
## all applicable files before proceeding.
##
##
#
#---------[ 1. UPLOAD ]------------------------------- envoyer les fichiers du zip ( en le décompressant ) sur votre forum ----
#
Files folder to the root of your forum.
#
#---------[ 2. RUN ]----------------------------------- lancer install_mod.php ---------
#
install_mod.php
#
#---------[ 3. DELETE ]----------------------------------supprimer install_mod de votre forum une fois exécuter ----
#
install_mod.php
#
#---------[ 4. OPEN ]-------------------------------------ouvrir le fichier index.php pour y faire les modification ci-desous ---
The file(s) where you want the chat to be displayed, for example
index.php
#
#---------[ 5. FIND ]------------------------------------------trouver cette ligne---
#
require PUN_ROOT.'header.php';
#
#---------[ 6. REPLACE WITH ]------------------------------la remplacer par ----
#
$page_head['ajax_chat'] = '<link rel="stylesheet" type="text/css" href="chat/css/shoutbox.css" />';
require PUN_ROOT.'header.php';
require PUN_ROOT.'include/ajax_chat.php';
#
#---------[ 7. FIND (steps 7 and 8 for index.php only) ]----------------trouver cette ligne ++
#
$cat_count = 0;
#
#---------[ 8. REPLACE WITH ]------------------------------------------et la remplacer par ----
#
$cat_count = 1;
#
#---------[ 9. SAVE/UPLOAD ]-----------------------------------------sauvegarder vos modifications ---
#j'ai fait au plus simple
cdlt
Dernière modification par david18 (26-04-2016 15:07:15)
Hors ligne
Pages : 1