Active
Project:
Frontpage Slideshow
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2009 at 11:02 UTC
Updated:
25 Dec 2011 at 21:34 UTC
My question may be stupid … but … how can i get the slideshow ONLY on the front page and not on the others ?
Thanx :)
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!