Search…

X3 Photo Gallery Support Forums

Search…
 
jasonmerlo
Topic Author
Posts: 23
Joined: 03 Oct 2009, 10:49

how to post an avatar

10 Oct 2009, 14:03

what do I need to do to get an avatar to appear next to my website title on the browser tab as well as when someone saves my website in their favorites?

thanks in advance...
 
User avatar
carter2
Experienced
Posts: 206
Joined: 13 Oct 2008, 13:00

Re: how to post an avatar

10 Oct 2009, 15:18

I know IE will look in the root of your sever for the favicon.ico but I am not sure about other browsers so put this code in the head section of your html page(or equivalent)
Code
<LINK REL="SHORTCUT ICON" HREF="http://www.yourdomain.com/name_of_icon.ico"> 
If you google favicon it will bring up many free favicon generators.
Once you have the favicon that you wish to use upload it to your website/server to the same place your main index page is.
 
jasonmerlo
Topic Author
Posts: 23
Joined: 03 Oct 2009, 10:49

Re: how to post an avatar

10 Oct 2009, 15:47

carter2 wrote:put this code in the head section of your html page(or equivalent)
Code
<LINK REL="SHORTCUT ICON" HREF="http://www.yourdomain.com/name_of_icon.ico"> 
Where do I do this at?

I uploaded the favicon to my root folder and it is appearing in IE (as you said), but not Firefox.
 
User avatar
carter2
Experienced
Posts: 206
Joined: 13 Oct 2008, 13:00

10 Oct 2009, 15:50

Clear the Firefox cache and it will appear, If it doesn't I will eat my hat :D
 
jasonmerlo
Topic Author
Posts: 23
Joined: 03 Oct 2009, 10:49

10 Oct 2009, 15:54

carter2 wrote:Clear the Firefox cache and it will appear, If it doesn't I will eat my hat :D
didn't work. Let me know how your hat tasted. :D
 
User avatar
carter2
Experienced
Posts: 206
Joined: 13 Oct 2008, 13:00

10 Oct 2009, 16:06

If it's the latest firefox you use then that doesn't count because there is an issue with the favicons. :P
Have a look on your server for*/imagevue/templates
Look for index.gallery.phtml and the add the code I put in my first post in the head section IE: between <head> and </head>
 
jasonmerlo
Topic Author
Posts: 23
Joined: 03 Oct 2009, 10:49

10 Oct 2009, 16:49

didn't work
 
User avatar
carter2
Experienced
Posts: 206
Joined: 13 Oct 2008, 13:00

10 Oct 2009, 17:09

Can I have the link to your site?

*edit*

Scrub that, I saw it in your other post. The favicon is workin in firefox 3.0.14 I had the latest firefox installed but removed it due to lots of different little issues. It also works in Opera
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

12 Oct 2009, 02:37

Browsers probe for favicon on a first visit to site, you need to clear history, not cache.
firedev.com