Hide option and using a "preview page" function
6 posts by 3 authors in: Forums > CMS Builder
Last Post: July 8, 2010 (RSS)
By drewh01 - July 6, 2010
Re: [drewh01] Hide option and using a "preview page" function
By zip222 - July 7, 2010
Re: [zip222] Hide option and using a "preview page" function
By drewh01 - July 7, 2010
Re: [drewh01] Hide option and using a "preview page" function
By Jason - July 7, 2010
What you can do is set up a separate viewing page where you can preview posts before unchecking the "hidden" field.
To view only records that have been hidden you can use something like this:
list($listingsRecords,$listingsMetaData)=getRecords(array(
'tableName' => 'listings',
'ignoreHidden' => true,
'where' => "hidden=1",
));
Hope this helps.
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Re: [Jason] Hide option and using a "preview page" function
By drewh01 - July 7, 2010
Re: [drewh01] Hide option and using a "preview page" function
By Jason - July 8, 2010
You would need a preview page for each section you wanted to preview.
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/