Question

4 posts by 3 authors in: Forums > CMS Builder
Last Post: July 31, 2009   (RSS)

Re: [blind2uriz] Question

By Kenny - July 31, 2009

blind2uriz,

In the pre-head code add this:

'where' => 'field_name >= sold',

Make sure you use your fields

Kenny

Re: [blind2uriz] Question

By Dave - July 31, 2009

Some more details on that. Say your field is called 'status' and your sold value is 'sold'.

On your "current listings" page add:
'where' => " status != 'sold' ",

And on your "sold listings" page add:
'where' => " status = 'sold' ",

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Question

By blind2uriz - July 31, 2009

Thanks so much for the help guys. Worked like a charm Dave. Have a good weekend.

-John
John C. Morris
Interdimensional Designs
www.covdesigns.com