[Solved] copy icon

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
steph_30
Forum Members
Forum Members
Posts: 22
Joined: Mon Apr 28, 2008 11:38 pm
Location: France

[Solved] copy icon

Post by steph_30 »

Hello,

In the page list and with administrative rights, I can see and use the copy icon for each page.

This icon disappears when I use Editor rights.
Does anyone know what are the right I should check to allow the use of this icon with Editor rights ?


Thanks in advance


Stéphane
Last edited by steph_30 on Thu Sep 10, 2009 4:12 pm, edited 1 time in total.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: copy icon

Post by RonnyK »

I think it is related to the add-page permission.

Ronny
steph_30
Forum Members
Forum Members
Posts: 22
Joined: Mon Apr 28, 2008 11:38 pm
Location: France

Re: copy icon

Post by steph_30 »

Thanks for the reply,

I had a look on this, but the answer is "it should" but it doesn't ...

I think I will look at the sources to see what is the "preference configuration" for the 'add a new content' field and the 'copy icon'.

But if somebody has an answer ...


Thanks
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: copy icon

Post by calguy1000 »

the rule is:

in order to copy an item, it must be a copyable item (only Content Pages are at the moment).

and

   a) Have the Add Pages Permission and be an owner of that item, or an additional editor
        (you can't copy a page you don't already have write access to)

   OR

   b) Have the 'Manage All Content' permission.
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.
steph_30
Forum Members
Forum Members
Posts: 22
Joined: Mon Apr 28, 2008 11:38 pm
Location: France

Re: copy icon

Post by steph_30 »

Thanks a lot,

You're right but there's some things I don't understand.


My actual configuration is :

CmsMS : 1.6.1
I am an editor
I have the 'Manage All Content' permission allow.

Finally, on page (Content pages) :

  - I can copy a page I created (the icon is here).

  - I can not copy pages I didn't create (the icon is not here)


I took a page and edit it. I selected the "Group: editor" in the 'additionnal editor' of this page. It's OK for it.

So is there a way to add "Group: editor" in the 'additional editor' of all pages ?

Is there a way to tell CMSMS that when I create a page, it should fill directly the good 'additional editor' ?
(I found the answer for the second question : Admin -> default page)


Thanks a lot

Stéphane
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: copy icon

Post by calguy1000 »

Yeah, I looked at the code, and there's a minor error in the permissions check for the copy icon.

it requires you to have ownership/permission to the page even if you have manage all content access.

That's fixed in svn, and will be out with the 1.6.6 release.
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.
Andiministrator

Re: [Solved] copy icon

Post by Andiministrator »

Which file(s) should I check out from svn to solve the copy permission problem in CMSms 1.6.5?
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: [Solved] copy icon

Post by RonnyK »

Andiministrator

Re: [Solved] copy icon

Post by Andiministrator »

It works. Thank you!
Post Reply

Return to “CMSMS Core”