The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
favicon not showing up
ok i uploaded the favicon to the forum root and i add the code to the headerincluded and none showed up how come?
Code:
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> |
#2
|
||||
|
||||
You don't need to add any code to the headinclude. If you have the favicon.ico in the forum root, it will show up. You may have to clear your cache first.
|
#3
|
|||
|
|||
AFAIK showing a favicon is not a function of vBulletin, but a funtion of your webserver.
|
#4
|
||||
|
||||
Quote:
Quote:
admincp > Maintenance > Diagnostics > Suspect File Versions i get this{ Unable to read MD5 sums from file includes/md5_sums_vbulletin.php } i tried re uploading it and steel not working? ok here is what i did to fix this i renamed the file called md5_sums_vbforum_4.php to md5_sums_vbulletin.php i think you guys forgot to name it right... |
#5
|
||||
|
||||
That was posted as a bug quite a while ago. They will get to it when they get to it. I don't understand what that has to do with the favicon, however.
|
#6
|
||||
|
||||
it doesn't,
but an tell now that favicon is not showing up and dont say is the server or host buc i have my other site on the same server and it working fine. same server same host.. favicon is showing = coderz4life 3.8 favicon is not showing = websitesmasters 4.0.4 beta |
#7
|
||||
|
||||
you might try adding it here
http://websitesmasters.com/favicon.ico I see it in your forum folder and marco is right, the favicon doesn't have anything to do with vBulletin, you can have a favicon with a blank html page |
#8
|
||||
|
||||
ya but i cant do that any think out side my forum root folder it wont be read..
this is what i have in my .htaccess Code:
RewriteEngine on RewriteCond %{HTTP_HOST} ^(www\.)?websitesmasters.com$ [NC] RewriteCond %{REQUEST_URI} !^/webmaker/ RewriteRule ^(.*)$ "http://websitesmasters.com/webmaker/" [R=301,L] |
#9
|
||||
|
||||
was just an idea?
it shouldn't hurt anything to copy that image and place it in the root as well |
#10
|
|||
|
|||
I viewed your source and there was nothing mentioning favicon.
Put this in your headinclude Code:
<link rel="SHORTCUT ICON" type="image/x-icon" href="./favicon.ico" /> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|