Argonath RPG - A World of its own

Argonath RPG Community => Hardware/Software support => Resolved issues => Topic started by: John_Vaughan on August 08, 2009, 01:10:10 am

Title: [Solved]Website releated
Post by: John_Vaughan on August 08, 2009, 01:10:10 am
Hey, As some of you guys know, Some sites can have custom icons which is seen generally next to the url link, and in the tabs, Like the one Argonath has (not precisely that one):

(http://img11.imageshack.us/img11/5995/imagezwo.jpg)

How to add a custom one to my site? (The Ancelotti Forum)

Another good example is the one "www.wshadows.com" (WS page) or Argonath Main Site has.

Thanks in advanced
Title: Re: Website releated
Post by: VendettaX on August 08, 2009, 01:22:13 am
well actually that's really easy :P
just type: <link rel="(LINK OF THE ICON)" /> between the <head></head> if it is an html page of course
like this:
<head><title>(NAME OF YOUR PAGE)</title><link rel="(LINK OF THE ICON)" />
hope it helps  :D
Title: Re: Website releated
Post by: John_Vaughan on August 08, 2009, 01:44:58 am
How to do it with FORUMS?

I use SMF.
Title: Re: Website releated
Post by: MikeUK on August 08, 2009, 03:22:36 pm
make an icon file called 'favicon.ico' and store it in the root of the forum.
Google Favicons for more info.
Title: Re: Website releated
Post by: John_Vaughan on August 08, 2009, 05:36:26 pm
Solved :D

For all who needs future help on this, Just go to forum/themes/<Theme Name you're using> and edit "index.template.php"

Search for (usually it's at the END of the file)

Code: [Select]
?>
And add:

Code: [Select]
<html>
   <head>
      <link rel="shortcut icon" href="Website Directory where you placed the favicon.ico">
   </head>
</html>

Thanks MikeUK for giving me the hint :)

You can lock this topic
SimplePortal 2.3.7 © 2008-2025, SimplePortal