1. IMPORTANT : Nouvelles mesures de sécurité - 2. Règles pour obtenir de l'aide dans les forums de support - 3. Restrictions des droits pour le groupe "Support suspendu"

Il est obligatoire de respecter les Règles de MyBB.fr : Version abrégée ou Version complète pour obtenir du support sur nos forums.

Les membres ayant un site/forum contrevenant aux règles de MyBB.support seront placés dans le groupe "Support suspendu" et ne bénéficieront plus du support du staff. Nous recommandons aux autres membres d'agir de même. Il ne s'agit pas d'un bannissement, le membre retrouvera son statut "normal" dès que sa situation sera conforme aux règles.

Nouveau : un Wiki en français : plus de détails.
Avant de soumettre votre problème, consultez-le, ainsi que la FAQ, sans oublier le moteur de recherche interne.


Note de ce sujet :
  • Moyenne : 5 (1 vote(s))
  • 1
  • 2
  • 3
  • 4
  • 5
[Réglé] Problème d'ouverture d'images
Mots-clés » problème, ouverture, images
24-03-2013, 5:06, (Modification du message : 24-03-2013, 5:19 par Pichorka.)
#49
RE: Problème d'ouverture d'images
J'ai essayer la fenêtre s'ouvre (donc il n'y a pas de demande de connection), mais ne charge pas l'image reste en chargement sans jamais s'afficher :-/

Code :
<?php

/*
Lightbox 2 Plugin for MyBB
Copyright (C) 2009 Sebastian Wunderlich

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

if(!defined("IN_MYBB"))
{
    die();
}

$plugins->add_hook("pre_output_page","lightbox2");

function lightbox2_info()
{
    return array
    (
        "name"=>"Lightbox 2",
        "description"=>"Open thumbnails with Lightbox 2.",
        "website"=>"http://mods.mybboard.net/view/lightbox-2",
        "author"=>"Sebastian Wunderlich",
        "version"=>"1.3",
        "guid"=>"bec33c6b744715e71a18f224c20582cd",
        "compatibility"=>"16*"
    );

}

function lightbox2($page)
{
    global $mybb,$db;
    if(THIS_SCRIPT=="showthread.php")
    {
        $result=$db->simple_select("threads","fid","tid='".intval($mybb->input["tid"])."'",array("limit"=>1));
        $thread=$db->fetch_array($result);
        $permissions=forum_permissions($thread["fid"]);
        if(!empty($thread))
        {
            $page=str_replace("</head>",'<link rel="stylesheet" type="text/css" href="'.$mybb->settings["bburl"].'/themes/lightbox.css" />
<script type="text/javascript" src="'.$mybb->settings["bburl"].'/jscripts/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="'.$mybb->settings["bburl"].'/jscripts/lightbox/lightbox.js"></script>
</head>',$page);
            $page=preg_replace('/\<a href="attachment.php\?aid=([0-9]+)" target="_blank"\>\<img/Usi','<a href="attachment.php?aid=$1" rel="lightbox[tid'.intval($mybb->input["tid"]).']"><img',$page);
            return $page;
        }
    }
}

?>

Si des fois tu vois une autre modif à faire ?
Merci dans tous les cas Smile
Répondre


Messages dans ce sujet
RE: Problème d'ouverture d'images - Pichorka - 24-03-2013, 5:06



Utilisateur(s) parcourant ce sujet : 1 visiteur(s)

Contact | MyBB.support | Retourner en haut | Retourner au contenu | Version bas-débit (Archivé) | Syndication RSS
 Utilitaire de traduction fourni par Regentronique