How to Hide an Entry in a Multiple Record Listing

4 posts by 3 authors in: Forums > CMS Builder
Last Post: June 3, 2013   (RSS)

By csdesign - May 31, 2013

Hi!  

I have a multiple record lodge section. I would like to be able to "hide" a lodge detail page & on the list page via a radio button (or whatever else might work better).  This may or may not be the best way to accomplish it so I am completely open to using a better method!  For instance - only Active lodges will be shown on the site at any time but other lodges can be hidden for posting at a later date. 

LODGE STATUS (value): <?php echo $lodge_pagesRecord['lodge_status'] ?><br/>
LODGE STATUS (label): <?php echo $lodge_pagesRecord['lodge_status:label'] ?><br/>

Thanks! Tina

By ross99 - June 1, 2013

Hi there

I agree with Jerry that a "hidden" field should do the trick.  It also sounds like you might want certain lodges to be hidden auto hide after a certain date. If that's the case, you need a couple more special fields:

publishDate
removeDate
neverRemove

You can read up on how to set those kind of fields in our online docs:

http://www.interactivetools.com/docs/cmsbuilder/special_fieldnames.html

If you need a hand setting them up, let us know :).

Ross Fairbairn
http://www.interactivetools.com
consulting@interactivetools.com

By csdesign - June 3, 2013

oh, see (duh) I was trying to hide the detail page.  Makes perfect sense I have to hide it on the list page.  I will give that a try. Thanks!!!  Tina