vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   How do i add a Browser icon ? (https://vborg.vbsupport.ru/showthread.php?t=147566)

Lahoria 05-18-2007 08:59 PM

How do i add a Browser icon ?
 
How do I add a broswer icon to my forum ? like the "v" for vbulletin you have on this site ???

please explain step by step for me :up:

cheat-master30 05-18-2007 09:50 PM

You mean a favicon, right?

From W3.org:

Code:

<link rel="icon"
      type="image/png"
      href="http://example.com/myicon.png">

Replace type with the image type, and replace the example.com part with your domain, and the part after with the image address you want to use. You can use various types, .ico files being the most common, but PNG files and such being supported in some modern browsers.

You can also just place an image called favicon.ico in the directory of your site the forum is in (forum root directory) and browsers will often automatically request it. There is already the vBulletin favicon icon in your forum directory (main) by default, so the best way is just to overwrite it with your own image.

Lahoria 05-19-2007 03:08 PM

yeah Imean favicon..
you say write:
<link rel="icon"
type="image/png"
href="http://example.com/myicon.png">
but where do i do that ?

cheat-master30 05-19-2007 04:48 PM

Between the <head> tags, where you add javascript, linked javascript files, meta information, CSS, linked CSS stylesheets, the page title and various other things.

pixel2528 05-20-2007 01:48 PM

awesome i also wanted to know how to do this


All times are GMT. The time now is 07:26 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.00995 seconds
  • Memory Usage 1,711KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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