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


