Jump to content

Module nouveautés


Jawaad
 Share

Recommended Posts

Bonjour, ce module reste dans la colonne de gauche ou droite.

J'ai esseyer de l'integrer à la home page mais c'est trés compliqué pour moi. Je me suis dis q'un module pouvait peut étre exister...

Inexistant?

Share this post


Link to post
Share on other sites

Bonjour,

en modifiant sensiblement le fichier php du module mentionné ci-dessus, vous pouvez le rendre compatible avec le hook home.

Ouvrir le fichier blocknewproducts.php :

localisez cette ligne
:

function hookLeftColumn($params)
   {
       return $this->hookRightColumn($params);
   }



et ajoutez :

function hookHome($params)
   {
       return $this->hookRightColumn($params);
   }



Ensuite, allez dans modules/positions/greffer et faites une greffe du module dans la page d'accueil (home).

Il y aura un peu de css à prévoir et certainement une modif du tpl également pour une autre présentation.

V++

Atch

Share this post


Link to post
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

Cookies ensure the smooth running of our services. Using these, you accept the use of cookies. Learn More