Wes D
Guest
|
Posted:
Mon Oct 31, 2005 9:51 pm Post subject:
Customizing MySite left nav... |
|
|
Does anyone know how to customize the My Site left nav? In particular, I need
to suppress the "Create Page" Action.
Unfortunately, that privilege seems to come with the "Use Personal Features"
privilege, which is the minimum you need to be able to have a MySite in the
first place. This is controlled by the "PersonalSpaceActionBar" SharePoint
web part - is this configurable? If so, where is the XML file, database
table, asp or css file(s) that controls this?
--
Thank you,
Wes D |
|
Gustavo
Guest
|
Posted:
Tue Nov 01, 2005 9:51 am Post subject:
RE: Customizing MySite left nav... |
|
|
Hi Wes,
The "PersonalSpaceActionBar" WebControl is not configurable (no public
methods or properties). You have two options: a JavaScript to make the link
invisible, or you program a new WebControl and change the old one with yours.
Saludes
Gustavo
http://www.gavd.net/servers/default.aspx
"Wes D" wrote:
| Quote: | Does anyone know how to customize the My Site left nav? In particular, I need
to suppress the "Create Page" Action.
Unfortunately, that privilege seems to come with the "Use Personal Features"
privilege, which is the minimum you need to be able to have a MySite in the
first place. This is controlled by the "PersonalSpaceActionBar" SharePoint
web part - is this configurable? If so, where is the XML file, database
table, asp or css file(s) that controls this?
--
Thank you,
Wes D |
|
|