Rank: Member
Joined: 3/20/2006(UTC) Posts: 27
|
I have figured out that if I go to my theme's folder, open the home.master file, and remove the "Home" from the title tag the "Home" will disappear from the title of my homepage. Does anyone know how I can get rid of that pesky dash "-" as well as the spaces before my title? These appear in all of the themes. The dash and spaces do not exist where I have defined my store name within bv.
thanks
Rene'
|
|
|
|
Rank: Member
Joined: 6/6/2005(UTC) Posts: 483
|
I don't know if this is in the same category or not. When I bookmark BV's site and many others, it shows a logo or a graphic front of the site name. How do I set my site up to display our logo?
Bob Noble
|
|
|
|
Rank: Member
Joined: 10/22/2006(UTC) Posts: 74
|
Do a google for favicon.ico to learn more about the icon.
Basically you have to create the icon and drop it into your wwwroot folder. Browsers automagically look for it. HTH.
I'm interested if there is a solution to Rene's original question. ?
|
|
|
|
Rank: Member
Joined: 9/27/2004(UTC) Posts: 1,099
|
Modify the "BaseStorePage.vb" file in your App_Code folder. Change Code:Me.Page.Title = Me.PageTitle + " - " + WebAppSettings.SiteName to Code:Me.Page.Title = WebAppSettings.SiteName or whatever you want... |
|
|
|
|
Rank: Member
Joined: 8/17/2006(UTC) Posts: 681
|
Nick,
Could you please add to the General Settings an entry "Store Title" and use that in the title of the pages instead of the SiteName. I would like the SiteName to be "BestGames" and use that in email/print templates while in the title of the pages I'd like to have a different string and change it from time to time.
Thanks, Corneliu. |
|
|
|
|
Rank: Member
Joined: 5/17/2004(UTC) Posts: 456
|
Will this be fixed or changed in future service packs for BV5 ?
|
|
|
|
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.