Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to rename a list in Sharepoint

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.

like image 373
Matt Spradley Avatar asked Apr 30 '09 01:04

Matt Spradley


People also ask

How do I rename a list in Microsoft?

Rename a Lists tab in a channel Select the tab to open the list. At the top of the page, select the down arrow next to the current name and then select Rename.


1 Answers

I had this same issue and I resolved it easily in SharePoint Designer. You have to go to All Files listing, find the list, right click and Rename. This will change the URL. You won't have this option if you go to the List & Libraries option, you have to go to the All Files one.

You cannot do this in the Web UI.

Also, another tip. If you need you have a need to name a list with spaces, but don't want the ugly %20 escape characters in the URL. Say you need to name your list Info Center. First create the list with no space: InfoCenter. Then go back and rename the Title only to Info Center. Now you will have the a nice readable list name, as well as no %20's in your URL.

like image 70
Shane Avatar answered Oct 26 '22 04:10

Shane