I'm very new to Drupal and absolutely loving it. I've run into a problem that I've spent a few hours trying to work through with not avail, so if anyone could help me figure out what I'm trying to do or offer a better solution that would be great.
I'm designing a website for a music teaching studio. Each teacher has their own user profile, and each user profile has a field called "Primary Instrument" in which they would pick one of my taxonomy terms (IE: Drums, Saxophone, Trumpet)
The "Main page content" is giving me way more than what I want on the front page. Ideally I would want one block with the 1st article (big with image, got this working with views), then another block with the next few (teaser with no pictures, got this working also). Trouble is I am being forced to put "main page content" in a region which I do not want to do. Any help will be greatly appreciated.
Hi, using Drupal 7.7 and am working on a site for a mobile applications. These applications are available for different phone types (ie: iPhone and Droid). What I'd like to do is have it to that if someone visits the url www.mysite.com/appname 1 of 3 things will happen:
1) if desktop they go to a Drupal page
2) if iPhone they go to our app page on the iTunes store
3) is Droid they go to our app page on the Droid Market
I had a view and list with an address field. I then created another content type and drupal told me there was already a field by that name??? I thought each content type would have its own table and then fields in that table. So I could have a "address book" type and have "address" in it and have a "volunteer list" content type and have an address in it. So are all fields global? I have to have field_addressbook_address" and "field_volunteer_address"?