Back to top

Autore Topic: Integrazione con JLexReview  (Letto 1835 volte)

Offline francesco.celano

  • Nuovo arrivato
  • *
  • Post: 4
    • Mostra profilo
Integrazione con JLexReview
« il: 24 Feb 2014, 14:14:55 »
Ciao Alex, grazie per l'ottimo lavoro svolto. Vorrei integrare il componente JLexReview con il fumetto delle  mappe. JLexReview mette a disposizione il metodo
 /* Init factory */
$factory = JPATH_ROOT . '/components/com_jlexreview/load.php';
if (! JFile::exists ( $factory ))
return '';
require_once $factory;
echo JLexReviewLoad::quick_init ( {component} , {id} , {key-optional} );

Ho inserito require_once in articlesmarkes.php, e nel metodo"PrepareInfoWindows" ho inserito nel cliclo for

        foreach ($this->Contents as &$content)
        {
            $content["html"] = "";
            $content['html'] .= "<div>" . JLexReviewLoad::quick_init ( content, 1 ) . "</div>";

ma mi appare la mappa bianca, dove sbaglio?


 



Web Design Bolzano Kreatif