is it possible to........

General project discussion. NOT for help questions.
Post Reply
buntrosgali
Forum Members
Forum Members
Posts: 167
Joined: Thu Apr 17, 2008 9:02 pm

is it possible to........

Post by buntrosgali »

Is it possible to set up users to be able to access the admin section but only be able to edit one page in the entire site? usisng the cms software.

I want to build a site, where it is universally the same, but each group who registers with the site will get 1 free webpage to put on whatever they want to about their club or organisation.

But i only want each user to be able to alter their individual page nothing else.

Discuss
vilkis

Re: is it possible to........

Post by vilkis »

to my experience it is possible but not simple.
Zoorlat

Re: is it possible to........

Post by Zoorlat »

Hi!

If each user only have one page it seems easier to not let them in back-end (admin section) at all. You may want to take a look at http://dev.cmsmadesimple.org/projects/inlineedit/

You could probably also do this with Company Directory together with FEU and CC.
For the front-end editing: enter something like this:

Code: Select all

{if $ccuser->loggedin() && $ccuser->memberof('company_editors')}
{CompanyDirectory action='fe_edit' companyid=$ccuser->property('company_id')}
{/if}
(see http://forum.cmsmadesimple.org/index.php?topic=18446.0;prev_next=next)

Or, try News with feusubmit. (what you want may then be achieved together with different categories for each member)

Good luck!
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: is it possible to........

Post by Nullig »

If you create the user, but don't add them to any group (Admin, editor, etc), you can give them editor rights to a single page, by selecting them in the Additional Editors list for the page.

Nullig
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: is it possible to........

Post by calguy1000 »

It's simple

When creating the new user account DON"T associate that user with any groups
then create the new page
and mark that new user as an 'additional editor' for the page.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Post Reply

Return to “General Discussion”