I am new to Drupal, please go easy on me if I am asking something stupid here.
I have installed D7 and it works fine. I have started creating a new theme using Stark as the base theme. I have been able to add some custom content fields for basic pages by using the Manage fields option under Manage content types. So far so good!
I have a question concerning URL construction in a site for a real estate agency.
Suppose you have the following categories:
Cities: New York, Los Angeles, Chicago...
Residence type: House, Apartment, Country villa...
Posts: Country villa 1, Apartment 2, House 3...
Contract: Rent / Sale
Suppose you have your post for an APARTMENT for RENT in CHICAGO called KENNEDY-ROAD-APARTMENT...
When I view the page for that apartment I would like to have the URL as follows:
I've added several additional fields to the user registration page ("Configuration >> People >> Account Settings >> Manage Fields"). They include: first name, last name, company, job title, phone number, etc.
I then added several fake user accounts utilizing these fields.
However, when I go to Views, none of these new fields show up when I try to add them to my view. I've cleared my caches several times, and they're still not appearing in the list.
Is there a way to expose these fields to Views? Is this not possible?