How about this: If you have this type of requirements, you probably don't want your user to have full control over his portal space.
If this is true, then you should be able security restrictions to allow the user to customize only *some* elemnts of his portal page: - Set the top level PSML <portlets> element with a security level of "admin". This should ensure that no user can edit their top level panes in the page root. - Define your tabs in your root page by using refs to other "template" pages for which the user has no customization rights (ex: a "company" pane, then a "department" pane, then a "My Boss" pane and finally a "My Pane" one) Only the "My Pane" pane defintion would be actually physically defined within the user PSML with a security setting allowing the user to manipulate and customize his own pane. I've not actually tested it out and I can't right now but I don't see any reason why it should not work (except bugs, of course :) Would that fit your need ? > -----Message d'origine----- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Envoyé : jeudi 17 octobre 2002 17:24 > A : [EMAIL PROTECTED] > Objet : RE: ADD/REMOVE tab/entry TO ALL users PSML at once > > > It sounds easy, but how are you going to add the Group PSML > to the User > PSML? How do you know where in the PSML to do the add? Are > you enforcing a > standard that would allow you to merge the 2? > > -----Original Message----- > From: Hugh Brien [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 17, 2002 7:49 AM > To: Jetspeed Users List > Cc: [EMAIL PROTECTED] > Subject: RE: ADD/REMOVE tab/entry TO ALL users PSML at once > > > We are working on this right now. We are going to try the following: > > 1. We have defined a default Group for each user and save > that value in the > session. We have an business rule that determines default group. > 2. We plan on adding functionality that will append the > Group's portlets the > PortletSet for the user. > 3. It's a simple thing to do it's just finding the right > place to put the > code. I think it's actually at the Profile level. Where the > Portlets class > is passed to the PortletFactory to return a PortletSet > > r, > Hugh > > > > -----Original Message----- > From: Marian Skalsky [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 17, 2002 3:56 AM > To: [EMAIL PROTECTED] > Subject: ADD/REMOVE tab/entry TO ALL users PSML at once > > > Hi there! > > We have JetSpeed used in our company intranet and I have made > a default user > XXX and all new users when created get his psml. > This is fine. But my boss wants to be able to add a TAB in > the menu to all > users when he decides. Other way said, he wants to login to > his account and > then add something.. and this should appear in every users > home (PSML). > Is there a some way how to add something (e.g. TAB item in > the menu) to all > users PSMLs or how to share a part of PSML by all users, that > may be then > changed anytime? > Or how would you solve this? > > Any suggestion will be very appreciated. > Thank you. > $kala. > > > --- > Odchádzajúca správa neobsahuje vírusy. > Skontrolované antivírusovým systémom AVG (http://www.grisoft.cz). > Verzia: 6.0.401 / Vírusová databáza: 226 - dátum vydania: 11. 10. 2002 > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
