Is it possible to rename a list in Sharepoint 2007 using the web interface? I would like navigation url to change as well.
I have tried change the name using the settings option on the list. This will change the title but not the navigation url.
|
|
Is it possible to rename a list in Sharepoint 2007 using the web interface? I would like navigation url to change as well. I have tried change the name using the settings option on the list. This will change the title but not the navigation url.
|
||||
|
|
|
I'm not sure that changing the url is possible through the web UI. However, you could probably save the list as a template, include the content as part of that template, and then delete the list. Finally, apply the template to get a newly named (with new url) list. |
|||
|
|
|
You can definitely change the URL using SharePoint Designer. I'm quite sure you can also do this programmatically. |
||
|
|
|
|
The list will get the name you created it with so create the list and then set the localised name afterwards
When you then need the list you get it using the internal Name which will be the same name as in Constants.ListNames.MYLIST
I think it is a good practice to stay away from the Display name see this article regarding problems with fields in Sharepoint http://www.buro9.com/blog/2007/02/26/sharepoint-splistitem-quirks/ |
|||
|
|
|
|
The internal name for lists is pretty messy and killing it in code or by manipulating the files may break some custom web parts, workflows, or cause orphaning. For these reasons, I would leave the internal name alone rather than risk causing something to break in the name of vanity. If the client was requesting the change, however, I would save the template as Martin says and use that to rename your list. |
||
|
|
|
|
Once you create a list or doc library, the url cannot be changed using the web interface - you're stuck with it unless you modify it using something like Powershell or SharePoint Designer. I highly recommend making it a habit to initially create the lists/libraries with a shortened/clean url, then immediately renaming the lists/libraries to its "nice" name for everyone to read clearly. |
||
|
|
|
|
It looks like you can change the url in Windows Explorer. The library/list still exist and can be edited. |
||
|
|