MyBB Community Forums

Full Version: FavIcons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I tried putting:

<link rel="shortcut icon" href="../images/favicon.ico">

into the index.php file, but the headers are output by the functions.php file. So I attempted editing that file aswell, but the same problem arose.

Any answers? Please and thank you. Big Grin
Try editing the headerinclude for your theme and putting it in there.

ACP -> Templates -> Modify/Delete -> *Your Theme* -> Expand -> headerinclude
Alright thanks a bunch!

I just edited the "headerinclude" like you said and added the code before that.
It is working ok now then?
Correct! ^_^
I found a cool place to edit your favicons! I'm not sure if anyone has seen this before or not, but you can upload the pic you would like, plus you can animate it if you wanted Smile

http://www.html-kit.com/favicon/
You really only need to upload the facicon.ico file to the root directory of the site for it to be recognized. The REL tag isn't needed by most browsers.
Why does not this work for me???
I upload the favicon.ico file to the root

In header include I add
Quote: <link rel=”shortcut icon” href=”http://www.ikf-forum.eu/favicon.ico”>
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.lite.js?ver=12122"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/moo.ajax.js?ver=12122"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=12122"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=12122"></script>
<link rel="stylesheet" type="text/css" href="{$theme['css_url']}" />
<script language="Javascript" type="text/javascript">
<!--
var my_post_key = '{$mybb->post_code}';
var my_post_key = '{$mybb->post_code}';
var cookieDomain = "{$mybb->settings['cookiedomain']}";
var cookiePath = "{$mybb->settings['cookiepath']}";
var newpm_prompt = "{$lang->newpm_prompt}";
var deleteevent_confirm = "{$lang->deleteevent_confirm}";
var removeattach_confirm = "{$lang->removeattach_confirm}";
var loading_text = '{$lang->ajax_loading}';
var saving_changes = '{$lang->saving_changes}';
// -->
</script>
{$newpmmsg}”>
Works fine here (small green dot?)

Your browser caches the favicons, so it probably hasn't updated yet.
Thats right it must be a small green earth.
But I cannot see it. Any Idea what to do???
Pages: 1 2