www.watershedcabins.com - luxury log cabin rentals
www.watershedcabins.com - luxury log cabin rentals
We just went live for a luxury log cabin rental company in North Carolina, US. The website is http://www.watershedcabins.com
Last edited by Ben on Wed 4. Jan 2006, 17:07, edited 2 times in total.
Thanks for the complements, rushclub. The 'calendar of rates' is simply an html table - no system used for it. The 'cabin rates' is pulling the data from external pages in phpwcms. For instance, the first row of rates on this page http://www.watershedcabins.com/reservations.phtml is also being referenced on this page http://www.watershedcabins.com/dream_catcher.phtml. They both [include] this page http://www.watershedcabins.com/index.ph ... 54,0,0,1,0. That way, my client only has to update the cabin rates once and it cascades to the corresponding cabin detail pages as well as the master rate sheet.
Hi Ben,
this site looks very nice. One of main reasons therefore is the perfect integration of wonderful images Durring my last project I was confrontated with similar requirements. One of the main problems was to give the customer an easy solution to update season tables and price tables. Therefore I integrated an Excel interface which enables the customer to update these information by an simple Excel upload which was realized with the Excel Parser.
BR
Wolfgang
this site looks very nice. One of main reasons therefore is the perfect integration of wonderful images Durring my last project I was confrontated with similar requirements. One of the main problems was to give the customer an easy solution to update season tables and price tables. Therefore I integrated an Excel interface which enables the customer to update these information by an simple Excel upload which was realized with the Excel Parser.
BR
Wolfgang
@DF6IH - No modding on the re-write. Basically, each page has a series of numbers that will reference it in addition to an alias, if one is assigned to the page.
@kubens - Glad you like the integration of photos. Sounds like you found an interesting solution with the Excel Parser. Maybe you should post what you did in "Hacks & Enhancements"
@hokah - Thanks for the complement! The 'cabin-detail' template contains 9 custom template areas:
THUMBNAIL, SUMMARY and ICONS - These three are in the top section PRICING and HIGHLIGHTS - These go on the 'overview' tab
PHOTOS_EXTERIOR - Goes on the exterior tab
PHOTOS_INTERIOR - Goes on the interior tab
DETAILS_LEFT and DETAILS_RIGHT - The 2 columns on the details tab
@kubens - Glad you like the integration of photos. Sounds like you found an interesting solution with the Excel Parser. Maybe you should post what you did in "Hacks & Enhancements"
@hokah - Thanks for the complement! The 'cabin-detail' template contains 9 custom template areas:
THUMBNAIL, SUMMARY and ICONS - These three are in the top section PRICING and HIGHLIGHTS - These go on the 'overview' tab
PHOTOS_EXTERIOR - Goes on the exterior tab
PHOTOS_INTERIOR - Goes on the interior tab
DETAILS_LEFT and DETAILS_RIGHT - The 2 columns on the details tab
Ben
great site
did you use a table for this page??
http://www.watershedcabins.com./cabins.phtml
how do you update it?
TriP
great site
did you use a table for this page??
http://www.watershedcabins.com./cabins.phtml
how do you update it?
TriP
Yes, trip - it's a standard html table, so you can easily update it in the built in wysiwyg editors. I used the script from the following page to turn the table into a javascript sortable array - http://www.kryogenix.org/code/browser/sorttable/
Very impressive work and design Ben
Very talented Ben
Keep it up !!!
Cheers,
Very talented Ben
Keep it up !!!
Cheers,
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
-
- Posts: 317
- Joined: Mon 19. Apr 2004, 06:10
- Location: Greenville, SC USA
- Contact:
Hi Ben,
I miss something ... meta tags!?
keywords and description tag:
Keywords could you setup in article creation process and the description could you setup in page creation process. Individual for every page.
DC META Tags: http://dublincore.org
In the source:
You need an update!?
Marko
I miss something ... meta tags!?
Code: Select all
<meta name="author" content="...">
<meta name="robots" content="index, follow"> or use noindex, nofollow
<meta name="copyright" content="...">
<meta name="keywords" content="...">
<meta name="description" content="...">
Keywords could you setup in article creation process and the description could you setup in page creation process. Individual for every page.
DC META Tags: http://dublincore.org
In the source:
Code: Select all
<meta name="generator" content="phpwcms v1.2.3-DEV">
Marko
You should not take life too seriously,
or you will not even get out of it alive!
or you will not even get out of it alive!