vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Community Lounge (https://vborg.vbsupport.ru/forumdisplay.php?f=13)
-   -   Little Icon (https://vborg.vbsupport.ru/showthread.php?t=65754)

Hialls 06-02-2004 02:27 PM

Little Icon
 
When browing through websites, a small icon next to the pages title is displayed, im wondering how i can change this for my site?

13th_Disciple 06-02-2004 04:08 PM

you mean in the address bar? if that is what you are talking about, download something like Icon Forge.. open up PhotoShop.. create you a simple but nice 100x100 image for your icon.. import that into Icon Forge, convert it to 16x16 and save it as favicon.ico..

upload that to the root of your site.. for instance.. http://www.yoursite.com/favicon.ico should bring the image up..

a lot of search engine spiders look for that file these days.. if you don't have it, you will notice a ton of 404 errors in your log refering to favicon.ico..

sabret00the 06-24-2004 11:53 PM

great post 13th, back in the day didn't you have to link to em?

Fluous 06-25-2004 12:41 AM

Thanks 13th. Was just wondering the same exact thing. :)

Natch 06-25-2004 01:05 AM

Quote:

Originally Posted by sabret00the
great post 13th, back in the day didn't you have to link to em?

This is correct (usually) the following code would be helpful in your headinclude, on it's own line...

If icon is in your server root:
Code:

<link rel="shortcut icon" href="$vboptions[homeurl]/favicon.ico" />
If icon is in your forum root:
Code:

<link rel="shortcut icon" href="$vboptions[bburl]/favicon.ico" />

dreck 05-25-2005 04:04 PM

This is great info... thanks.

Is their any way this ico will be seen all over the site..
It only shows up on my home page... not any of the other pages, not even .index.php

angelicGrace 05-25-2005 04:34 PM

Placeing the bit of code in the headerinclude template that Natch suppled for you should work.

Corriewf 05-25-2005 05:38 PM

Vbulletin will automaticlly pick it up if you put it in your root directory....... No need for code.

dreck 05-25-2005 05:52 PM

hmm.. Their must be a waiting period for it to take affect?

Corriewf 05-25-2005 06:07 PM

I believe I placed mine in the forums directory with global.php index.php ect...... I dunno I am at work and cant access it via ftp right now.

dreck 05-26-2005 12:15 AM

I placed favicon.ico in the follow dir:
/favicon.ico
/public_html/favicon.ico
/public_html/vb/favicon.ico
/public_html/vb/admincp/favicon.ico

/vb being my forum dir.

Still only works on the links I add only? Not the threads or index.php

angelicGrace 05-26-2005 12:23 AM

Quote:

Originally Posted by corriewf
Vbulletin will automaticlly pick it up if you put it in your root directory....... No need for code.

Mine never picked it up on it's own. I had to put the code in my templates.



If the original code that was provided earlier in this thread doesn't work try this. It's crude, but it should work.

PHP Code:

<link rel="shortcut icon" href=" the ico url" /> 

where I have the text "the ico url' delete that and place the full url to whatever location you have your ico stored at between the "".

Place that code in your headerincludes template.

If that doesn't work let me know and I will give mine yet another look to make sure I didn't stash the code in any other templates as well.

mholtum 05-26-2005 12:29 AM

I have had one in my root forever. Works great in FF IE doesnt like it.

angelicGrace 05-26-2005 12:39 AM

Does IE even reconize ico's? I have never bothered to pay attention. It has been so long since I even used IE.

dreck 05-26-2005 12:40 AM

Quote:

Originally Posted by angelicGrace
Mine never picked it up on it's own. I had to put the code in my templates.



If the original code that was provided earlier in this thread doesn't work try this. It's crude, but it should work.

PHP Code:

<link rel="shortcut icon" href=" the ico url" /> 

where I have the text "the ico url' delete that and place the full url to whatever location you have your ico stored at between the "".

Place that code in your headerincludes template.

If that doesn't work let me know and I will give mine yet another look to make sure I didn't stash the code in any other templates as well.

I have the code in there now. :(
Quote:

Originally Posted by mholtum
I have had one in my root forever. Works great in FF IE doesnt like it.

Maybe its IE?

angelicGrace 05-26-2005 12:43 AM

Do you have another browser like Foxfire by Mozilla that you could look at it in. If not, drop me a link and I can look from Foxfire to see if it is showing there.

EDIT: I looked at the one that you have listed as your home page. It is showing in the forum, bt not on your portal page. Try added the code to the portal template. As I have never run the portal, I don't know what template that would be.

mholtum 05-26-2005 01:01 AM

I think IE strips whatever info is needed to display it.

angelicGrace 05-26-2005 01:39 AM

Just cause of this thread I had to actualy open IE and look for myself. lol It does appear that ico's don't show. I think you might be correct mholtum.

dreck 05-26-2005 03:05 AM

I dont have Foxfire or Mozilla on this puter. I will boot linux in the mornin & try mozilla.
Yes, the site is same as my home page thisdarncar.com

angelicGrace 05-26-2005 03:17 AM

Yours is showing in Foxfire. :) its a very cute little car.

My guess is that mholtum is correct, that IE just doesn't deal with them.

Like I said the only thing I see missing is it isn't showing in your portal, but my guess is you would have to edit a protal tempate for it to show in that case.

mholtum 05-26-2005 03:21 AM

Quote:

Originally Posted by dreck
I dont have Foxfire or Mozilla on this puter. I will boot linux in the mornin & try mozilla.
Yes, the site is same as my home page thisdarncar.com

Doesnt work in IE yet it works in FF.

Dean C 05-26-2005 07:34 AM

http://www.webmasterworld.com/forum21/9639.htm

IE is notorius for favicon issues. Funny enough the one trick they describe with clicking and draggign to the right a few times makes it show ;) Strange!

dreck 05-26-2005 12:31 PM

Code:

<link rel="shortcut icon" href="http://www.thisdarncar.com/favicon.ico" />
Below the <header>, I added this code to my header, headinclude, & adv_portal templates.
Works with mozilla... Must be IE :(

Thanks for all the help,

dreck

I found this info about holding & dragging the windows e icon to the right:
http://www.favicon.com/index.jsp?id=Internet+Explorer
It works..!
hehe.. Now all I have to do is get all my members to do the same, lol

TunerNetwork 06-27-2005 04:57 AM

it's IE, my firefox works perfect....

http://www.tunernetwork.com


All times are GMT. The time now is 02:02 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01209 seconds
  • Memory Usage 1,764KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (24)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete