BV Commerce Forum
»
BV Commerce Support
»
General Support
»
SP3.2 added "Home - " to the title of my site. Check your's too.
Rank: Member
Joined: 3/3/2006(UTC) Posts: 1,737
|
Home - sitename.com No big deal, but I had removed this... it came back. I can see that it's back on a few other stores as well......
To remove: (from Everett last year)
<SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana">Modify the "BaseStorePage.vb" file in your App_Code folder.
Change <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
<SPAN style="FONT-SIZE: 8pt; COLOR: #000099; FONT-FAMILY: 'Lucida Console'">Me.Page.Title = Me.PageTitle + " - " + WebAppSettings.SiteName
<SPAN style="FONT-SIZE: 8pt; COLOR: #000099; FONT-FAMILY: 'Lucida Console'"><o:p></o:p>
<SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana">to <o:p></o:p>
<SPAN style="FONT-SIZE: 8pt; COLOR: #000099; FONT-FAMILY: 'Lucida Console'">Me.Page.Title = WebAppSettings.SiteName<o:p></o:p>
Removing this keeps bookmarks from showing "Home - Sitename". |
Optimists invent airplanes, Pessimists buy parachutes. |
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.