We need a very very simple booking system for a couple of huts.
I need to be able to allow any user (incl. anonymous) to create content where they say who they are, if they are affiliated (price diff), contact details, number of people, and from/to dates.
I was thinking along the following lines.
One object type "hut" - describes the hut, location, price etc.
One object type "booking" - with a related node link that says which hut object it applies to.
Hi, I'm working with CCK and Views. I want to create a page table in Views that joins the Link Title and Link Url into a web link that opens up a new page. The idea is that when a viewer clicks on the Link Title in the Views table it opens up the Link URL ie "a href="linkurl.com>Link Title"
A real world example would be digg.com where the teaser title is the link to the external website.
A simple solution would be wonderful. Because "Dammit Jim, I'm a designer not a programmer".