I'm trying to build a resources directory for a local youth service. They hold things like DVDs, booklets and leaflets, and other useful resources, and have maintained their own database which they print and hand out to youth workers. I'm using Drupal to allow the youth workers to book a resource online, rather than search through the massive doorstop of a catalogue. So far, I've used CCK to create a resources directory node, with fields for Title, Description, Quantity, etc.. Of course, CCK being what it is, that's the easy part.
1. My site users often need to send me some files
2. I am afraid of spammers and prefer not to publish my email -> I ask everybody use the site's "contact us" form (standard Drupal's)
Is there a way to allow attaching files to the "Contact us" form? Maybe some special "Contact Us" module?
I want to get rid of the /node url
I have my home page redirected to a new page (something like node/1 or /homepage with URL re-defined) and that work all fine.
However, if users type www.example.com/node then the 'drupal welcome page' is displayed. I want to get rid of that but can't figure out how to?
Just a quick one here. (This is 4.6 install) It seems that I have either stumbled onto a bug or this is by design. I wonder?
I have just noticed that when I add content type image which also has text in the description.
Then after cron is run you are unable to get results from the search module for either the title of the image node or the description content. I have looked everywhere in settings for search and content and searched with no results here on drupal.org.
Hi,
I have a site www.sitepreview.info using drupal 4.6. There are certain page type nodes on the Left navigation menu. I want certain links to appear only when the user has logged in and remain hidden to any anonymous user.
I have tried with Access option and page options but couldn't find anything to accomplish this.