Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

How to change url logo, flavicon

Asked Modified Viewed 3,687 times
T
team2win
T
  • Member, joined since
  • Contributed 125 posts on the community forums.
  • Started 26 threads in the forums
  • Started this discussions
asked
Member

I was wondering how I can change the website url logo from the php fusion logo to my own?
Also known as flavicon.ico

Thanks in advance...
0 replies

13 posts

B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
answered
Veteran Member

Go to "Content Admin" -> "Images"
or
"System Admin" -> "Banner"
0 replies
T
team2win
T
  • Member, joined since
  • Contributed 125 posts on the community forums.
  • Started 26 threads in the forums
  • Started this discussions
answered
Member

Quote

slaughter wrote:
Go to "Content Admin" -> "Images"
or
"System Admin" -> "Banner"


I don't think you understand my question.
next to: http address, there's a logo... how can I change that logo from php fusion to my sites logo.
there's nothing addressing this under the Admin>Banner section....

Thanks
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

<link rel='shortcut icon' href='[b]images/favicon.ico[/b]' type='image/x-icon' />


Replace the ==> images/favicon.ico <== to your icon ( 16x16 )
0 replies
T
team2win
T
  • Member, joined since
  • Contributed 125 posts on the community forums.
  • Started 26 threads in the forums
  • Started this discussions
answered
Member

Quote

PolarFox wrote:
<link rel='shortcut icon' href='[b]images/favicon.ico[/b]' type='image/x-icon' />


Replace the ==> images/favicon.ico <== to your icon ( 16x16 )


Polar,

Yes, but where is this code? or are you saying, put this code in the banner section?
<link rel='shortcut icon' href='[b]images/favicon.ico[/b]' type='image/x-icon' />


I put this code in the banner section and it caused error, just showed the on the page. Didn't change the url logo
Edited by team2win on 23-03-2010 21:21,
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
answered
Veteran Member

Ups sorry, I did not read the part with the"flavicon.ico" :o
0 replies
T
team2win
T
  • Member, joined since
  • Contributed 125 posts on the community forums.
  • Started 26 threads in the forums
  • Started this discussions
answered
Member

Quote

slaughter wrote:
Ups sorry, I did not read the part with the"flavicon.ico" :o


Slaughter, i put the code provided by polar in the banners section and that still didn't work.
I changed the flavicon.ico to mine.. so I know the image is correct, its not the php fusion...

Also checked the flavicon image under images and it shows mine is there....So no clue why php logo is still in my url.
Edited by team2win on 23-03-2010 21:25,
0 replies
A
afif
A
afif 10
  • Member, joined since
  • Contributed 183 posts on the community forums.
  • Started 12 threads in the forums
answered
Member

You need to put that on the theme header. that's all.
0 replies
T
team2win
T
  • Member, joined since
  • Contributed 125 posts on the community forums.
  • Started 26 threads in the forums
  • Started this discussions
answered
Member

Quote

afif wrote:
You need to put that on the theme header. that's all.


Please clarify theme header, the location to place this code...
I'll look in themes and/or themes.php for it....

Thx in advance

update: no themes.php page, only themes folder... so don't understand theme header?
Edited by team2win on 23-03-2010 21:34,
0 replies
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
answered
Veteran Member

The confusion was caused by your referring to the icon as a "website url logo".

Upload your icon file to the images folder, the simplest way to do this is to name your icon; favicon.ico and overwrite the existing one.

If you want to give it an unique name

Open themes/templates/header.php

Find line 34...

if (file_exists(IMAGES."favicon.ico")) { echo "<link rel='shortcut icon' href='".IMAGES."favicon.ico' type='image/x-icon' />\n"; }


and edit - favicon.ico - to the name of your file.

--
Edited by HobbyMan on 23-03-2010 21:38,
0 replies
T
team2win
T
  • Member, joined since
  • Contributed 125 posts on the community forums.
  • Started 26 threads in the forums
  • Started this discussions
answered
Member

Quote

HobbyMan wrote:
The confusion was caused by your referring to the icon as a "website url logo".

Upload your icon file to the images folder, the simplest way to do this is to name your icon; favicon.ico and overwrite the existing one.

If you want to give it an unique name

Open themes/templates/header.php

Find line 34...

if (file_exists(IMAGES."favicon.ico")) { echo "<link rel='shortcut icon' href='".IMAGES."favicon.ico' type='image/x-icon' />\n"; }


and edit - favicon.ico - to the name of your file.

--


1. I went to content/images, favicon.ico... my image is there.. when i click on view my image shows up
2. When i click on my site... www.poker101a.com.. my image shows up, but when the page loads, it goes back to the php image...
3. my image is now the favicon.ico image, not the php image, so I'm confused on how its still showing up...
4. does this part of the code need to be changed? type='image/x-icon'
I can't find this image/x-con anywhere...

Hope this helps....
Edited by team2win on 23-03-2010 21:53,
0 replies
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
answered
Veteran Member

It can take a while, clear you browser cache, try again
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
answered
Veteran Member

I visited your website and it works for me. I only see your new favicon.
0 replies
T
team2win
T
  • Member, joined since
  • Contributed 125 posts on the community forums.
  • Started 26 threads in the forums
  • Started this discussions
answered
Member

Thank you all for your help... I completely forgot to clear my cache... So all I basically had to do and did already was make sure the favicon.ico under images was the one I loaded...

Ty,ty everyone:)
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 13 posts
  • Votes 0 votes
  • Topic users 5 members

5 participants

A
A
afif 10
  • Member, joined since
  • Contributed 183 posts on the community forums.
  • Started 12 threads in the forums
H
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
B
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
T
T
  • Member, joined since
  • Contributed 125 posts on the community forums.
  • Started 26 threads in the forums
  • Started this discussions
P
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet