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 cnguyen8 <cn...@hotmail.com> on 2012/03/07 21:54:44 UTC

Re: Jetspeed 2 - Changing Default Landing Page after user login

OK.  I got somewhat further into the process but still not success.

What I want to do, create a new user that have predefine template with
constraint and role.
To do this, i must do setting in the template folder for creating new user.

So I have:
Template Folder/space (set ManagerPage.psml as default)
Template Folder/new-user (Set display.psml as default).

Template Folder (folder.metadata) file i have
<folder hidden ="false">
<title>Template</title>
<short-title>Template</short-title>
<default></defaults>
<default-page>space/ManagerPage.psml</default-page>  (want to set so every
time new user is create, their default page is point to ManagerPage.psml) 
But when i do this, it still go to "My Pages" as default landing page and
the DROP DOWN MENU does not show.  It reappear after i start clicking
around.  I would say this is a BUG.
<document-order>space</document-order>
<document-order>new-user</document-order>

However, i'm still not success point ManagerPage.psml to be default landing
page after user login.







cnguyen8 wrote:
> 
> Hi,
> 
> I've look everywhere on the Jetspeed setting trying to change the default
> landing page for the user with no success.
> 
> Basically.
> From admin, I create a space call Manager Page.
> From manager, after i login, it always land on "My Pages" instead of
> "Manager Page" from the drop down on top.  So i have to go to the drop
> down menu on top and select the "Manager Page" to see it.
> 
> How/where do I change the setting so that, when the manager login, the
> first page they see is "Manager Page" from the drop down menu on top and
> not "My Pages".
> 
> Reason:
> The "Manager Page" contain Portlets which the admin have to define and set
> 100s of attribute & values.  
> Because of this, a lot of time will be wasted if we have define all
> attribute/values for new users if it were to be display on the "My Pages"
> 
> I've also have a few other Spaces created which also required to be the
> landing page for other type of users.
> 
> Thanks for your help in advance.
> 
> 

-- 
View this message in context: http://old.nabble.com/Jetspeed-2---Changing-Default-Landing-Page-after-user-login-tp33453340p33460957.html
Sent from the Jetspeed - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


Re: Jetspeed 2 - Changing Default Landing Page after user login

Posted by cnguyen8 <cn...@hotmail.com>.
Thanks David,

There's an alternate way to this solution but it still not the way it should
have been done.

