PHP Web Host - Quality Web Hosting For All PHP Applications Sign up for PayPal and start accepting credit card payments instantly
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
Michael-CGC
Hangin' Around


Joined: Apr 07, 2005
Posts: 29

PostPosted: Wed Apr 27, 2005 11:35 am Reply with quote Back to top

Hi there

How do I make FavIcon to work on with phpnuke v7.6?

In advance thank you
Regards,
Michael
View user's profile Send private message
64bitguy
The Mouse Is Extension Of Arm


Joined: Mar 06, 2004
Posts: 1156
Location: Sanbornton, NH USA

PostPosted: Wed Apr 27, 2005 4:44 pm Reply with quote Back to top

Put the favicon.ico file in the root of your installation.

That's it.
View user's profile Send private message Visit poster's website
Serafim
Worker
Worker


Joined: Mar 25, 2006
Posts: 109
Location: Delaware Usa

PostPosted: Sun May 21, 2006 8:10 pm Reply with quote Back to top

Ok I read this Post and still not sure I know its a forgotten topic but I was wondering how to do this... Is the code inserted in the header or what
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
finalheaven
Regular
Regular


Joined: Jul 15, 2006
Posts: 64

PostPosted: Tue Jul 18, 2006 2:20 pm Reply with quote Back to top

That will work for only firefox.

In order to get it to work for Internet Explorer, you have to play a
<link rel="shortcut icon" href="/favicon.ico">
in the <head> tags of your webpage.

NOW, where's the rub: Where do you do this in ravennuke?

I'd like to know as well.
View user's profile Send private message
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 6044

PostPosted: Tue Jul 18, 2006 3:25 pm Reply with quote Back to top

Check your theme files. Some themes override the favicon with a themed favicon...
View user's profile Send private message
Dauthus
Worker
Worker


Joined: Oct 07, 2003
Posts: 211

PostPosted: Tue Jul 18, 2006 3:31 pm Reply with quote Back to top

finalheaven wrote:
That will work for only firefox.

In order to get it to work for Internet Explorer, you have to play a
<link rel="shortcut icon" href="/favicon.ico">
in the <head> tags of your webpage.

NOW, where's the rub: Where do you do this in ravennuke?

I'd like to know as well.


Put it at the bottom of your includes/meta.php file. Either after the php closing tag like posted above, or before the php closing tag like this:

<link rel=\"shortcut icon\" href=\"favicon.ico\">
View user's profile Send private message Visit poster's website
evaders99
Former Moderator in Good Standing


Joined: Apr 30, 2004
Posts: 3221

PostPosted: Wed Jul 19, 2006 12:30 am Reply with quote Back to top

Yes, a theme one will automatically add the correct code

It needs to be placed in
themes/YOURTHEME/images/
View user's profile Send private message Visit poster's website
finalheaven
Regular
Regular


Joined: Jul 15, 2006
Posts: 64

PostPosted: Wed Jul 19, 2006 8:37 am Reply with quote Back to top

Tried all those things. Still nothing. You can take a look at my source code here,
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 6044

PostPosted: Wed Jul 19, 2006 9:05 am Reply with quote Back to top

Change this:
Code:
<LINK REL="ICON" HREF="http://www.worldofrsa.com/favicon.ico" type="image/x-icon">

to this:
Code:
<LINK REL="shortcut icon" HREF="http://www.worldofrsa.com/favicon.ico" type="image/x-icon">
View user's profile Send private message
myrtletrees
Involved
Involved


Joined: Sep 13, 2005
Posts: 259
Location: Cornfields of Indiana

PostPosted: Wed Jul 19, 2006 9:36 am Reply with quote Back to top

Looks like it is working to me Smile
View user's profile Send private message
finalheaven
Regular
Regular


Joined: Jul 15, 2006
Posts: 64

PostPosted: Wed Jul 19, 2006 10:06 am Reply with quote Back to top

myrtletrees wrote:
Looks like it is working to me Smile


Well, I got a new favicon up, and it works in firefox. My IE must messed cause I still don't see it there, but if you see it, I'm fine.
View user's profile Send private message
myrtletrees
Involved
Involved


Joined: Sep 13, 2005
Posts: 259
Location: Cornfields of Indiana

PostPosted: Wed Jul 19, 2006 10:23 am Reply with quote Back to top

Yeah I don't see it in IE either...But hey...the favicon on my nuke sites don't work in IE either for some reason.
View user's profile Send private message
jaded
Theme Guru


Joined: Nov 01, 2003
Posts: 1006

PostPosted: Wed Jul 19, 2006 11:38 am Reply with quote Back to top

I can never see them in IE except for here where I see Ravens. I can however always see them in firefox. It would be nice to know how but I have tried all that I can think of lol
View user's profile Send private message Visit poster's website
Dauthus
Worker
Worker


Joined: Oct 07, 2003
Posts: 211

