Page 1 of 1
[Solved] Different Image on each page
Posted: Tue Dec 23, 2008 5:12 pm
by CMSmonkey
I am using the Panoramica template. I would like to have a different image on each page instead of the same image. Is it possible to change?
Here is the code to the Template where the image is located:
Code: Select all
<div id="content-right">
<div id="sub-menu">
{cms_module module='menumanager' template='Panoramica : ellnav-vert' start_level='2' collapse='1'}
</div>
<span><img src="uploads/Panoramica/globe.jpg" alt="" width="269" height="355" border="0" /></span>
</div>
Thanks in advance for your assistance.
Re: Different Image on each page
Posted: Tue Dec 23, 2008 5:31 pm
by JeremyBASS
sure you just have to think "interachangeable"...
no mods... you could even put it in your main template..
then you just have to name the files the same as your titles...
or use what every is clever instead of the title.. like the page alais etc... Read around the forum there are many ways to do things with out mods... get for updateing...
cheers
Jeremybass
Re: Different Image on each page
Posted: Tue Dec 23, 2008 6:33 pm
by Pierre M.
Hello,
may be this can help :
http://forum.cmsmadesimple.org/index.ph ... l#msg93254
Have fun with CMSms
Pierre M.
Re: Different Image on each page
Posted: Sun Dec 28, 2008 11:11 pm
by CMSmonkey
That's what I was looking for, Jeremy. Thanks!
Re: Different Image on each page
Posted: Mon Dec 29, 2008 12:22 am
by nuno
JeremyBASS wrote:
sure you just have to think "interachangeable"...
no mods... you could even put it in your main template..
then you just have to name the files the same as your titles...
or use what every is clever instead of the title.. like the page alais etc... Read around the forum there are many ways to do things with out mods... get for updateing...
cheers
Jeremybass
Re: Different Image on each page
Posted: Mon Dec 29, 2008 9:09 am
by christiaans
nuno wrote:
JeremyBASS wrote:
sure you just have to think "interachangeable"...
no mods... you could even put it in your main template..
then you just have to name the files the same as your titles...
or use what every is clever instead of the title.. like the page alais etc... Read around the forum there are many ways to do things with out mods... get for updateing...
cheers
Jeremybass
Exactly, much more reliable.
However, case solved, topic closed.