You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by Evangelos Vlachogiannis <ev...@aegean.gr> on 2007/05/07 22:15:20 UTC

new user folder.metadata

Hi list,

When a new user created a new folder.metadata is created having both as 
title and short-title the value "Template". How can I change these 
default values?

BR,
Vangelis

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


Re: new user folder.metadata

Posted by David Sean Taylor <da...@bluesunrise.com>.
On May 7, 2007, at 11:16 PM, Evangelos Vlachogiannis wrote:

> This is what I though but having in _user/template/folder.metadata:
>  <title>[USER] Root Folder</title>  <short-title>[USER] Root</short- 
> title> when I create user "evlach" I get:
> <folder hidden="false">
>    <security-constraints>
>        <owner>evlach</owner>
>    </security-constraints>
>    <title>Template</title>
>    <short-title>Template</short-title>
>    <defaults layout-decorator="tigris"/>
> </folder>
>
> Any thoughts pls?
>
Just tried this (SVN Trunk) by:

1. adding this file  /_user/template/folder.metadata

<?xml version="1.0" encoding="UTF-8"?>
<folder hidden="false">
     <security-constraints>
         <owner>xyz</owner>
     </security-constraints>
     <title>User Home Folder</title>
     <short-title>Home</short-title>
     <defaults/>
</folder>

2. creating a new user via user registration portlet

and it copied the new title and short title in correctly




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


Re: new user folder.metadata

Posted by Evangelos Vlachogiannis <ev...@aegean.gr>.
This is what I though but having in _user/template/folder.metadata:
  <title>[USER] Root Folder</title> 
  <short-title>[USER] Root</short-title> 
when I create user "evlach" I get:
<folder hidden="false">
    <security-constraints>
        <owner>evlach</owner>
    </security-constraints>
    <title>Template</title>
    <short-title>Template</short-title>
    <defaults layout-decorator="tigris"/>
</folder>

Any thoughts pls?

BR,
Vangelis

Philip Mark Donaghy wrote:
> Hi Vangelis,
>
> On 5/7/07, Evangelos Vlachogiannis <ev...@aegean.gr> wrote:
>> Hi list,
>>
>> When a new user created a new folder.metadata is created having both as
>> title and short-title the value "Template". How can I change these
>> default values?
>
> You can customize that in your pages/_user/template directory.
>
> Philip
>
>>
>> BR,
>> Vangelis
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
>> For additional commands, e-mail: jetspeed-dev-help@portals.apache.org
>>
>>
>
>


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


Re: new user folder.metadata

Posted by Philip Mark Donaghy <pm...@apache.org>.
Hi Vangelis,

On 5/7/07, Evangelos Vlachogiannis <ev...@aegean.gr> wrote:
> Hi list,
>
> When a new user created a new folder.metadata is created having both as
> title and short-title the value "Template". How can I change these
> default values?

You can customize that in your pages/_user/template directory.

Philip

>
> BR,
> Vangelis
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-dev-help@portals.apache.org
>
>


-- 
Philip Donaghy
donaghy.blogspot.com del.icio.us/donaghy/philip
Skype: philipmarkdonaghy
Office: +33 5 56 60 88 02
Mobile: +33 6 20 83 22 62

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