• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

dmcbrier
#1 Posted : Monday, March 30, 2009 7:43:00 PM(UTC)
dmcbrier

Rank: Member

Joined: 8/25/2007(UTC)
Posts: 124

Two Items


1. Does anyone know how to add a favicon for Web Browsers? Or do we do this with a Header Tag? Where to do it?



1. Does anyone know how to change the IE Tab Information and Favorite Text (Where is the data coming from)?

I changed my site name and now I can not find the text to change it again. Thank you.


:smurf: David
[email protected]
#2 Posted : Monday, March 30, 2009 10:24:41 PM(UTC)
bobn@laurastamm.net

Rank: Member

Joined: 6/6/2005(UTC)
Posts: 483

Favicon:

Just create it and drop it in the www folder. Eventually it will show up on your browser. Search the web for a free tool to make one.

Bob Noble
MitchA
#3 Posted : Tuesday, March 31, 2009 7:00:40 AM(UTC)
MitchA

Rank: Member

Joined: 3/3/2006(UTC)
Posts: 1,737

The best I've found:

http://www.favicon.cc/?

Just import an image, edit it (if needed, it shows up in real size below the edit box) and download. As Bob said, just place the file (name it) 'favicon.ico' into the root of your site.
Optimists invent airplanes,
Pessimists buy parachutes.
Aaron
#4 Posted : Tuesday, March 31, 2009 7:15:02 AM(UTC)
Aaron

Rank: Administration

Joined: 4/2/2004(UTC)
Posts: 2,393
United States
Location: Hummelstown, PA

Thanks: 6 times
Was thanked: 163 time(s) in 158 post(s)
David,

What Bob suggests will generally work, but the "correct" way is to add <link> tag to the header of your site as outlined here: http://www.w3.org/2005/10/howto-favicon

Regarding your tab/favorite text, which is actually coming from your page title, you edit this by going to the "Options" tab in the admin and then click "General" from the left-column menu. Then just edit the "Store Name" field.
Aaron Sherrick
BV Commerce
Toll-free 888-665-8637 - Int'l +1 717-220-0012
dmcbrier
#5 Posted : Wednesday, April 1, 2009 3:45:29 PM(UTC)
dmcbrier

Rank: Member

Joined: 8/25/2007(UTC)
Posts: 124

We are getting closer. I found this code in BaseStoreCode.VB


On the home page I am getting a field from Me.Page.Title = Me.PageTitle " - " + WebAppSettings.SiteName



See code below.





Private Sub Page_LoadComplete(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.LoadComplete
If Not Page.IsPostBack Then
Me.Page.Title = Me.PageTitle + " - " + WebAppSettings.SiteName
End If
End Sub







Yes the WebAppSettings.SiteName is coming from Options --&gt; General --&gt; Store Name

Where is the data Me.Page.Title = Me.PageTitle coming from. That has our old company name? Do not know where data is coming from? Maybe SQL?





Thank you for all of the posts prior to this one.
dmcbrier
#6 Posted : Wednesday, April 1, 2009 4:18:07 PM(UTC)
dmcbrier

Rank: Member

Joined: 8/25/2007(UTC)
Posts: 124

I found the issue. Home.Master <title>Welcome</title>

Me.Page.Title = Me.PageTitle + " - " + WebAppSettings.SiteName

The home page of the site data is coming from Home.Master <title>Welcome</title>
dmcbrier
#7 Posted : Wednesday, April 1, 2009 4:20:28 PM(UTC)
dmcbrier

Rank: Member

Joined: 8/25/2007(UTC)
Posts: 124

I like the idea of inserting the <link> tag to the header of the site as outlined here: www.w3.org/2005/10/howto-favicon

Where do I place this link in BVC5 structure? Is there one default place I can do this where it will replicate accross everything?
Aaron
#8 Posted : Thursday, April 2, 2009 9:29:44 AM(UTC)
Aaron

Rank: Administration

Joined: 4/2/2004(UTC)
Posts: 2,393
United States
Location: Hummelstown, PA

Thanks: 6 times
Was thanked: 163 time(s) in 158 post(s)
Originally Posted by: "dmcbrier" Go to Quoted Post
I found the issue. Home.Master <title>Welcome</title>

Me.Page.Title = Me.PageTitle + " - " + WebAppSettings.SiteName

The home page of the site data is coming from Home.Master <title>Welcome</title>


Me.PageTitle will be empty unless you have a <title> tag on your Default.aspx page or its master page.
Aaron Sherrick
BV Commerce
Toll-free 888-665-8637 - Int'l +1 717-220-0012
Aaron
#9 Posted : Thursday, April 2, 2009 9:30:10 AM(UTC)
Aaron

Rank: Administration

Joined: 4/2/2004(UTC)
Posts: 2,393
United States
Location: Hummelstown, PA

Thanks: 6 times
Was thanked: 163 time(s) in 158 post(s)
Originally Posted by: "dmcbrier" Go to Quoted Post
I like the idea of inserting the <link> tag to the header of the site as outlined here: www.w3.org/2005/10/howto-favicon

Where do I place this link in BVC5 structure? Is there one default place I can do this where it will replicate accross everything?


You will need to add it to each master page.
Aaron Sherrick
BV Commerce
Toll-free 888-665-8637 - Int'l +1 717-220-0012
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.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012