Closed (fixed)
Project:
Web Links
Version:
6.x-2.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Oct 2009 at 23:19 UTC
Updated:
21 Oct 2009 at 15:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
nancydruThere is a "create weblinks" permission that should allow her to enter links. Is that not working correctly?
Comment #2
summit commentedNo. When I would like to show her which weblinks are allready there (admin/content/node).
And give her the possibility to edit an already excisting weblink.
She is not able to edit the weblink without filter-permission.
Greetings, Martijn
Comment #3
nancydruEither "edit group weblinks" or "administer weblinks" might get you by for now. Perhaps we need a "edit all weblinks" permission.
BTW, you might want to look at Content Management Filter to replace "admin/content/node".
Comment #4
summit commentedHi Nancy,
No all permissions within the weblinks block are NOT sufficient..I need to set also permission to: module filter: control filter otherwise the edit function of the weblinks node is not working..
I disable weblinks filter. But may be there is somewhere still a connection...
Thanks for the suggestion of CMF will look into that :)
greetings,
Martijn
Comment #5
nancydruWhat is "module filter"?
Comment #6
summit commentedThe filter module. It says within permissions:
* Module filter
-----control filter [ ] <== here can you set the permission. Without this checking I am not able to get access to edit the weblinks node.
greetings, Martijn
Comment #7
nancydruI have no idea what that is. It does not come from Web Links.
Comment #8
summit commentedHi Nancy,
I have made a screenshot what may be explaines what I mean. I need to enable the core filter module, to have enough permissions to edit the weblink.
Greetings, Martijn
Comment #9
nancydruAt the bottom of the general settings page, there is a collapsed fieldset that sets a default filter for things like the overall page text. So I think, yes, you are going to have to have the core filter module enabled and whatever filter is specified will have to be available to the end-user. These text fields must be filtered or we will have a security issue opened on us. Even if we used only filter_xss_admin, it would require the filter module. However, the core filter module is in the "Core - Required" group, so it should always be there.
Comment #10
nancydruI just added Filter as a dependency.
Comment #11
summit commentedHi Nancy,
Thanks for your remarks! Do you know if it is possible to have this dependency, but not to show the filter admin settings url to the user? I do not want to give the content-providing user the possibility to change the filter..
Thanks again in advance for your reply!
greetings, Martijn
Comment #12
nancydruFilter admin requires the "administer filters" permission, so if they don't have that, they can't change filters.
Comment #13
nancydruOkay, I also added a check for "administer filters" to that setting.