They would see the content of the snippet file, which would be part of
the page they are editing.

Basically, on the main page you would have something like

.
... surrounding html ...
<cfinclude template="myeditablecontentfile.cfm">
... surrounding html ...
.

And in the myeditablecontentfile file would contain the content that
you want to be editable.

Cheers


On Aug 20, 11:41 pm, Andrew <[EMAIL PROTECTED]> wrote:
> Hi bryn,
>
> If you use a snippet file, does it still look to the user like they
> are editing the parent page?  Or do they just see the part they are
> editing?
>
> Hopefully that makes sense!
>
> Many Thanks,
> Andrew.
>
> On Aug 19, 5:18 pm, bryn <[EMAIL PROTECTED]> wrote:
>
>
>
> > Here are some alternatives:
>
> > 1/. Put your editable text into an XML file and allow then access to
> > that file via contribute
> > (and then parse etc to include the text in the main file)
> > 2/. Put your editable area into one or more snippet file that you
> > cfinclude in the main page and allow then edit access only to the
> > snippet file(s) via contribute.
>
> > In both cases the editable files would be placed into a folder that
> > only stores the editable files and to which you can then apply the
> > appropriate permissions.
>
> > Cheers,
> > Bryn
>
> > On Aug 18, 9:44 am, Andrew <[EMAIL PROTECTED]> wrote:
>
> > > Hi,
>
> > > Is anyone else on the list using Adobe Contribute with a CF site?
>
> > > I would like to make a couple of "blocks" of text within a CF page
> > > editable to some of my content managers, but am not sure how to lock
> > > down what they can edit to just certain areas of a page.
>
> > > If anyone has experience with this and would be willing to share it
> > > would be greatly appreciated.
>
> > > Many thanks,
> > > Andrew.- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to