Soupçons de bogues

overlay sur section : trailer non disponible

Christian -- le 2 fév. 2009 à 13:53 GMT, depuis La Chapelle en Vercors
YACS team - responsable support
création site internet
annuaire entreprise Rhône-Alpes

PropriétaireChristian
Avancement0%
WorkflowBesoin d'aide
StatutLe problème a été enregistré

en 9.1beta14 je n'arrive pas à afficher les données de mon overlay.

dans sections/view.php vers la ligne 1420 j'ai ajouté le code

if(is_object($overlay))
                
$text .= $overlay->get_text('trailer'$item);

Dans /overlays/ovelray.php j'ai aussi remplacé la fonction :

function &get_trailer_text($host=NULL) {
        
$text $host['trailer'];
        return 
$text;
    }

j'espère que c'est la bonne solution