Image Template Help

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
baby2boy
New Member
New Member
Posts: 8
Joined: Tue Sep 19, 2006 5:29 pm

Image Template Help

Post by baby2boy »

Hi Everyone,

First post so please be kind.  ;D

Been playing around in the demo and there is so much to see that I seem to have lost one of the major things I might require for this to work on a particular site. Please help: I thought I saw a way of creating a small image gallery, which could go in the third column of my template enabling me to add say 3 images from the server using a particular image template (from what I remember) without having to create thumbnails and adding links to the larger image from the wysiwyg; so basically all I'd do is choose the images, choose the template/layout and press save..... page relevent mini-gallery sorted.

Could somebody either tell me I'm tripping, thinking of something else or point me in the right direction?

Many thanks in advance and nice to meet you all.

Regards
Jon
Last edited by baby2boy on Wed Sep 20, 2006 8:03 am, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Image Template Help

Post by Dr.CSS »

There are numerous ways to add images to a page, the simplest way is to have a content edit box in the template {content block='images'} then when you edit the page you can just add images to that box...
But then you can go farther with the album module or the Image tag...

Help for the image tag
What does this do?

Creates an image tag to an image stored within your images directory
How do I use it?

Just insert the tag into your template/page like: {image src="something.jpg"}
What parameters does it take?

    * (required) src - Image filename within your images directory.
    * (optional) width - Width of the image within the page. Defaults to true size.
    * (optional) height - Height of the image within the page. Defaults to true size.
    * (optional) alt - Alt text for the image -- needed for xhtml compliance. Defaults to filename.
    * (optional) class - CSS class for the image.
    * (optional) title - Mouse over text for the image. Defaults to Alt text.
    * (optional) addtext - Additional text to put into the tag
Post Reply

Return to “CMSMS Core”