Philipp Lenz
Guest
|
Posted:
Tue Jan 11, 2005 4:42 pm Post subject:
How can I modify Webpart detail link settings globally? |
|
|
I have the following problem:
I add a webpart to a page, a listview for example.
Now, by default, the header links to the list that the webpart
displays. This is true for every user, even if he is a reader only.
This is unacceptable to me, a reader suddenly finds himself on the
AllItems.aspx where he has no rights to do anything (but is free to
click all the links, only to get a security warning)
Now to my question: How can I disable the detail link GLOBALLY, I
know hot to remove it webpart by webpart, but that's not a solution I
care for.
Sharepoint has to take the code to build the webpart menus from
somewhere, either some CAML or a javascript, but I can't find it.
Can anyone help me with this, it's rather urgent and quite a huge
problem at the moment!
I'd really appreciate any help!
Philipp Lenz |
|
tedteng
Guest
|
Posted:
Tue Jan 11, 2005 6:19 pm Post subject:
RE: How can I modify Webpart detail link settings globally? |
|
|
u can modify the schma.xml. u can check the details of schema.xml for each
list/dl template.
however, i wonder whether it is ur expected solution, it is still
time-consuming cos MS philosophily thinks these links are better to show to
users even if they do not have the rights to do things. So there are quite a
lot of schema.xml u need change to delete all these detail links.
br
ted
"Philipp Lenz" wrote:
| Quote: |
I have the following problem:
I add a webpart to a page, a listview for example.
Now, by default, the header links to the list that the webpart
displays. This is true for every user, even if he is a reader only.
This is unacceptable to me, a reader suddenly finds himself on the
AllItems.aspx where he has no rights to do anything (but is free to
click all the links, only to get a security warning)
Now to my question: How can I disable the detail link GLOBALLY, I
know hot to remove it webpart by webpart, but that's not a solution I
care for.
Sharepoint has to take the code to build the webpart menus from
somewhere, either some CAML or a javascript, but I can't find it.
Can anyone help me with this, it's rather urgent and quite a huge
problem at the moment!
I'd really appreciate any help!
Philipp Lenz
|
|
|