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 Pi...@progi-ouest.fr on 2002/05/28 14:50:53 UTC

Re : How to Remove customizer pencil icon

a quick solution is to modify jetspeed-tab.vm


    #foreach ( $action in $actions )
+      #if ($action.Name != "customize")
            <a href="${action.Link}" title="${action.Name}"><img src
="images/${action.Name}.gif" alt="${action.Name}" border="0"></a>
+      #end
    #end

Pierre


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


Re: Re : How to Remove customizer pencil icon

Posted by Paul Spencer <pa...@apache.org>.
You should remove the customize permission from ALL roles a
"user" has.  This "solution" just remove the pencil icon from some places.

Paul Spencer

PierreBESSON@progi-ouest.fr wrote:

> a quick solution is to modify jetspeed-tab.vm
> 
> 
>     #foreach ( $action in $actions )
> +      #if ($action.Name != "customize")
>             <a href="${action.Link}" title="${action.Name}"><img src
> ="images/${action.Name}.gif" alt="${action.Name}" border="0"></a>
> +      #end
>     #end
> 
> Pierre
> 
> 
> --
> 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>


OutOfMemoryError

Posted by Mus <m....@man.ac.uk>.
Hi all,
I am getting this error, and would like some advice on why I keep getting
it.
org.apache.jetspeed.portal.BasePortletSet threw exception class
java.lang.OutOfMemoryError
I am using Jetspeed 1.3a2 on a Unix OS.
Thanks
Mus


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