Posted by movemaine on April 25, 2011 at 1:38pm
Hey Everyone,
I have a real estate project that I was trying to build in D7, but everything is still too buggy with Locations/Gmap to be in production, so I'm going back to D6.
What I want is a views of only available properties, but a separate view of all sold properties. How would I manage this. A custom field and filter set for each view?
I'm relatively new to Drupal, so sorry for what may be a simple question.
Comments
Just a field for unsold/sold
When creating the listing, have a field for sold state. Default it to unsold - otherwise why list the house in the first place?
View unsold properties including "where sold_state=unsold"
View sold properties including "where sold_state=sold"
Seems pretty straightforward - but I am not an expert at this (yet).
Flags
You could use flags too. Flags work nice in my opinion