You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Chay Weei Jye <wj...@pd.jaring.my> on 2002/08/23 11:21:14 UTC

user read-only portlet

Hi,

I am trying to configure a welcome portlet to be viewed by users, but the 
users should not be able to close it or detach (remove) it from the default 
home tab.

So far I have configured it this way:

<portlet-entry name="Welcome Message" hidden="false" type="ref"
         parent="JSP" application="false">
         <security-ref parent="user-view_admin-all"/>
         <parameter name="_showtitlebar" value="false" hidden="false"/>
         <meta-info>
             <title>Welcome Message</title>
             <description>Welcome Message</description>
         </meta-info>
         <parameter name="template"
             value="WelcomeMessage.jsp" hidden="false"/>
         <media-type ref="html"/>
         <category>Portaline</category>
     </portlet-entry>

However, this way, the users can still use the customize button next to the 
home tab to go to the customize pane, then click on the "remove" button for 
this portlet. The next time the user logs in, he won't see this portlet 
anymore. How can I prevent this?

Help anyone?

Thanks



regards,
Chay Weei Jye



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


R: user read-only portlet

Posted by Dariush Behboudi <da...@glamm.com>.
I think you have to configure properly permissions for this user, from
the admin/security tab.
U can configure permissions by role.

Dariush.

-----Messaggio originale-----
Da: Chay Weei Jye [mailto:wjchay@pd.jaring.my] 
Inviato: venerdì 23 agosto 2002 11.21
A: Jetspeed Users List
Oggetto: user read-only portlet


Hi,

I am trying to configure a welcome portlet to be viewed by users, but
the 
users should not be able to close it or detach (remove) it from the
default 
home tab.

So far I have configured it this way:

<portlet-entry name="Welcome Message" hidden="false" type="ref"
         parent="JSP" application="false">
         <security-ref parent="user-view_admin-all"/>
         <parameter name="_showtitlebar" value="false" hidden="false"/>
         <meta-info>
             <title>Welcome Message</title>
             <description>Welcome Message</description>
         </meta-info>
         <parameter name="template"
             value="WelcomeMessage.jsp" hidden="false"/>
         <media-type ref="html"/>
         <category>Portaline</category>
     </portlet-entry>

However, this way, the users can still use the customize button next to
the 
home tab to go to the customize pane, then click on the "remove" button
for 
this portlet. The next time the user logs in, he won't see this portlet 
anymore. How can I prevent this?

Help anyone?

Thanks



regards,
Chay Weei Jye



--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>