I just discovered Drupal 7 last Friday. I've been fairly successful in stumbling through it, and even better after reading the Beginning Drupal 7 book.
What I haven't figured out yet is... I want to create a form that others fill in their business information, and after they submit the information, it will show up (populate) on another page under their business category. I figured out how to set up a form (it's a webform).
I am a newbie to drupal. My Supervisor asked me to put a php event calendar that uses Xampp phpmyadmin database in drupal 7.0. I have tried to paste the calender php code into a drupal page but the calender comes out without any css format. thing is am used to the ordinary way off uploading html or php files to a web-hosting server. Is it possible to put a the calendar in drupal?
what would be the best way to go about adding the following functionality to my website.
I want whenever someone goes to this webpage, that 3 random images from my database of stored images is displayed.
I also want the user to be able to assign a score to each of the three (High, Medium, Low). Only one score can be used for each of the three images. Then I want to be able to keep a record of all the scores assigned to each image (so that I can report back how many times an image was scored high, medium or low).
My searches cannot find adequete documentation for the render and hide methods. which fields am I allowed to hide, that hide() recognizes? I am working from node.tpl.php in my theme, and i can print_r($node) to see many of its fields, but these do not correspond to what i can hide in hide().
for instance, i can get the main body text of a post entry by: