I have found another way to takle this - remove the preview link from
the overview tab if the user does not have edit permissions

farcry_core\packages\types\_types\
    renderOverview.cfm
    renderObjectOverview.cfm

<br><strong>General</strong><Br>
<cfoutput>
<!--- AJM: no edit - no preview  --->
  <Cfif iEdit eq 1>
    <span class="frameMenuBullet">&raquo;</span>
    <a 
href="#application.url.webroot#/index.cfm?objectid=#stobjDraft.objectid#&flushcache=1&showdraft=1"
class="frameMenuItem" target="_blank">Preview</a><br>
  </CFIF>
</cfoutput>



On Fri, 23 Jul 2004 10:33:16 +0800, Andrew Mercer <[EMAIL PROTECTED]> wrote:
> 
> 
> Once a page has been approved, every one can see all pages from all sections.
> 
> But when the page is in draft, only authorisors from that section
> should be able to preview that page.
> 
> On Fri, 23 Jul 2004 12:24:47 +1000, Geoff Bowers <[EMAIL PROTECTED]> wrote:
> > Andrew Mercer wrote:
> > > My Client's site has the first level of the site tree as
> > > department/sections and has security groups for every section -
> > > contributers and authorisers. All edit / approve permissions are
> > > removed at the Home level, then the group's edit / approve for the
> > > section groups are added to the appropriate section.
> > >
> > > When an authoriser from section A previews a draft object from
> > > section A, then navigates around the site, other sections draft pages
> > > can also be previewed.
> >
> > Unless you apply VIEW permissions for those sections then people who can
> > see DRAFT will be able to preview DRAFT.  They should not however be
> > able to edit DRAFT content outside of their branch.
> >
> > I'm not sure what you are after.  Typically you want folks to see other
> > draft content so you can see what they are doing in context and link to
> > related pages and so on.
> >
> > -- geoff
> > http://www.daemon.com.au/
> >
> >
> >
> >
> > ---
> > You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
> > To unsubscribe send a blank email to [EMAIL PROTECTED]
> > Aussie Macromedia Developers: http://lists.daemon.com.au/
> >
> 
> ---
> You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to [EMAIL PROTECTED]
> Aussie Macromedia Developers: http://lists.daemon.com.au/
>

---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to