Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
GhostGT #1
Contribute Locking Regions
I was wondering if there was a tag that would lock an area from the contibute
program so it doesnt destroy the html and other web code.
<!-- TemplateBeginEditable name="Contact Info" -->
<!-- TemplateEndEditable -->
Are tags I have found to work to display certain area's in a nice little box,
but so far nothing to disable the editing of it. I need a tag or two to be able
to lock the title region from the contribute users. Thanks.:(
GhostGT Guest
-
Contribute 3 Repeating Regions
I am trying to convert a site to a template driven site through dreamweaver, to make it easier for my client to update the site, and so far... -
Locking Editable Regions
Hi guys, Any help would be amazing, I have a site created using dreamweaver template which has 2 editable regions, 1 for nav (Nav chanages per... -
Contribute 4 and Repeating Regions
I have researched this topic but didn't find a satisfactory answer. I have created a DW template with repeating regions. In DW I am able to get... -
locking regions
We have roughly 500 existing pages on out intranet and considering using Contribute to edit text, etc. All pages were originally created in... -
Can you hide regions in contribute?
I have a few cfm includes on a page, a left nav, top nav, etc. I want to completely hide them when users are in Contribute to avoid all the weird... -
RoseyGren #2
Re: Contribute Locking Regions
If you have set up your site originally using Dreamweaver, you can create
Dreamweaver templates thatthe pages in the site are based on. The templates
allow you to create areas on the pages that can or cannot be modified by other
users, including Contribute users.
The tags you included are examples of a page that was created using a
template. That area was originally editable.
RoseyGren Guest
-
GhostGT #3
Re: Contribute Locking Regions
I know that those tags are from a dreamweaver template, and all dreamweaver
does is gives you a gui for the code. I like code better, so I was wondering if
anyone who has created a template has the code for me to insert into my web
application to prevent contribute from destroying the html like only contribute
can do.
I have dreamweaver and I do not see the area or opition to flag it to be a
locked region, so if you can either provide the code for the locked region or a
guide to create a locked region that would be great, thanks again.
GhostGT Guest
-
RoseyGren #4
Re: Contribute Locking Regions
From what I can tell, pages that are created based on a template have the code
you sent arund areas that are deemed editable on the template file itself. In
the page created from a teplate is a piece of code that refers to the template,
and that appears to be where the page takes its cues from concerning editable
regions.
<!-- InstanceBegin template="/Templates/Main.dwt"
codeOutsideHTMLIsLocked="false" -->
....<rest of page, including editable regions>,,,
<!-- InstanceEnd -->
I prefer code as well, but in this case, in order to use DW templates
effectively, you may have to rely on the GUI to create the actual template
part, even if the rest of the page was hand-coded.
RoseyGren Guest



Reply With Quote

