MyBB.support, le portail francophone de MyBB

Version complète : Download section
Vous consultez actuellement la version basse qualité d’un document. Voir la version complète avec le bon formatage.
Bonjour à tous ,je viens d'installer le plugin donwload section avec la traduction fr,télécharger ici http://mods.mybboard.net/view/downloads-section.
L'entrée a bien été ajouter sur ma page d'accueil, mais je n'ai pas le panneau de configuration du plugin dans mon interface d'administration.
Quelqu'un pourrait m'aider SVP?
Même pas dans l'onglet 'Configuration' ?
Et bien je sais pas pourquoi,mais sa marche.Donc je dirais que mon problème est résolu.
Merci
Et bien non c pas résolu.J'ai un nouveau soucie maintenant
Voila ce que sa me met

[Image: 48945223_04_2009_20_42_22.png]

Là , je sais pas c que sa veut dire.
Quelqu'un peut m'aider?
personne?Tans pis.
Salut,

Es-tu sûr que ce plugin est compatible 1.4.x ?

Je lis ceci sur la page de téléchargement :
Citation :Author: Alan Crisp
Submitted: 12th March 2006
Last Updated: 29th August 2007
Finally here, this is the all new version of the downloads section plugin, fully compatible with MyBB 1.2. This version of the plugin is a significant improvement to the previous versions. A number of features have been added and many existing features have been improved.

compatible v1.2 est précisé, pas v1.4 !
Donc j'ai un petit doute.

Mais cependant c'est tout à fait possible qu'il soit compatible 1.4.

As-tu bien uploadé les fichiers où il faut ?
Citation :Plugin/downloads.php to forum root directory.
Plugin/admin/downloads.php to forum /admin/ directory.
Plugin/images/toplinks/download.png to forum theme toplinks directory. By default, this is /images/toplinks/
Plugin/images/english/newdownload.gif to forum theme language directory. By default this is /images/englisg/
Plugin/inc/plugins/downloads.php to forum /inc/plugins/ directory.
Plugin/inc/languages/english/downloads.lang.php to /inc/languages/english/downloads.lang.php
Plugin/inc/languages/english/admin/downloads.lang.php to /inc/languages/english/admin/downloads.lang.php
Plugin/uploads/downloads/index.html to /uploads/downloads/index.html

Et il y a ça aussi :
Citation :Important Notes:
- When you activate the plugin, super admins will be automatically granted access to manage
the plugins admin interface. You will have to grant permissions to non-super admins manually
from the admin permissions page.

- After you activate the plugin, you will need to refresh the admin cp before the admin interface
will appear.

Tu l'as fait ?

Si je trouve le temps je testerai...

Edit : pour ton message d'erreur, il est facile de vérifier dans phpMyAdmin si la table en question existe ou non !

J'ai jeté un coupp d'oeil au code du plugin et effectivement, il crée une table "downloadcategories".
S'il ne l'a pas créée, c'est que tu t'es planté.

Désactive-le, supprime tout (plugin et FTP) et réuppe en suivant bien la procédure indiquée dans le fichier "install.txt".
Vérification faite ; le plugin n'est pas compatible 1.4.

Sous 1.4.4 j'ai le lien "Downloads" dans la page d'index, mais aucun accès au plugin dans l'ACP et pour cause.

Le code qui est censé insérer le lien dans l'ACP :
Code PHP :
function downloads_admin_nav()
{
    global 
$lang$menu$mybb;
    
$lang->load('downloads');
    
$menu[40]['items'][] = array('title' => $lang->nav_downloads'url' => 'downloads.php?'.SID.'&action=validate');
    
$menu[] = array(
        
'title' => $lang->nav_downloads,
        
'items' => array(
            
10 => array('title' => $lang->nav_add_category'url' => 'downloads.php?'.SID.'&action=add'),
            
20 => array('title' => $lang->nav_modify_delete'url' => 'downloads.php?'.SID.'&action=modify')
        )
    );

est prévu pour l'ancien menu v1.2.x.

Il faudrait tout revoir pour l'adapter à 1.4 !


Prends plutôt celui-ci s'il te convient, il est compatible 1.4.x :

http://mods.mybboard.net/view/downloads-manager

Edit 2 : celui_là fonctionne sous 1.4.x.
Par contre le lien n'est pas automatiquement inséré sur l'index, il te faudra le créer ou mettre un lien sur :
/url_form/downloads.php
Oui c'est bon,downloads-manager marche nickel.
Merci spyto
 Utilitaire de traduction fourni par Regentronique