![]() |
|
Site icon - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Site (https://forums.dolphin-emu.org/Forum-dolphin-site) +--- Forum: Site Feedback and Questions (https://forums.dolphin-emu.org/Forum-site-feedback-and-questions) +--- Thread: Site icon (/Thread-site-icon) Pages:
1
2
|
Site icon - John Peterson - 12-24-2009 Currently neither dolphin-emu.com or forums.dolphin-emu.com has an icon. Here's a suggested icon for it. RE: Site icon - dyoo - 12-24-2009 heh nice , but its kinda hard to recognize imo
RE: Site icon - James333 - 12-25-2009 no again... xD Did you Remember when we started to talk about the favicon of the forum six months ago ? xDDDDDD http://forums.dolphin-emu.org/thread-2634.html RE: Site icon - Diddy Kong - 12-25-2009 wTf? Its tiny, is it a question mark? RE: Site icon - James333 - 12-25-2009 (12-25-2009, 01:01 AM)Diddy Kong Wrote: wTf? Its tiny, is it a question mark?It's a favicon RE: Site icon - John Peterson - 12-25-2009 (12-25-2009, 01:01 AM)Diddy Kong Wrote: Its tiny, is it a question mark? I've only seen it used as a 16x16 icon, however if it's stored as a .ico file it could contain other formats. (12-25-2009, 12:55 AM)James333 Wrote: Did you Remember when we started to talk about the favicon of the forum six months ago ? xDDDDDD Thanks. I hadn't seen that conversation. I don't agree with the decision to close the thread. The majority of websites now use an icon. (12-25-2009, 01:27 AM)James333 Wrote: It's a favicon Yes it was traditionally called favicon.ico but is now part of the HTML standard with the <link rel="icon"> syntax. And as pointed out on Wikipedia, if it's a Windows icon the type should be type="image/vnd.microsoft.icon", not type="image/x-icon". RE: Site icon - John Peterson - 01-24-2010 Bump. Here's how to define the site icon: PHP-Fusion Replace "images/favicon.ico". The icon is already defined as <link rel='shortcut icon' href='images/favicon.ico' type='image/x-icon' />, probably in "themes/templates/header.php". That's slightly incorrect HTML though, it should be <link rel='icon' href='images/favicon.ico' type='image/vnd.microsoft.icon'> MyBB Templates > Modify / Delete > Select your theme > headerinclude > Edit Add <link rel='icon' href='images/favicon.ico' type='image/vnd.microsoft.icon'> if the site icon is located in 'images/favicon.ico'. RE: Site icon - toe_head2001 - 01-25-2010 In my opinion, that icon should be used for the program as well, instead of that lame Mario silhouette. But, hey, do want you want. RE: Site icon - James333 - 01-25-2010 Daco Wrote:So actually you need someone who have access to put the damn faviconmanaurys Wrote:how hard could it be????not at all
RE: Site icon - John Peterson - 01-25-2010 (01-25-2010, 07:29 AM)toe_head2001 Wrote: In my opinion, that icon should be used for the program as well, instead of that lame Mario silhouette. But, hey, do want you want. I always wondered how the Mario silhouette was not trademark infringement. I guess it goes outside the "identical or confusingly similar" definition. But to be safe we should probably go with the dolphin instead of Mario. |