Client wants to upload/update images on site
Posted: Tue Jul 31, 2007 1:42 pm
Hello,
A client of mine wants to be able to update and modify images on pages of his site on a regular basis. This is turning out to be more difficult than originally thought.
To my knowledge the current way of loading images is using the {image src="something.jpg"} tag in the template itself but this isn't very practical if the client wants to add a new page using the same template but use a different image.
At first I messed around with using content blocks and used this
This would produce a text box underneath the 'content' box in the cms called 'image name to be entered here'. All anyone would need to do is fill EXACTLY the name of image they had uploaded into the image library. Up until now this had been acceptable however my client feels this method is too complicated.
So, is there any other way of handling images so the client can update and modify whenever they see fit?
Is there anyway of modifying the cms so that you can upload an image from the content page, and assign that image to that page? For example (quick photoshop pic)

or, instead of having a text box where you put in the name, there is a drop down that lists all the files in the image manager?

I know its the longest of shots, but thought some people may have ideas.
Cheers
Gavin
A client of mine wants to be able to update and modify images on pages of his site on a regular basis. This is turning out to be more difficult than originally thought.
To my knowledge the current way of loading images is using the {image src="something.jpg"} tag in the template itself but this isn't very practical if the client wants to add a new page using the same template but use a different image.
At first I messed around with using content blocks and used this
Code: Select all
<img src="images/{content block='image name to be entered here' oneline='true'}.jpg" />So, is there any other way of handling images so the client can update and modify whenever they see fit?
Is there anyway of modifying the cms so that you can upload an image from the content page, and assign that image to that page? For example (quick photoshop pic)

or, instead of having a text box where you put in the name, there is a drop down that lists all the files in the image manager?
I know its the longest of shots, but thought some people may have ideas.
Cheers
Gavin