Adding a preview link to cmsb

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

By concrete - March 17, 2010

I would like to add preview links to the specific entry on both the listing and modify page of cmsb

Re: [gkornbluth] Adding a preview link to cmsb

By concrete - April 14, 2010

I'm looking for a way to preview a listing before it is published.

Re: [concrete] Adding a preview link to cmsb

By gkornbluth - April 20, 2010 - edited: April 20, 2010

Hi Concrete,

Sorry that I couldn't reply sooner.

If you add

'where' => " hidden = '1' ",

or

'ignoreHidden' => true,


to the getRecords code on a special "preview" viewer, you should be able to preview your "hidden" records.

Hope that answers your question

Best,

Jerry Kornbluth
The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

Re: [gkornbluth] Adding a preview link to cmsb

By concrete - April 22, 2010

Great Solution!!

Now I'm trying to figure out how to add a preview link next to the modify and erase links on listings page.