MyBB Community Forums

Full Version: forum icon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi I was wondering if it is possible to have an icoon in front of the url of the forum and also (if you use firefox) on the tab which "carries" the forum at that moment.

And if so, where how can I install it?

Thanks in advance for any help with this.
ok, forget it, i am a noob, found it already...

edit: although I thought so, it is not.

I created an favicon.ico, uploaded it, but eventually nothing worked out whatever I tried.
Is there some hack for the php code or some plugin?

Again thanks in advance for an answer.
Um... no. Actually, in the forum index.php, just put this in:

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

Replace URL with the URL of your favicon. Put this code at the top of index.php between head tags.
AzureGameZ Wrote:Um... no. Actually, in the forum index.php, just put this in:

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

Replace URL with the URL of your favicon. Put this code at the top of index.php between head tags.

You can add that code to the top of the headerinclude template and it will add it to all forum pages Smile
thanks alot, it worked. Really nice.