Hi, Ive just stumbled across your post. Looks like im doing the same thing you are. I'm not sure if your trying to achive the same thing as me. Im attempting to allow an admin to upload images that dont get uploaded via the mediamanager into the content, but just get uploaded to th...
Hi, This is probably really easy, but my PHP skills arent very good so any assistance would be most welcome. I have a db query like this. $query = "SELECT imagesrc FROM #__adverts_images WHERE advertid = ".(int) $row->id; $db->setQuery($query); $imagerows = $db->loadObjectList(); i am then placing t...