Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
DanielKerr #1
Contribute 3 Permission Sections
I have my page setup so that the header and nav are include files and cant be
edited.
My maint content is not an include so that it can be edited, but the problem i
am having with this is that people can delete the table that holds the conent.
I do not wish for them to be able to delete the table, only edit the text and
area with in the table. Is there a way that I can make it so people can only
change the content of the table and not be able to delete the table itself?
DanielKerr Guest
-
#39463 [NEW]: php.ini sections are ignored
From: RQuadling at GMail dot com Operating system: Windows XP SP2 PHP version: 5CVS-2006-11-10 (snap) PHP Bug Type: ... -
Network permissions vs. Contribute permission groups
Our web files are stored on a Netware server. I want a particular group of users to be able to edit one subdirectory in the web-site, but not the... -
Grab ID or DIV sections From ASP
Hi, Is it possible to grab some sections or tags using ID on a HTML page ? I m working on a adserver project that allows to track users on... -
permission error on unlink, but who has permission if not PHP?
I wrote some code that let me upload a file to my server. Then I wrote some code to let me delete the file. But when I try to delete, I get this... -
2 <?php sections in one doc?
Hi all, This is a newbie question but I have been struggling with this for ages. I have a document with 2 separate <?php sections of code. I... -
christina.heikkila #2
Re: Contribute 3 Permission Sections
Create editable regions in your pages - these regions will be entirely within
your table, so the table itself (and anything else that is outside of the
editable regions) cannot be touched by folks using Contribute.
You do not have to use DreamWeaver to do this, though it helps. This page
gives you some idea what the code should look like:
[url]http://livedocs.macromedia.com/dreamweaver/mx2004/using/wwhelp/wwhimpl/common/ht[/url]
ml/wwhelp.htm?context=Using_Dreamweaver&file=12_temp9 .htm
Or, as someone else suggested elsewhere in these forums, install a trial of
DreamWeaver, create a template with editable regions just to see what the code
looks like, then use that as a pattern for the rest of your pages.
christina.heikkila Guest
-
DanielKerr #3
Re: Contribute 3 Permission Sections
Ok makes sense.
Does this only work with .htm or .html extensions?
Im trying to do it with a .asp and once I type in the <!--
InstanceBeginEditable --> everything after that turns grey and I cant make any
changes, it wont let me type in the <!-- InstanceEndEditable -->.
Any thoughts about what im doing wrong?
DanielKerr Guest
-
LDudd #4
Re: Contribute 3 Permission Sections
Its not what you are doing wrong it is the order you are entering the code.
Work backwards.
LDudd Guest
-
DanielKerr #5
Re: Contribute 3 Permission Sections
Alright Ill try giving that a shot, thanks for all the help guys.
DanielKerr Guest
-
DanielKerr #6
Re: Contribute 3 Permission Sections
Okay this is embarassing.
He was able to delete my tables, and thats not something I can have. I really
have to get this to work so that my table set up is used instead of his div's.
Please help me figure this out :D
[url]http://www.freewebs.com/kerrupt/contribute.jpg[/url]
DanielKerr Guest
-
LDudd #7
Re: Contribute 3 Permission Sections
I think I see the problem,
You are missing out some other tags (see code).
<!--InstanceBegin-->
and
<!--InstanceEnd-->
Will lock the rest of the page (make sure they are INSIDE the HTML opening and
closing tags.
<html><!--InstanceBegin-->
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<!--InstanceBeginEditable-->
<!--InstanceEndEditable-->
</body>
<!--InstanceEnd--></html>
LDudd Guest
-
LDudd #8
Re: Contribute 3 Permission Sections
soz missed off that you will probably need to consider an editable region around the title tag.
LDudd Guest
-
DanielKerr #9
Re: Contribute 3 Permission Sections
LDudd you are my hero!!!
Thank you all for your help, I have really appreciated it. I hope now my tables will be used for the new intranet instead of my mentors Divs.
DanielKerr Guest
-
DanielKerr #10
Re: Contribute 3 Permission Sections
Ok my editable regions work perfectly.
Is there a way to keep my editable regions with out it disabling text and font
edits? When I got to edit a page through contribute it only allows me to change
the style but not the font size or weight.
DanielKerr Guest
-
Paul Selden #11
Re: Contribute 3 Permission Sections
There is an option in the Admistratative options that specifies whether
or not you can use markups like font and font-size. If check the box
you will be able to apply those tags. However, I recommend that
instead you develop CSS styles to apply instead of using <font> tags.
Paul Selden Guest
-
DanielKerr #12
Re: Contribute 3 Permission Sections
any suggestions would be wonderful, thanks :D
DanielKerr Guest



Reply With Quote

