[Solved] Different Image on each page

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
CMSmonkey
Power Poster
Power Poster
Posts: 290
Joined: Thu Nov 27, 2008 4:58 pm

[Solved] Different Image on each page

Post 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.
Last edited by christiaans on Mon Dec 29, 2008 9:10 am, edited 1 time in total.
JeremyBASS

Re: Different Image on each page

Post 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
Pierre M.

Re: Different Image on each page

Post by Pierre M. »

Hello,

may be this can help :
http://forum.cmsmadesimple.org/index.ph ... l#msg93254
Have fun with CMSms

Pierre M.
CMSmonkey
Power Poster
Power Poster
Posts: 290
Joined: Thu Nov 27, 2008 4:58 pm

Re: Different Image on each page

Post by CMSmonkey »

That's what I was looking for, Jeremy.  Thanks!
nuno

Re: Different Image on each page

Post 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
   
christiaans
Power Poster
Power Poster
Posts: 300
Joined: Tue Mar 04, 2008 10:37 am

Re: Different Image on each page

Post 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.
Post Reply

Return to “Layout and Design (CSS & HTML)”