Start Date: | February 10, 2011 |
Deadline: | |
Assigned by: | Cass Herrin/Carolyn Cecil |
Detail Tab | http://localhost:8500/pub/index.cfm?fuseaction=listing.PP3ListingDetail&ListingID=73706401 Link from here targets Detail Page |
|||||||||||||
Detail Page | http://localhost:8500/pub/index.cfm?fuseaction=listing.listingDetailUpdated&listingID=67394865
|
|||||||||||||
Photo Gallery | http://localhost:8500/pub/index.cfm?fuseaction=Listing.largePhotos&listingID=67394865
|
|||||||||||||
Buy a Home | http://www.windermere.com/index.cfm?fuseaction=content.libraryHTMl&contentID=114560
|
|||||||||||||
Get Ready to Buy | http://www.windermere.com/index.cfm?fuseaction=content.libraryHTMl&contentID=115925
|
|||||||||||||
The Buying Process | http://www.windermere.com/index.cfm?fuseaction=content.libraryHTMl&contentID=115924
|
|||||||||||||
Glossary | http://www.windermere.com/index.cfm?fuseaction=content.libraryHTMl&contentID=115810
|
|||||||||||||
Sell a Home | http://www.windermere.com/index.cfm?fuseaction=content.libraryHTMl&contentID=114561
|
|||||||||||||
Prepare Your Home | http://www.windermere.com/index.cfm?fuseaction=content.libraryHTMl&contentID=115928
|
|||||||||||||
Selling Process | http://www.windermere.com/index.cfm?fuseaction=content.libraryHTMl&contentID=115927
|
|||||||||||||
Foundation | http://www.windermere.com/index.cfm?fuseaction=content.libraryHTMl&contentID=115330
|
|||||||||||||
Comm. Service Day | http://www.windermere.com/index.cfm?fuseaction=content.libraryHTMl&contentID=115329
|
|||||||||||||
Neighborhood Events | http://www.windermere.com/index.cfm?fuseaction=content.libraryHTMl&contentID=114989
|
2/11/11Start Doing Stuff |
---|
Share Widget
|
2/14/11Those 10 About Pages |
---|
Buy a Homehttp://www.windermere.com/index.cfm?fuseaction=content.libraryHTMl&contentID=114560More Resources have three different ways of getting to the index:
in /Controllers/Content/fbx_Switch.cfm
in /Models/mContent/fbx_Switch.cfm
in /Views/vContent/dspDisplayLibraryHTML.cfm
in /Views/vLayout/PublicSiteLayout.cfm
in /Views/vLayout/masterLayout.cfm
|
2/15/11The Listing Detail Tab |
---|
http://localhost:8500/pub/index.cfm?fuseaction=listing.PP3ListingDetail&ListingID=73706401in /Controllers/Listing/fbx_Switch.cfm
in /Views/vListing/dspPP3ListingDetailLayout.cfm (and dspSoldListingDetailLayout.cfm)
in /Views/vLayout/blankLayout.cfm
|
2/15/11The Listing Detail Page |
---|
http://localhost:8500/pub/index.cfm?fuseaction=listing.listingDetailUpdated&listingID=67394865in /Controllers/Listing/fbx_Switch.cfm
in /Models/mListing/fbx_Switch.cfm
/Query/sel/selPub_View.cfm in /Views/vListing/dspListingDetailPublicUpdated.cfm (and dspSoldListingDetailPublicUpdated.cfm)
in /Views/vLayout/PublicSiteLayout.cfm
in /Views/vLayout/masterLayout.cfm
|
Solution
|
2/15/11Photo Gallery Page |
---|
http://localhost:8500/pub/index.cfm?fuseaction=Listing.largePhotos&listingID=67394865
in /Controllers/Listing/fbx_Switch.cfm
/Query/sel/selPub_View.cfm in /Views/vLayout/blankLayout.cfm
in /Query/sel/selPub_View.cfm
|
Solution
|
2/15/11How do the sites grab the content? |
---|
Facebook Stuff
Twitter Stuff
|
3/2/11In the Database |
---|
SELECT contentID, fkContentTypeID, parentContentID, subRoot, title, description, sortOrder, dateCreated, dateModified, activeDate, inactiveDate, permRole, permMLS, |
3/2/11Facebook Refresh |
---|
So the new descriptions went live, but the facebook "grab" is not updated. Had to use the "Linter" to update their cache. http://developers.facebook.com/tools/lint |
About Pages |
W/Views/vLayout/dspPublicHeader.cfmFor 2nd Release | Top of page |
---|
Shortened Page Title to 700px, Added share widget to right of large page title text (2/14/11) Changed from Share widget to just Facebook and Twitter (2/16/11) <cfparam name="attributes.contentID" default=""> (ci: 3/18/11, rev 13576) |
W/Views/vContent/dspDisplayLibraryHTML.cfmDisplays center content of pages in the Content Library |
Contains update of page titile from database. Added update of Description from database (2/14/11) (ci: 3/2/11, rev 13542) |
Listing Detail Tab |
W/View/vListing/dspPP3ListingDetailLayout.cfmFor 2nd Release | Right Column Detail tab for Active listings |
---|
Added just Facebook and Twitter (2/16/11) <!--- SHARE THIS ---> (ci: 3/18/11, rev 13576) (ci: 4/6/11, rev 13613) Took title, address, details button, share this and open house and put it ina table to keep them from overlapping |
W/View/vListing/dspSoldListingDetailLayout.cfmRight Column Detail tab for Active listings |
Full Listing Detail Page |
W/View/vListing/dspListingDetailPublicUpdated.cfmFor 2nd Release | Body of page - photo, specs and maps |
---|
Added share widget below Nearby Comparable Solds (2/14/11) Added just Facebook and Twitter (2/16/11) <!--- SHARE THIS ---> (ci: 3/18/11, rev 13576) |
W/View/vListing/dspSoldListingDetailPublicUpdated.cfmBody of page - photo, specs and maps |
Large Photos |
W/Views/vListing/dspSlideViewer.cfmFor 2nd Release | Displays pop-up large photo viewer linked form detail tab, page, and pop-up table on map view |
---|
Added buttons and moved address and pagination into a table to allow the buttons to float in the middle. (2/16/11) (ci: 3/18/11, rev 13576) |
Shared Files |
W/Controllers/Listing/fbx_Switch.cfmController switches |
---|
case listingDetailUpdated (ci: 3/1/11, rev 13537) case largePhotos (ci: 3/1/11, rev 13537) |
W/Query/sel/selPub_View.cfmQuery for Detail Page, Detail Tab, Large Photos |
Added (2/15/11) (ci: 3/2/11, rev 13540) (ci: 3/18/11, rev 13575) (ci: [13608 -April2011 branch, 13609 -trunk] 4/6/11) |
W/Views/vLayout/blankLayout.cfmUsed by Detail Tab and Large Photos |
Updated Title and Description (2/15/11)
(ci: 3/2/11, rev 13543) |
W/Views/vLayout/masterLayout.cfmUsed by Detail Page and About Pages |
Updated Title (2/15/11)
(ci: 3/2/11, rev 13544) |
W/CFC/persist/OpenHouse.cfc--- |
(ci: 4/7/11, rev 13613) |
W/Style/map/detail.css--- |
(ci: 4/7/11, rev 13613) |
W/Style/map/detail.css--- |
(ci: 4/7/11, rev 13613) |