Foros de discusión

How to change site's name

long zhao, modificado hace 11 años.

How to change site's name

Junior Member Mensajes: 39 Fecha de incorporación: 29/08/11 Mensajes recientes
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
Dhrutika Vyas, modificado hace 11 años.

RE: How to change site's name

Expert Mensajes: 435 Fecha de incorporación: 9/02/09 Mensajes recientes
Hi,

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

Regards,
Dhrutika
long zhao, modificado hace 11 años.

RE: How to change site's name

Junior Member Mensajes: 39 Fecha de incorporación: 29/08/11 Mensajes recientes
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
Hitoshi Ozawa, modificado hace 11 años.

RE: How to change site's name

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
That's because you're selecting "Site Settings" instead of "Sites". "Sites" is under "Portal"
thumbnail
Hitoshi Ozawa, modificado hace 11 años.

RE: How to change site's name

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
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
long zhao, modificado hace 11 años.

RE: How to change site's name

Junior Member Mensajes: 39 Fecha de incorporación: 29/08/11 Mensajes recientes
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?
Venkat Koppavolu, modificado hace 11 años.

RE: How to change site's name

Junior Member Mensajes: 85 Fecha de incorporación: 26/07/10 Mensajes recientes
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
long zhao, modificado hace 11 años.

RE: How to change site's name

Junior Member Mensajes: 39 Fecha de incorporación: 29/08/11 Mensajes recientes
Dear Venkat Koppavolu,
Which version are you using? I am using 6.1CE GA1.
Venkat Koppavolu, modificado hace 11 años.

RE: How to change site's name

Junior Member Mensajes: 85 Fecha de incorporación: 26/07/10 Mensajes recientes
Hi,
I am using 6.1CE GA2
long zhao, modificado hace 11 años.

RE: How to change site's name

Junior Member Mensajes: 39 Fecha de incorporación: 29/08/11 Mensajes recientes
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?
Pierre Morin, modificado hace 11 años.

RE: How to change site's name

Junior Member Mensajes: 70 Fecha de incorporación: 17/05/11 Mensajes recientes
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.
asif aftab, modificado hace 10 años.

RE: How to change site's name

Regular Member Mensajes: 123 Fecha de incorporación: 2/09/13 Mensajes recientes
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
Jerry James, modificado hace 10 años.

RE: How to change site's name

New Member Mensaje: 1 Fecha de incorporación: 24/01/14 Mensajes recientes
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>
Chris Dailey, modificado hace 8 años.

RE: How to change site's name

Junior Member Mensajes: 30 Fecha de incorporación: 24/11/14 Mensajes recientes
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.