It basically allows you to treat photos like YouTube clips, allowing users to email, print, link or embed your photos (complete with your own watermark), with an attached advertising block. Even when the photos show up on other sites, you get the revenue.
It also lets you zoom in and out on images, and have a caption that pops up on mouseover.
I have a view that displays a block of farmers market produce available through different growers. It's made up of various fields defined in the profile module. Each grower can log in and enter a list of produce, and then check a box to publish the list. So the view is filtered by the check box (profile_publish_list) equals yes. My question is how can I reset profile_publish_list for all users so that the list will be automatically unpublished every week? Thanks for the help.
I am trying to upload files that mostly contain images, from a form I have created via a module. The files upload fine - I can see them in the public folder that was created (while browsing the directory structure), but when I go to view the files from the link provided after the upload, the link seems to point to a url that does not pull up the file. I get either a "page not found" error or a "access denied" error. Since I wanted to customize where and how the file upload elements show on the page, I am using the UpAPI along with the upfield elements.
I have installed Drupal a month ago for an "opencourseware" project (see http://ocw.mit.edu). And admittedly, I am new to CMS development (I was a webapp developer) and can't seem to find a way to associate node types due primarily to pressure (I am supposed to submit a prototype by October 22)
When I put the Secure Pages module into the module directory and enable it in the modules area I can't do anything in the admin pages. The site times out. I can access anything that is outside of admin pages. In order for me to get the admin pages working again I have to delete secure pages out of the modules directory. Any thoughts?