Joomla 5.2.2 Security & Bugfix Release
Joomla 5.2.2 je nyní k dispozici. Jedná se o bezpečnostní vydání pro Joomla 5.x.
Phoca Gallery Plugin - nefunkční kód v CedTag
13. čvc 2012 18:52 #95524
--- -- -
Odpověď od MaK.
Zkušený uživatel
Ani to první tam není. Ale i tak mi ty tajné šifry mistra Leonarda (stačí se podívat do...) nic neříkají.
Máte prosím někdo skutečnou radu, jak neduh s nefunkčním kódem pluginu vyřešit?
MaK.
Máte prosím někdo skutečnou radu, jak neduh s nefunkčním kódem pluginu vyřešit?
MaK.
--- -- -
13. čvc 2012 22:13 #95530
Odpověď od Houbák
Zkušený uživatel
... zkusit zapojit mozek .
Jo a v J!2.5 je Process the content plugins.
Jo a v J!2.5 je Process the content plugins.
14. čvc 2012 10:48 #95551
--- -- -
Odpověď od MaK.
Zkušený uživatel
Dobře, a co s tím dál? Opakuji, nejsem programátor.
Vidím toto:
// Process the content plugins.
//
JPluginHelper::importPlugin('content');
$results = $dispatcher->trigger('onContentPrepare', array ('com_content.article', &$item, &$this->params, $offset));
$item->event = new stdClass();
$results = $dispatcher->trigger('onContentAfterTitle', array('com_content.article', &$item, &$this->params, $offset));
$item->event->afterDisplayTitle = trim(implode("\n", $results));
$results = $dispatcher->trigger('onContentBeforeDisplay', array('com_content.article', &$item, &$this->params, $offset));
$item->event->beforeDisplayContent = trim(implode("\n", $results));
$results = $dispatcher->trigger('onContentAfterDisplay', array('com_content.article', &$item, &$this->params, $offset));
$item->event->afterDisplayContent = trim(implode("\n", $results));
Jak dál? Co mám vidět, hledat, smazat, doplnit?
MaK.
Vidím toto:
// Process the content plugins.
//
JPluginHelper::importPlugin('content');
$results = $dispatcher->trigger('onContentPrepare', array ('com_content.article', &$item, &$this->params, $offset));
$item->event = new stdClass();
$results = $dispatcher->trigger('onContentAfterTitle', array('com_content.article', &$item, &$this->params, $offset));
$item->event->afterDisplayTitle = trim(implode("\n", $results));
$results = $dispatcher->trigger('onContentBeforeDisplay', array('com_content.article', &$item, &$this->params, $offset));
$item->event->beforeDisplayContent = trim(implode("\n", $results));
$results = $dispatcher->trigger('onContentAfterDisplay', array('com_content.article', &$item, &$this->params, $offset));
$item->event->afterDisplayContent = trim(implode("\n", $results));
Jak dál? Co mám vidět, hledat, smazat, doplnit?
MaK.
--- -- -
14. čvc 2012 13:27 #95555
Odpověď od Houbák
Zkušený uživatel
Jestli neumí programovat, tak to bude těžké ... já zase nevím, jak vypadá ta vaše komponenta, kterou potřebuje upravit. Pokud ale budete mít zájem, můžeme se domluvit...
14. čvc 2012 13:34 - 14. čvc 2012 13:35 #95556
--- -- -
Odpověď od MaK.
Zkušený uživatel
Jste schopen a ochoten upravit komponentu
CedTag pro J!2.5
, tak aby se např. na
této stránce
místo kódu zobrazil obrázek, tak
jako tady
?
Pokud ano, za jakých podmínek? Klidně na můj mail .
Díky, MaK.
Pokud ano, za jakých podmínek? Klidně na můj mail .
Díky, MaK.
--- -- -