Field Default Values -> Linking One Set of Fields with Another

I just started experimenting with Drupal 7. I added some fields to the user profile, such as First Name and Last Name. Then, I created a new content type for uploading files to which I added the First Name and Last Name fields using the "Add existing field" option.

What I want to do is allow all users to be able to submit this content type to upload files, while allowing authenticated users to have the First Name and Last Name pre-filled if they have already entered the data in their profiles. Is this currently possible? If so, where should I look?

Can Drupal help me connect bands with venues?

I'm once again looking into creating a website where Christian bands and Christian venues can setup profiles and input schedule information. I'd like for a band to be able to search an area during a time periods, i.e. South Carolina in July 2011 to see venues that might have available dates where they could use a band. I'd also like to let the venues search for bands whose schedules put them in close enough proximity that they might want to book the band. i.e. Youth camp in Michigan looking for a band who would be available to play during the second weekend in August. I'd also like to be able to setup criteria for bands such as genre, available configuration (solo with tracks, acoustic ensemble, full rock and roll electric group) etc. The venues would be able to enter information about their setup also, i.e. A large church might have a youth hall that seats 200 with a small PA with no monitors, a full concert setup with sound technicians, and they would also be able to designate the genres of music they would be most likely to want in each of the configurations.

Can't Embed Youtube Vids In Articles

This is so odd because I've added two vids using TinyMCE 3.4.2, I tried to do it with CKEditor 3.5.3.6655 but that never worked.

Pretty much I just took the link from the video and it put it in easy peasy, now I do it and nothing shows with either editor.

Anyone have any ideas?

Here's the site if anyone wants to see it but I'm not sure how it will help but then again I have no idea

www.panicgamer.com

Webform CSS

Hello everyone!

I have been working on my first website using Drupal and it has been going fairly well. I installed Webform to the site under the menu item 'search MLS' . I know enough about CSS to get myself in trouble and not enough to fix my mistakes. The website in question is:

http://www.hughsells.com/?q=search-mls

The checkboxes at the top are fine but the select boxes I want ordered to the left may three per line, or whatever looks best. The text and email fields are ok and of course I want the submit button at the bottom. For the life of me I can not get 'House or Condo' to move anymore left than it is. I have a sneaking suspicion it has to do with the checkboxes above it but I'm not sure. Here is the code - don't laugh!

/**
* Front-end styling for the display of webforms.
*/

.form-checkboxes .form-item {
float: left;
width: 25%
}
.form-item label.option {
display: inline;
text-transform:none;
color:#663300;
font-weight:bold
}

#webform-component-type {
float:left;
padding-right:1px;
padding-top: 30px;
}

#webform-component-minbed {
display:block;
clear:inherit;
float:left;
padding-right:90px;
padding-top:30px;
}

#webform-component-minbath {
display:block;
float:left;
padding-right:80px;
padding-top:30px;
}

#webform-component-age {
display:block;
float:left;
padding-right:70px;
padding-top:30px;

How should I go about installing Drupal? (Please help!)

I'm new to Drupal and I am still trying to figure out if it is the right thing for me. The thing about it is I am just starting the installation process and so far I have downloaded Drupal 7 and unpacked it. So I know the next step is to upload the files to my web host, but I don't have one as of yet. I don't want to start paying for one yet because as I already mentioned, I am not sure if this is the route I want to take, and secondly, this site won't be completed for months so I don't want to start paying for the site while I work on it. So what is the best solution for me?

Weekly contest help

I'm sorry if this question already exists but I not sure what i need to make it work so i'm not sure what to search for.

Here is what I am trying to do:
I would like to do a weekly contest where users can submit pictures and people can vote on them. I am thinking I will need a content type for the contest and a seperate type for each entry. The question I have is how would I link these together? And how would I set it up so users go to the contest page and can submit entries to create the entry content type?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x