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.


All times are GMT. The time now is 08:03 AM.

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.01101 seconds
  • Memory Usage 1,728KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete