Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

WSS: Multi-page team site question

  Asked By: Scot Lott         Date: Jan 01, 2005      Category: Sharepoint      Views: 449
 

I am creating a template site in WSS for team working spaces using the multi-page template. The template is created with three tabs, Home, Page 1, and Page 2. I want to customize the names of the pages, and I can do this for any pages that I add, but can't see a way to change the default page tabs.

Tagged:            

 

3 Answers Found

 
Answer #1       Answered By: Dakota Shaffer          Answered On: Jan 01, 2005       

Under modify this workspace, click on manage pages  then beside "Order"
click the triangle and select "settings"

You can rename the page  there.

 
Answer #2       Answered By: Ted Gilmore          Answered On: Jan 01, 2005       

It won't let me change  the Home tab, but I can live with that.

 
Answer #3       Answered By: Monte Cooley          Answered On: Jan 01, 2005       

For this you have to change  following "\1033\MPS\XML\ONET.XML" xml
file.
Replace Page 1.aspx with name you want in following tag.

<File Url="doctemp\smartpgs\spstd1.aspx" Type="GhostableInLibrary"
Name="Page 1.aspx">

You can do this for Page 2.aspx

Reset IIS. This will do needed changes.

 
Didn't find what you were looking for? Find more on WSS: Multi-page team site question Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].