Author |
Message |
pmaryan
Regular


Joined: Oct 06, 2005
Posts: 76
|
Posted:
Thu Jan 19, 2006 4:31 pm |
|
I have had a favorites icon made for me named favicon.ico. I know where/what to do If i have straight html, however where would I put it using nuke? And where/what code would be associated. |
|
|
|
 |
evaders99
Former Moderator in Good Standing

Joined: Apr 30, 2004
Posts: 3221
|
Posted:
Thu Jan 19, 2006 4:50 pm |
|
Just put it in your nuke root. And put your code in the includes/meta.php file |
_________________ - Only registered users can see links on this board! Get registered or login! -
Need help? Only registered users can see links on this board! Get registered or login! |
|
|
 |
montego
Site Admin

Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Thu Jan 19, 2006 4:51 pm |
|
pmaryan, all you do is place it into your nuke root directory. I think it really is a browser thing... it may request that .ico file when it views your index.php page or when a favorite / bookmark / shortcut is saved. |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
 |
pmaryan

|
Posted:
Thu Jan 19, 2006 7:09 pm |
|
yes i know to put it in the root, or wherever i want to put it, but the html code normally would be...
Code:<link rel="shortcut icon" href="favicon.ico">
|
But this is html, it isn't php, which is what is used. What would i insert into where to get it working. |
|
|
|
 |
evaders99

|
Posted:
Thu Jan 19, 2006 9:10 pm |
|
Again includes/meta.php
It's not hard to figure out how to display the code, follow what's already in there |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Thu Jan 19, 2006 10:40 pm |
|
|
|
 |
pmaryan

|
Posted:
Thu Jan 19, 2006 11:32 pm |
|
Thanks for the help. I looked at that FAQ before, but those files aren't relevant anymore. I needed both the code to put in and the suggestion of meta.php as the place to put it.
Thanks. |
|
|
|
 |
Raven

|
Posted:
Thu Jan 19, 2006 11:35 pm |
|
|
|
 |
pmaryan

|
Posted:
Thu Jan 19, 2006 11:39 pm |
|
Oh ok, well Thank you anyways I feel like I can get quality help and trust most everyone on this site for help in time of need!!
Ill be hittin up the donat-o-meter when i get paid next. |
|
|
|
 |
TheosEleos
Life Cycles Becoming CPU Cycles

Joined: Sep 18, 2003
Posts: 960
Location: Missouri
|
Posted:
Fri Apr 07, 2006 4:54 pm |
|
I just added ...
Code:<link rel="shortcut icon" href="favicon.ico">
|
Before the opening php tag in includes/meta.php and it started working just fine. |
_________________ Only registered users can see links on this board! Get registered or login! |
|
 |
 |
|