Hi all... God, I hate it when someone new comes to a CMS's forum and blows the thing up with stupid questions..... Unfortunately I'm that guy today. I've been reading pages of documentation on Drupal, but I just can't seem to get everything just how I want it.
For starters, I have drupal 4.6 installed on a FreeBSD box with a MySQL database. Some of these features I would like to add may be already incorporated into drupal, some may need existing mods, and some may require new mods. I am looking for feedback, both specific and general on ways I can attempt to perform them.
Question one: I set up the stories module so that any registered user can post a story, BUT I don't want that story automatically posted to the front page-- I want it listed in the moderation queue so my moderators can review it before it goes live on the site. Am I missing an option button? I've searched all over the admin panel. (In my defense this backend has a steep learning curve.)
Question two: I want these news stories, all posted by visitors, to be specifically formatted. Ideally, I would like to format the submission form to contain specific variables which will be passed into a template for the post. I want the output to look like a newspaper article, with a lead image in the upper left corner set to a specific size range. Under the story title field I would like a "location" field where people type in the city the news story came from (so it can be displayed just like a newspaper does). Obviously I'll need an upload box for the image (preferably set to only accept jpg files). GD would them resize the image into a thumbnail with a specific width. I would also like an "Image description" field in the form, so when someone clicks on the thumbnail imbedded in the story it will open a new page showing the complete image with the image's description under it. I don't know if the existing story form can be edited to do this, or if I'll have to look at having another one designed.