掲示板

How to change site's name

11年前 に long zhao によって更新されました。

How to change site's name

Junior Member 投稿: 39 参加年月日: 11/08/29 最新の投稿
Dear all,
I have created one site by Liferay 6.1. Now I'd like to change the name and keep all content.
Where is that property and how could I change it.

Thanks a lot.
thumbnail
11年前 に Dhrutika Vyas によって更新されました。

RE: How to change site's name

Expert 投稿: 435 参加年月日: 09/02/09 最新の投稿
Hi,

Simply go to Control Panel> Sites> Your site.
Click on Actions>Edit
Change the site name and save it,

Regards,
Dhrutika
11年前 に long zhao によって更新されました。

RE: How to change site's name

Junior Member 投稿: 39 参加年月日: 11/08/29 最新の投稿
Thanks for your replay. But Where is the "Actions"?
I am using Liferay 6.1 GA1, I only found this list there.
Basic Information
Details
Categorization
Site URL
Site Template
Search Engine Optimization
Sitemap
Robots
Advanced
Staging
Analytics


Kind regards


Dhrutika Vyas:
Hi,

Simply go to Control Panel> Sites> Your site.
Click on Actions>Edit
Change the site name and save it,

Regards,
Dhrutika
thumbnail
11年前 に Hitoshi Ozawa によって更新されました。

RE: How to change site's name

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
That's because you're selecting "Site Settings" instead of "Sites". "Sites" is under "Portal"
thumbnail
11年前 に Hitoshi Ozawa によって更新されました。

RE: How to change site's name

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
Venkat,

Before reposting similar reply again, please RE-READ the initial post. He's talking about a site he's created himself.

I have created one site
11年前 に long zhao によって更新されました。

RE: How to change site's name

Junior Member 投稿: 39 参加年月日: 11/08/29 最新の投稿
Yes, I am talking about the site I have created. I have a better name so I'd like to change it.
Seems that is impossible, right?
11年前 に Venkat Koppavolu によって更新されました。

RE: How to change site's name

Junior Member 投稿: 85 参加年月日: 10/07/26 最新の投稿
It is possible,

Go to -> Control Panel -> "Sites"(Under Portal Section) -> Click on site name -> Details -> change site name(better name you'd like emoticon )

Please refer attached screenshot.

Thanks,
Venkat

添付ファイル:

11年前 に long zhao によって更新されました。

RE: How to change site's name

Junior Member 投稿: 39 参加年月日: 11/08/29 最新の投稿
Dear Venkat Koppavolu,
Which version are you using? I am using 6.1CE GA1.
11年前 に Venkat Koppavolu によって更新されました。

RE: How to change site's name

Junior Member 投稿: 85 参加年月日: 10/07/26 最新の投稿
Hi,
I am using 6.1CE GA2
11年前 に long zhao によって更新されました。

RE: How to change site's name

Junior Member 投稿: 39 参加年月日: 11/08/29 最新の投稿
Venkat Koppavolu:
Hi,
I am using 6.1CE GA2


Thanks Venkat, did you change some parameters in extra file?
It is so strange. Why I do not have that function. Even I tried the 6.1 CE GA2.
Someone else could do that?
11年前 に Pierre Morin によって更新されました。

RE: How to change site's name

Junior Member 投稿: 70 参加年月日: 11/05/17 最新の投稿
I had the exact same proble and I found out that it can be changed in "Portal Settings".
Maybe beacause I have only one Site.
10年前 に asif aftab によって更新されました。

RE: How to change site's name

Regular Member 投稿: 123 参加年月日: 13/09/02 最新の投稿
Thanks
It really helps me
same thing in 6.2
admin -> control panel -> configuration -> portal settings -> Name (required) -> <Place the desire name>
thanks
asif aftab
10年前 に Jerry James によって更新されました。

RE: How to change site's name

New Member 投稿: 1 参加年月日: 14/01/24 最新の投稿
asif aftab:
Thanks
It really helps me
same thing in 6.2
admin -> control panel -> configuration -> portal settings -> Name (required) -> <Place the desire name>
thanks
asif aftab


Yes, I needed this as well for 6.2. Above post very helpful.
admin -> control panel -> configuration -> portal settings -> Name (required) -> <Place the desire name>
8年前 に Chris Dailey によって更新されました。

RE: How to change site's name

Junior Member 投稿: 30 参加年月日: 14/11/24 最新の投稿
Sorry to kick a dead horse, but just a quick note regarding the underlying implementation for anyone looking at this from a programming perspective:

The name in the portal name is the "Descriptive Name" from com.liferay.portal.model.Group getDescriptiveName(). For the top level site for the portal, the name (getName() method) returns "Guest" by default (6.2 ga2). Changing the name for the portal in the UI only changes the descriptive name; it does not change the name of the portal's web site.

For other sites that you make yourself, it appears that changing the name under Sites -> (site name) -> Configuration -> Site Settings -> Details -- Name (Required) will change both the Name and DescriptiveName fields.