PostPosted: Wed Jul 19, 2006 3:45 pm Reply with quote Back to top

If I remember right, the favicon doesn't work like it is supposed to in IE6. I am running the beta IE7 and they show up like they are supposed to.
View user's profile Send private message Visit poster's website
myrtletrees
Involved
Involved


Joined: Sep 13, 2005
Posts: 259
Location: Cornfields of Indiana

PostPosted: Wed Jul 19, 2006 5:34 pm Reply with quote Back to top

Dauthus wrote:
If I remember right, the favicon doesn't work like it is supposed to in IE6. I am running the beta IE7 and they show up like they are supposed to.


ahhh Surprised ...I'll have to do a search on this subject.
View user's profile Send private message
myrtletrees
Involved
Involved


Joined: Sep 13, 2005
Posts: 259
Location: Cornfields of Indiana

PostPosted: Wed Jul 19, 2006 5:50 pm Reply with quote Back to top

I found out that IE only displays the favicon after the site is bookmarked.
View user's profile Send private message
manunkind
Client


Joined: Apr 26, 2004
Posts: 368
Location: Albuquerque, NM

PostPosted: Wed Jul 19, 2006 9:20 pm Reply with quote Back to top

...and it normally doesn't last past a reboot or two.
View user's profile Send private message Visit poster's website
finalheaven
Regular
Regular


Joined: Jul 15, 2006
Posts: 64

PostPosted: Thu Jul 20, 2006 2:23 pm Reply with quote Back to top

IE6 for the lose.

Firefox for the win. Smile
View user's profile Send private message
gregexp
The Mouse Is Extension Of Arm


Joined: Feb 21, 2006
Posts: 1497
Location: In front of a screen....HELP! lol

PostPosted: Thu Jul 20, 2006 6:22 pm Reply with quote Back to top

I've been playing with the favicon, And Heres some input I'd like to know if anyone has found:

If you put the favivon.ico in the nuke dir, It will add it whether or not the code is there.
But only for the page you bookmark,

For example if I bookmark index.php, It wont show on modules.php anything.

I'd like to see it stay up there whether or not its added to the favorites and see it travel throughout the site. GRRRRRRRRRR.

Ill even be ok with making it so that the site keeps the same url no matter what page they are on, this will undoubtedly mess google tap up but any ideas?

I dont know if there is a way, Ive been googling for about 4 hours on it.
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
finalheaven
Regular
Regular


Joined: Jul 15, 2006
Posts: 64

PostPosted: Sun Jul 23, 2006 11:28 am Reply with quote Back to top

It is indeed a major pain in the akaching!, that I've been confronted with again and again whenever trying to make a site for myself.

That being said, it is a small detail that can seperate your site from being some amateur piece of work to having that professional touch.
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6373
Location: Vsetin, Czech Republic

PostPosted: Sun Jul 23, 2006 11:54 am Reply with quote Back to top

Have you checked other sites to see if the favicon shows on none bookmarked pages?
There source might might give you a clue.
View user's profile Send private message Send e-mail Visit poster's website
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 6044

PostPosted: Sun Jul 23, 2006 3:04 pm Reply with quote Back to top

The simplest thing to do is put favicon.ico in your root directory. I believe that's the only place it will work with IE. You can modify your theme to get it there also, but I believe Firefox / Mozilla will default there, too.
View user's profile Send private message
firstwiseman
Regular
Regular


Joined: Oct 11, 2005
Posts: 65

PostPosted: Wed Nov 15, 2006 11:18 am Reply with quote Back to top

A favicon.ico file is so small, why not use it in any directory your site's visitors go to? I've copied the favicon.ico for the sites I admin to every directory users might have access to. Worked for me.
View user's profile Send private message
jakec
Site Admin


Joined: Feb 06, 2006
Posts: 3038
Location: United Kingdom

PostPosted: Tue Nov 21, 2006 11:32 am Reply with quote Back to top

I've been determined to get my favicon to work in both Firefox and IE6.

It was easy to do in Firefox, just added favicon.ico to the root and bang, but IE was a bit more difficult.

I added the following to the header.php:
Code:
echo '<link rel="shortcut icon" HREF="http://www.mydomain.com/favicon.ico" type="image/x-icon">'."\n";


This seems to work fine for me, but what I did learn is not to create your image as a .bmp and then change the extension to .ico . I know everyone is going to tell me that it was obvious, but I thought it would work at the time and it did display correctly in Firefox. In the end I used Easy Icon Maker and bang it now works in IE.

To check your favicon is going to work in IE try accessing it directly by going to:
Only registered users can see links on this board!
Get registered or login to the forums!
If you get the red x then it won't work.
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6373
Location: Vsetin, Czech Republic

PostPosted: Tue Nov 21, 2006 11:51 am Reply with quote Back to top

Well done!!
Now for your next task.
See if you can get it working from meta.php instead
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum