Grafikamania Posted March 5, 2010 Share Posted March 5, 2010 Vorrei visualizzare un modulo in alto alla pagina della categoria.Qualè stringa da aggiungere?Il modulo è una slideshowGrazie Link to comment Share on other sites More sharing options...
Grafikamania Posted March 7, 2010 Author Share Posted March 7, 2010 C'è nessuno? Link to comment Share on other sites More sharing options...
Germanoufo Posted March 7, 2010 Share Posted March 7, 2010 Devi modificare tutti i file aggiungere nel modulo un hook tutto tuo creandolo da 0 aggiungere in category.php il richiamo all' hook aggiungere in category.tpl la stringa di righiamo dell' hook Ciao ;-) Link to comment Share on other sites More sharing options...
Grafikamania Posted March 7, 2010 Author Share Posted March 7, 2010 Ho fatto tutto ma non funziona:nel file php del modulo function hookSlide($params) { global $smarty; return $this->display(__FILE__, 'slide.tpl'); } nel file category.php $smarty->assign(array( 'HOOK_SLIDE' => Module::hookExec('Slide'), )); nel file .tpl{$HOOK_SLIDE} Link to comment Share on other sites More sharing options...
ciroco05 Posted March 7, 2010 Share Posted March 7, 2010 Ciao,il codice postato non l'ho verificato, ma credo che debba inserire il nuovo hook nel db. ;-) Segui ad esempio questo 3dCiroco05 Link to comment Share on other sites More sharing options...
Grafikamania Posted March 7, 2010 Author Share Posted March 7, 2010 Grazie 1000 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now