GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Favicon on mechbunny script (https://gfy.com/showthread.php?t=1103287)

Feng-PD 03-16-2013 07:21 AM

Favicon on mechbunny script
 
Hey guys,

I'm trying to get a favicon on a mechbunny script but am failing doing so.
If someone could tell me where to put it and what code to use, i would be deeply grateful!

:thumbsup:thumbsup:thumbsup

fris 03-16-2013 07:44 AM

Quote:

Originally Posted by fengwu83 (Post 19530871)
Hey guys,

I'm trying to get a favicon on a mechbunny script but am failing doing so.
If someone could tell me where to put it and what code to use, i would be deeply grateful!

:thumbsup:thumbsup:thumbsup

you want to add it to three files.

/templates/template.overall_header.php
/templates/mobile.overall_header.php
/templates/template.video_header.php

Feng-PD 03-16-2013 07:54 AM

Quote:

Originally Posted by fris (Post 19530896)
you want to add it to three files.

/templates/template.overall_header.php
/templates/mobile.overall_header.php
/templates/template.video_header.php

i have done this already with this code :

<head profile="http://www.w3.org/2005/10/profile">
<link rel="icon"
type="image/png"
href="www.xxxxxxxxxx.com/favicon.png">

and it doesnt show... :(

grumpy 03-16-2013 08:13 AM

Upload the generated file ("favicon.ico") to your site. Verify it's there by typing http://mysite.com/favicon.ico in the browser's location, where "mysite.com" is your site's address.
Next, insert the below code in the HEAD section of your pages, at the very least, your site's main index page:
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
That's it! Note that your favicon may not appear immediately after you've completed the above two steps. In fact, it may take a few days, and in IE, sometimes the favicon will disappear from time to time due to a browser bug.

Feng-PD 03-16-2013 08:38 AM

Quote:

Originally Posted by grumpy (Post 19530936)
Upload the generated file ("favicon.ico") to your site. Verify it's there by typing http://mysite.com/favicon.ico in the browser's location, where "mysite.com" is your site's address.
Next, insert the below code in the HEAD section of your pages, at the very least, your site's main index page:
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
That's it! Note that your favicon may not appear immediately after you've completed the above two steps. In fact, it may take a few days, and in IE, sometimes the favicon will disappear from time to time due to a browser bug.

ill try this again and wait a few days... mayb it will work..

thanks fris and grumpy for you time :) :thumbsup:thumbsup


All times are GMT -7. The time now is 04:36 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123