Joe Barefoot wrote:
Sangam,Thanks a lot
Figured out your problem (I think):
Locate your JetspeedSecurity.properties file, should be in WEB-INF/conf:
Set the following property to * to give anonymous users all permissions. Or, to give specific ones, the possible permissions are: view, customize, minimize, maximize, close, info, detach. I assume you use comma-delimited string to specify multiple, never tried it:
services.JetspeedSecurity.permission.default.anonymous=*
This should give you the ability to customize portlets as anon user.
Then set this other property to false:
services.JetspeedSecurity.actions.anon.disable=false
This should give you the action icons for each portlet.
Note that anyone who doesn't have a user name is an anon user, so customization changes will be applied for all non-registered users.
peace,
Joe
P.S. This info (and more) can be found at:
http://www.bluesunrise.com/jetspeed-docs/JetspeedTutorial.htm
-----Original Message-----<mailto:[EMAIL PROTECTED]>
From: Sangam Dash [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 06, 2002 12:27 PM
To: Jetspeed Users List
Subject: Re: Customize portlets for anon user?
Jim Arnott wrote:
<mailto:[EMAIL PROTECTED]>
Can i customize the portlets for the anon user?Sure, just login as anon and customize away.
Are there any settings that i have to set for this one?
--
To unsubscribe, e-mail:
For additional commands, e-mail:<mailto:[EMAIL PROTECTED]>
Hi
when i login as anon and try to customize the portlets it says you dont have permission to see this portlet? how can i change the permission?
The other question i have is how can show the minimize and maximnize buttons on the top right hand corner of the portlet so that the users can maximize or minimize the portlets without logging in?
Thanks
sangam dash
--
To unsubscribe, e-mail:
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
before i tried it but i cant specify only maximize and minimize actions to the user, as when i do this
services.JetspeedSecurity.actions.anon.disable=false
it shows customize action also which i dont want.
i want the user only to maximize or minimize the portlets.
so thats the other problem
if i dont do this one
services.JetspeedSecurity.actions.anon.disable=false
and only use
services.JetspeedSecurity.permission.default.anonymous=maximize, minimize it doesnt work
anyway thanks a lot for the help
can you help with someother things?
here is the thing that i want to do....
Hi
I need some urgent help here.
I am using jetspeed to build my own website.
I am using vm as default template as if i use jsp the portlets dont get maximized. anybody know the reason for this?
Anyway vm works fine for me.
I have a default page for the anon user which comes fine.
I need to place a link on the default page by the side of the login say client., when the user clicks on this link he should go to another default page and see the cleint stuff there.
so when he clicks on this link he should be logged in to system say as a default client and see the genreral client stuff in there.
So how should i create another default client user?
The link should point to where?>
and how can i login the derfault client to the system once he clicks on the client link?
I find velocity very difficult to follow as i am used to jsp?
can this things be done using jsp as the default template?
please help me out
thannks for all of your's help
sangam dash
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
