I am starting to learn Drupal. I know Drupal 6 as an beginner user (do not know how to develop custom module). I want to use many modules already available on drupal.org but I am confused as to which Drupal version i should leard - 6 or 7. Many modules I want to use are not available in Drupal 7.
Is there a site or a page that clearly explains the intricate differences between Drupal 6 and 7. From learning perspective, which concepts are different and need to be re-learnt for Drupal 6?
I just installed Printer, e-mail and PDF versions 7.x-1.x-dev (2011-Mar-04), enabled permissions for anonymous - The links appear, but when I click on "Send to a Friend" I get an Access Denied error - You can see it on the front page of http://humanhighlights.com - I am on Drupal 7.4 and all modules are current except Skinr
I am wanting to create some custom fields in the user profile but it seems that D7 creates a new table for each field which isn't logical in some instances..
For example I want to get users to put in their addresses on their user profiles.. So I want to have fields for..
House number
Address line 1
Address line 2
County / State
Country
Code
By default this would create 6 tables..
How do I get D7 to create a single table with the 7 fields?
I am trying to create a front page with views blocks in Drupal 7. However, one of the problems I'm encountering is content appearing in two separate views with different but overlapping filters. I want to make sure that a piece of content in my views has not appeared in another view on the same page. Is there any way to prevent the duplication of content?
Sorry if this issue has already been solved, but I was trying to find a Views 3 version of it, and was unable to. I'm sorry if I'm not being very articulate, but I can't really think of another way to describe it.