Page 1 of 1

[SOLVED] images on certain pages

Posted: Wed Jun 03, 2009 8:54 pm
by CMSmonkey
On one of my CMSMS sites, I have pictures on each different page using the following code in my template:



On another site, I need to have particular images on certain pages that have a specific word in their page alias.  For instance, all of my pages in the Articles section have a page alias that starts "articles_[nameofarticle]" or all of my pages in the Lectures section have a page alias that starts with "lectures_[nameoflecture]".

Is there any way to group the images so that they display according to what section they are in or a particular word that is in the page alias title?  Beyond using the page alias, if you have another suggestion please let me know.

Thanks in advance.

Re: images on certain pages

Posted: Wed Jun 03, 2009 9:22 pm
by Lucaz
You might wanna use the {section_image} tag.
I've used it on my simracing website to show an image linked to the channel.

http://dev.cmsmadesimple.org/projects/sectionimage

Re: images on certain pages

Posted: Sun Jun 07, 2009 2:48 pm
by CMSmonkey
Awesome!

I am going to try that out - thanks!