View Single Post
Old 03-07-2008, 07:47 AM   #1 (permalink)
d4v1d
The Contributor
Good Samaritan 
 
d4v1d's Avatar
 
Join Date: Dec 2007
Location: Durban, South Africa
Posts: 51
Thanks: 1
d4v1d is on a distinguished road
Arrow Image Management

Hi there... I'm currently working on a project where I want to implement an image management tab, whereby the admin member will be given a list of all the images in a particular folder on the site. The next thing I want to do, is have a check box image next to the list to indicate whether or not the image is in use on the site. I was thinking of doing it as follows:

When the user creates the page, and submits, the page content gets scanned for IMG tags, and added to an array, which is then appended to a list of 'in use' images. This method seems a bit archaic to me, however, so I was wondering if there was a more efficient way to go about this?
d4v1d is offline  
Reply With Quote