hi@all
hat schon jemand erfahrung mit redaxo 4.2 und dem shadowbox addon gemacht?
wollte gerade ein videotut machen aber leider bekomme ich die shadowbox nicht in redaxo 4.2 ans laufen...
danke für tipps
gruß richy
P.s.: dran denken ... Für gewerbliche Zwecke kostet das Shadowbox Script 20 USD.
Fatal error: Call to a member function getValue() on a non-object in /var/www/.../redaxo/include/addons/shadowbox/config.inc.php on line 118 // aktuellen Artikel ermitteln
$artid = isset($_GET['article_id']) ? $_GET['article_id']+0 : 0;
if ($artid==0) {
$artid = $REX_ARTICLE->getValue('article_id')+0;
}
if ($artid==0) { $artid = $REX['START_ARTICLE_ID']; }
if (!$artid) { return $content; }
$article = OOArticle::getArticleById($artid);
if (!$article) { return $content; }
$artid = $REX_ARTICLE->getValue('article_id')+0; Mitglieder in diesem Forum: 0 Mitglieder und 1 Gast