Excluding specific record

5 posts by 3 authors in: Forums > CMS Builder
Last Post: April 19, 2010   (RSS)

By Hansaardappel - April 16, 2010

Is it possible to exclude a specific record? Say I've got a category that contains item 1 till item 10 and I want to display every item, except for number two. What code should I use to achieve this?

Thanks!

Re: [Hansaardappel] Excluding specific record

By Kenny - April 18, 2010

You could use the "hidden" feature by creating a checkbox in the backend and making the table name "hidden" and the field name "Hidden".

This checkbox field indicates that the record should be not be displayed on the website. This lets users temporarily make records visible or not.

That's the simple version.

Let us know if that works for you.

Kenny

Re: [sagentic] Excluding specific record

By Hansaardappel - April 18, 2010

Thanks for the reaction, but that's not really want I meant. My idea is to exclude "item 2" on a certain page, and show it on another page, where I exclude another record.

Re: [Jason] Excluding specific record

By Hansaardappel - April 19, 2010

Thanks Jason, once more exactly what I had in mind. Thanks so much!