SMF 2.0.18 has been released! Please update. Read more.
Is it the same with Firefox?
Find:Code: (index.template.php SMF 1.1.x and 2.x) [Select]<title>', $context['page_title'], '</title>';Replace with:Code: (index.template.php SMF 1.1.x and 2.x) [Select]<title>', $context['page_title'], '</title>';echo '<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />';echo '<link rel="icon" href="/favicon.ico" type="image/x-icon" />';How do I upload the favicon.ico image?For the image, name it "favicon.ico" and save it in the Windows ICO format. Make sure this image is 16 x 16, and that it is located in:%root%/public_html/
<title>', $context['page_title'], '</title>';
<title>', $context['page_title'], '</title>';echo '<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />';echo '<link rel="icon" href="/favicon.ico" type="image/x-icon" />';
Quote from: ccbtimewiz on April 30, 2008, 03:01:10 PMFind:Code: (index.template.php SMF 1.1.x and 2.x) [Select]<title>', $context['page_title'], '</title>';Replace with:Code: (index.template.php SMF 1.1.x and 2.x) [Select]<title>', $context['page_title'], '</title>';echo '<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />';echo '<link rel="icon" href="/favicon.ico" type="image/x-icon" />';How do I upload the favicon.ico image?For the image, name it "favicon.ico" and save it in the Windows ICO format. Make sure this image is 16 x 16, and that it is located in:%root%/public_html/That works perfect!