Well, i update my own questions with these 2 solutions i found :
- putting a php code in the page.tpl.php of the theme that verifies if the page is frontpage
- creating a new region in the template ; add the module node as block and define the content as block and assigned it to the chosen region ; then on the settings of the block i choose to display it only on front page
I don't know if it is the good solutions but i worked for me
(excuse for my bad english)
Comments
Comment #1
amogiz commentedWell, i update my own questions with these 2 solutions i found :
- putting a php code in the page.tpl.php of the theme that verifies if the page is frontpage
- creating a new region in the template ; add the module node as block and define the content as block and assigned it to the chosen region ; then on the settings of the block i choose to display it only on front page
I don't know if it is the good solutions but i worked for me
(excuse for my bad english)
Comment #2
joecanti commentedhi,
you can just set the block to only appear on the front page...
cheers, joe
Comment #3
lakey commentedThanks!