Hello guys,
I've discovered Drupal a couple of months ago and from now on I'm developing ONLY in Drupal.
I have a problem that is going me crazy.
I'm converting my company's static website to Drupal.
The website is www [dot] bandbw [dot] co [dot] uk .
I'm stucked at the properties point:
we have a page, called /properties with a list of our properties. Each title must link to the page of the property itself (i.e. /properties/france).
Every property is composed by pieces of contents that can be different for each property, plus a header.
I have created a Content Type named "Property" with the following field:
Name (1, req) - Place (1, req) - Flag (1, req) - Thumb pic (1, req) - Main bullet points (4, req) - Intro text (1, req)
Then I have create another Content Type called "Property piece" with the following field:
Title (1, req) - 1st paragraph (1, req) - Picture (unl, opt) - 2nd paragraph (1, opt) - the Entity Reference for the Name of the Property and so on.
I have created the first view: a list of field of the content type "Property" to be shown in /properties . So far so good :D
I want the title (so the Name of Property), to link to the property itself page (so /properties/title-of-property).