Le site des utilisateurs francophones de FluxBB.
Vous n'êtes pas identifié(e).
Pages : 1
Bonsoir,
j'ai voulu tester cette mode en local en suivant le readme.txt qui est assez simple selon moi ci-dessous :
##
## Mod title: Media.js
##
## Mod version: 0.5.7
## Works on FluxBB: 1.5.3
## Release date: 2013-07-27
## Review date: YYYY-MM-DD (Leave unedited)
## Author: Visman (visman@inbox.ru)
##
## Description: Мод на стороне пользователя заменяет ссылки на медиа-контент.
## Modification on the party of the user replaces links to a media content.
##
## v 0.5.7 ПОЛНАЯ ВЕРСИЯ / FULL VERSION
## Поддерживает / It is supported
## видео / video from: YouTube, Vimeo, Rutube, Yandex, Mail.ru, Smotri, Dailymotion, Metacafe, Sibnet;
## аудио / audio from: SoundCloud, ZippyShare, PromoDJ, Pleer.com и прямые ссылки на mp3 / and direct urls on mp3;
## и / and Google Maps.
##
## Repository URL: http://fluxbb.org/resources/mods/?s=author&t=Visman&v=all&o=name
## http://fluxbb.org.ru/forum/viewforum.php?id=34
##
## Affected files: /include/parser.php
## footer.php
##
## Affects DB: No
##
## Notes: Russian/English
##
## 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 ]---------------------------------------------------------
#
folders js and swf to /
#
#---------[ 2. OPEN ]-----------------------------------------------------------
#
/include/parser.php
#
#---------[ 3. FIND ]-----------------------------------------------------------
#
return '<a href="'.$full_url.'" rel="nofollow">'.$link.'</a>';
}
}
#
#---------[ 4. BEFORE, ADD ]----------------------------------------------------
#
global $mediajs;
$mediajs = true;
#
#---------[ 5. SAVE ]-----------------------------------------------------------
#
/include/parser.php
#
#---------[ 6. OPEN ]-----------------------------------------------------------
#
footer.php
#
#---------[ 7. FIND ]-----------------------------------------------------------
#
// Display debug info (if enabled/defined)
if (defined('PUN_DEBUG'))
#
#---------[ 8. BEFORE, ADD ]----------------------------------------------------
#
if (!empty($mediajs))
echo "\n".'<script type="text/javascript" src="js/media.min.js"></script>'."\n";
#
#---------[ 9. SAVE ]-----------------------------------------------------------
#
footer.phpD’Où rien apparaît ma question est au début de ce readme.txt ou placer ses deux dossiers folders js and swf to / pour moi je l'ait est placer dans le dossier forum est bien cela ?
cdlt
david18
Hors ligne
sujet résolu sur le .org
Hors ligne
Pages : 1