Create a templates pages for new user, so now every time new user create,
they will see all the pages and Porlets base on role in their "My Pages". 
(have a script inject all the attributes/values into all the Portlets.
It was troublesome, but it solve the problem for now.


David Taylor-23 wrote:
> 
>> <default-page>Space/ManagerPage.psml</default-page>
> 
> Specifying paths (directories) in the folder.metadata is not supported,
> only file names
> 
> On Mar 8, 2012, at 6:44 AM, cnguyen8 wrote:
> 
>> 
>> Thanks David for Reply,
>> 
>> Let say in the template folder i have 2 folder. (this is for when
>> creating
>> new user).
>> 
>> Template Folder (there is an setting to define default-page in the
>> folder.metadata)
>> -----1: Space (Space have it own folder.metadata for configure the
>> ordering
>> of the Space Folder.)
>> -----1: New-User (New-User have it own folder.metadata for configure the
>> ordering of the New-User.)
>> 
>> The problem is, no matter what I do, I can not set the default-page to be
>> a
>> page inside Space folder WHEN the user login.  It always go to the page
>> that
>> was set to be default for New-User folder.
>> Where do go to go set that?  There are no option to do that inside the
>> Space
>> or New-User.
>> I tried to go inside the folder.metadata of the Template Folder to set
>> the
>> default to be:
>> 
>> <default-page>Space/ManagerPage.psml</default-page>
>> 
>> This still lead me to the New-User default-page and not
>> Space/ManagerPage.psml.
>> 
>> Thanks in advance.
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> David Taylor-23 wrote:
>>> 
>>> This all should be configurable via the Portal Site Manager by the
>>> administrator, or in the Page Navigator by the particular user.
>>> Templates
>>> are configured by the administrator. The "space" template is used when
>>> creating new spaces, it is copied as a template into the default older
>>> of
>>> the new space. An exception to this is a user's home space. In that
>>> case,
>>> the "new-user" template is copied when creating new users. So if you
>>> were
>>> to setup your new-user template using the Document ordering feature of
>>> the
>>> Site Manager, then I believe that when you create new users, you will
>>> get
>>> what you need. 
>>> 
>>> On Mar 7, 2012, at 12:54 PM, cnguyen8 wrote:
>>> 
>>>> 
>>>> OK.  I got somewhat further into the process but still not success.
>>>> 
>>>> What I want to do, create a new user that have predefine template with
>>>> constraint and role.
>>>> To do this, i must do setting in the template folder for creating new
>>>> user.
>>>> 
>>>> So I have:
>>>> Template Folder/space (set ManagerPage.psml as default)
>>>> Template Folder/new-user (Set display.psml as default).
>>>> 
>>>> Template Folder (folder.metadata) file i have
>>>> <folder hidden ="false">
>>>> <title>Template</title>
>>>> <short-title>Template</short-title>
>>>> <default></defaults>
>>>> <default-page>space/ManagerPage.psml</default-page>  (want to set so
>>>> every
>>>> time new user is create, their default page is point to
>>>> ManagerPage.psml) 
>>>> But when i do this, it still go to "My Pages" as default landing page
>>>> and
>>>> the DROP DOWN MENU does not show.  It reappear after i start clicking
>>>> around.  I would say this is a BUG.
>>>> <document-order>space</document-order>
>>>> <document-order>new-user</document-order>
>>>> 
>>>> However, i'm still not success point ManagerPage.psml to be default
>>>> landing
>>>> page after user login.
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> cnguyen8 wrote:
>>>>> 
>>>>> Hi,
>>>>> 
>>>>> I've look everywhere on the Jetspeed setting trying to change the
>>>>> default
>>>>> landing page for the user with no success.
>>>>> 
>>>>> Basically.
>>>>> From admin, I create a space call Manager Page.
>>>>> From manager, after i login, it always land on "My Pages" instead of
>>>>> "Manager Page" from the drop down on top.  So i have to go to the drop
>>>>> down menu on top and select the "Manager Page" to see it.
>>>>> 
>>>>> How/where do I change the setting so that, when the manager login, the
>>>>> first page they see is "Manager Page" from the drop down menu on top
>>>>> and
>>>>> not "My Pages".
>>>>> 
>>>>> Reason:
>>>>> The "Manager Page" contain Portlets which the admin have to define and
>>>>> set
>>>>> 100s of attribute & values.  
>>>>> Because of this, a lot of time will be wasted if we have define all
>>>>> attribute/values for new users if it were to be display on the "My
>>>>> Pages"
>>>>> 
>>>>> I've also have a few other Spaces created which also required to be
>>>>> the
>>>>> landing page for other type of users.
>>>>> 
>>>>> Thanks for your help in advance.
>>>>> 
>>>>> 
>>>> 
>>>> -- 
>>>> View this message in context:
>>>> http://old.nabble.com/Jetspeed-2---Changing-Default-Landing-Page-after-user-login-tp33453340p33460957.html
>>>> Sent from the Jetspeed - User mailing list archive at Nabble.com.
>>>> 
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
>>>> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
>>>> 
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
>>> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
>>> 
>>> 
>>> 
>> 
>> -- 
>> View this message in context:
>> http://old.nabble.com/Jetspeed-2---Changing-Default-Landing-Page-after-user-login-tp33453340p33465363.html
>> Sent from the Jetspeed - User mailing list archive at Nabble.com.
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
>> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/Jetspeed-2---Changing-Default-Landing-Page-after-user-login-tp33453340p33471845.html
Sent from the Jetspeed - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


Re: Jetspeed 2 - Changing Default Landing Page after user login

Posted by David Sean Taylor <da...@gmail.com>.
> <default-page>Space/ManagerPage.psml</default-page>

Specifying paths (directories) in the folder.metadata is not supported, only file names

On Mar 8, 2012, at 6:44 AM, cnguyen8 wrote:

> 
> Thanks David for Reply,
> 
> Let say in the template folder i have 2 folder. (this is for when creating
> new user).
> 
> Template Folder (there is an setting to define default-page in the
> folder.metadata)
> -----1: Space (Space have it own folder.metadata for configure the ordering
> of the Space Folder.)
> -----1: New-User (New-User have it own folder.metadata for configure the
> ordering of the New-User.)
> 
> The problem is, no matter what I do, I can not set the default-page to be a
> page inside Space folder WHEN the user login.  It always go to the page that
> was set to be default for New-User folder.
> Where do go to go set that?  There are no option to do that inside the Space
> or New-User.
> I tried to go inside the folder.metadata of the Template Folder to set the
> default to be:
> 
> <default-page>Space/ManagerPage.psml</default-page>
> 
> This still lead me to the New-User default-page and not
> Space/ManagerPage.psml.
> 
> Thanks in advance.
> 
> 
> 
> 
> 
> 
> 
> 
> 
> David Taylor-23 wrote:
>> 
>> This all should be configurable via the Portal Site Manager by the
>> administrator, or in the Page Navigator by the particular user. Templates
>> are configured by the administrator. The "space" template is used when
>> creating new spaces, it is copied as a template into the default older of
>> the new space. An exception to this is a user's home space. In that case,
>> the "new-user" template is copied when creating new users. So if you were
>> to setup your new-user template using the Document ordering feature of the
>> Site Manager, then I believe that when you create new users, you will get
>> what you need. 
>> 
>> On Mar 7, 2012, at 12:54 PM, cnguyen8 wrote:
>> 
>>> 
>>> OK.  I got somewhat further into the process but still not success.
>>> 
>>> What I want to do, create a new user that have predefine template with
>>> constraint and role.
>>> To do this, i must do setting in the template folder for creating new
>>> user.
>>> 
>>> So I have:
>>> Template Folder/space (set ManagerPage.psml as default)
>>> Template Folder/new-user (Set display.psml as default).
>>> 
>>> Template Folder (folder.metadata) file i have
>>> <folder hidden ="false">
>>> <title>Template</title>
>>> <short-title>Template</short-title>
>>> <default></defaults>
>>> <default-page>space/ManagerPage.psml</default-page>  (want to set so
>>> every
>>> time new user is create, their default page is point to ManagerPage.psml) 
>>> But when i do this, it still go to "My Pages" as default landing page and
>>> the DROP DOWN MENU does not show.  It reappear after i start clicking
>>> around.  I would say this is a BUG.
>>> <document-order>space</document-order>
>>> <document-order>new-user</document-order>
>>> 
>>> However, i'm still not success point ManagerPage.psml to be default
>>> landing
>>> page after user login.
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> cnguyen8 wrote:
>>>> 
>>>> Hi,
>>>> 
>>>> I've look everywhere on the Jetspeed setting trying to change the
>>>> default
>>>> landing page for the user with no success.
>>>> 
>>>> Basically.
>>>> From admin, I create a space call Manager Page.
>>>> From manager, after i login, it always land on "My Pages" instead of
>>>> "Manager Page" from the drop down on top.  So i have to go to the drop
>>>> down menu on top and select the "Manager Page" to see it.
>>>> 
>>>> How/where do I change the setting so that, when the manager login, the
>>>> first page they see is "Manager Page" from the drop down menu on top and
>>>> not "My Pages".
>>>> 
>>>> Reason:
>>>> The "Manager Page" contain Portlets which the admin have to define and
>>>> set
>>>> 100s of attribute & values.  
>>>> Because of this, a lot of time will be wasted if we have define all
>>>> attribute/values for new users if it were to be display on the "My
>>>> Pages"
>>>> 
>>>> I've also have a few other Spaces created which also required to be the
>>>> landing page for other type of users.
>>>> 
>>>> Thanks for your help in advance.
>>>> 
>>>> 
>>> 
>>> -- 
>>> View this message in context:
>>> http://old.nabble.com/Jetspeed-2---Changing-Default-Landing-Page-after-user-login-tp33453340p33460957.html
>>> Sent from the Jetspeed - User mailing list archive at Nabble.com.
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
>>> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
>>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
>> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
>> 
>> 
>> 
> 
> -- 
> View this message in context: http://old.nabble.com/Jetspeed-2---Changing-Default-Landing-Page-after-user-login-tp33453340p33465363.html
> Sent from the Jetspeed - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


Re: Jetspeed 2 - Changing Default Landing Page after user login

Posted by cnguyen8 <cn...@hotmail.com>.
Thanks David for Reply,

Let say in the template folder i have 2 folder. (this is for when creating
new user).

Template Folder (there is an setting to define default-page in the
folder.metadata)
-----1: Space (Space have it own folder.metadata for configure the ordering
of the Space Folder.)
-----1: New-User (New-User have it own folder.metadata for configure the
ordering of the New-User.)

The problem is, no matter what I do, I can not set the default-page to be a
page inside Space folder WHEN the user login.  It always go to the page that
was set to be default for New-User folder.
Where do go to go set that?  There are no option to do that inside the Space
or New-User.
I tried to go inside the folder.metadata of the Template Folder to set the
default to be:

<default-page>Space/ManagerPage.psml</default-page>

This still lead me to the New-User default-page and not
Space/ManagerPage.psml.

Thanks in advance.









David Taylor-23 wrote:
> 
> This all should be configurable via the Portal Site Manager by the
> administrator, or in the Page Navigator by the particular user. Templates
> are configured by the administrator. The "space" template is used when
> creating new spaces, it is copied as a template into the default older of
> the new space. An exception to this is a user's home space. In that case,
> the "new-user" template is copied when creating new users. So if you were
> to setup your new-user template using the Document ordering feature of the
> Site Manager, then I believe that when you create new users, you will get
> what you need. 
> 
> On Mar 7, 2012, at 12:54 PM, cnguyen8 wrote:
> 
>> 
>> OK.  I got somewhat further into the process but still not success.
>> 
>> What I want to do, create a new user that have predefine template with
>> constraint and role.
>> To do this, i must do setting in the template folder for creating new
>> user.
>> 
>> So I have:
>> Template Folder/space (set ManagerPage.psml as default)
>> Template Folder/new-user (Set display.psml as default).
>> 
>> Template Folder (folder.metadata) file i have
>> <folder hidden ="false">
>> <title>Template</title>
>> <short-title>Template</short-title>
>> <default></defaults>
>> <default-page>space/ManagerPage.psml</default-page>  (want to set so
>> every
>> time new user is create, their default page is point to ManagerPage.psml) 
>> But when i do this, it still go to "My Pages" as default landing page and
>> the DROP DOWN MENU does not show.  It reappear after i start clicking
>> around.  I would say this is a BUG.
>> <document-order>space</document-order>
>> <document-order>new-user</document-order>
>> 
>> However, i'm still not success point ManagerPage.psml to be default
>> landing
>> page after user login.
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> cnguyen8 wrote:
>>> 
>>> Hi,
>>> 
>>> I've look everywhere on the Jetspeed setting trying to change the
>>> default
>>> landing page for the user with no success.
>>> 
>>> Basically.
>>> From admin, I create a space call Manager Page.
>>> From manager, after i login, it always land on "My Pages" instead of
>>> "Manager Page" from the drop down on top.  So i have to go to the drop
>>> down menu on top and select the "Manager Page" to see it.
>>> 
>>> How/where do I change the setting so that, when the manager login, the
>>> first page they see is "Manager Page" from the drop down menu on top and
>>> not "My Pages".
>>> 
>>> Reason:
>>> The "Manager Page" contain Portlets which the admin have to define and
>>> set
>>> 100s of attribute & values.  
>>> Because of this, a lot of time will be wasted if we have define all
>>> attribute/values for new users if it were to be display on the "My
>>> Pages"
>>> 
>>> I've also have a few other Spaces created which also required to be the
>>> landing page for other type of users.
>>> 
>>> Thanks for your help in advance.
>>> 
>>> 
>> 
>> -- 
>> View this message in context:
>> http://old.nabble.com/Jetspeed-2---Changing-Default-Landing-Page-after-user-login-tp33453340p33460957.html
>> Sent from the Jetspeed - User mailing list archive at Nabble.com.
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
>> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/Jetspeed-2---Changing-Default-Landing-Page-after-user-login-tp33453340p33465363.html
Sent from the Jetspeed - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


Re: Jetspeed 2 - Changing Default Landing Page after user login

Posted by David Sean Taylor <da...@gmail.com>.
This all should be configurable via the Portal Site Manager by the administrator, or in the Page Navigator by the particular user. Templates are configured by the administrator. The "space" template is used when creating new spaces, it is copied as a template into the default older of the new space. An exception to this is a user's home space. In that case, the "new-user" template is copied when creating new users. So if you were to setup your new-user template using the Document ordering feature of the Site Manager, then I believe that when you create new users, you will get what you need. 

On Mar 7, 2012, at 12:54 PM, cnguyen8 wrote:

> 
> OK.  I got somewhat further into the process but still not success.
> 
> What I want to do, create a new user that have predefine template with
> constraint and role.
> To do this, i must do setting in the template folder for creating new user.
> 
> So I have:
> Template Folder/space (set ManagerPage.psml as default)
> Template Folder/new-user (Set display.psml as default).
> 
> Template Folder (folder.metadata) file i have
> <folder hidden ="false">
> <title>Template</title>
> <short-title>Template</short-title>
> <default></defaults>
> <default-page>space/ManagerPage.psml</default-page>  (want to set so every
> time new user is create, their default page is point to ManagerPage.psml) 
> But when i do this, it still go to "My Pages" as default landing page and
> the DROP DOWN MENU does not show.  It reappear after i start clicking
> around.  I would say this is a BUG.
> <document-order>space</document-order>
> <document-order>new-user</document-order>
> 
> However, i'm still not success point ManagerPage.psml to be default landing
> page after user login.
> 
> 
> 
> 
> 
> 
> 
> cnguyen8 wrote:
>> 
>> Hi,
>> 
>> I've look everywhere on the Jetspeed setting trying to change the default
>> landing page for the user with no success.
>> 
>> Basically.
>> From admin, I create a space call Manager Page.
>> From manager, after i login, it always land on "My Pages" instead of
>> "Manager Page" from the drop down on top.  So i have to go to the drop
>> down menu on top and select the "Manager Page" to see it.
>> 
>> How/where do I change the setting so that, when the manager login, the
>> first page they see is "Manager Page" from the drop down menu on top and
>> not "My Pages".
>> 
>> Reason:
>> The "Manager Page" contain Portlets which the admin have to define and set
>> 100s of attribute & values.  
>> Because of this, a lot of time will be wasted if we have define all
>> attribute/values for new users if it were to be display on the "My Pages"
>> 
>> I've also have a few other Spaces created which also required to be the
>> landing page for other type of users.
>> 
>> Thanks for your help in advance.
>> 
>> 
> 
> -- 
> View this message in context: http://old.nabble.com/Jetspeed-2---Changing-Default-Landing-Page-after-user-login-tp33453340p33460957.html
> Sent from the Jetspeed - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org