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?

Favicon installation plus 'Articles' error mesage

Asked Modified Viewed 3,409 times
S
sparky
S
sparky 10
  • Newbie, joined since
  • Contributed 6 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
asked
Newbie

For my conventionally designed website with Frames I had a Favicon which resided in the HEAD of the html text, i.e. <link rel="shortcut icon" href="favicon.ico"> .
Can Favicons be used with PHPFusion, noting that this site does not use one? If so how can one be installed, where does the instruction sit please and how do I do it? There does not appear to be a header.php as suggested by a Google search for other PHP's and I am most used to standard html systems being new to CMS.

I am also getting an "500 Internal Server Error" when clicking on ARTICLES on the Admin panel. I have installed two Article Categories for testing which appear OK. This happens when I activate both the built in editor and click YES for Tiny MCE. It is the first trial use of this feature. Any assistance appreciated.
0 replies

9 posts

J
J_Bear
J
J_Bear 10
Jelle.
------
For every 60 seconds of anger, you lose one minute of happiness
  • Member, joined since
  • Contributed 74 posts on the community forums.
  • Started 11 threads in the forums
answered
Member

I use Favicons on my website.

open subheader.php and put this code just bofore the /head-tag
<link rel='shortcut icon' href='".BASEDIR."favicon.ico' type='image/x-icon'>
</head>
0 replies
S
sparky
S
sparky 10
  • Newbie, joined since
  • Contributed 6 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

Thank you J_Bear.

Where do you put the favicon icon? In the same base directory as the subheader.php? Also do you leave the <head> in? This will give two in succession.

This differs from normal html where this text goes betwen the <head> 's
0 replies
T
the1nonly1
T
  • Junior Member, joined since
  • Contributed 24 posts on the community forums.
  • Started 4 threads in the forums
answered
Junior Member

yes in the same directory as subheader.php and jsut copy this bit of the code and place between the <head></head> tags
<link rel='shortcut icon' href='".BASEDIR."favicon.ico' type='image/x-icon'>
0 replies
S
sparky
S
sparky 10
  • Newbie, joined since
  • Contributed 6 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

Thank you folks, all matters now resolved. The error sorted itself out.

Compliments of the Season.
0 replies
T
the1nonly1
T
  • Junior Member, joined since
  • Contributed 24 posts on the community forums.
  • Started 4 threads in the forums
answered
Junior Member

glad youve sorted it :D
0 replies
— 1 month later —
S
SunRed
S
SunRed 10
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
answered
Newbie

I can't see the favicon.
It is create from a 32*32 .BMP with GConvert.

I have added the line in subheader.php as described:

<link rel='shortcut icon' href='".BASEDIR."favicon.ico' type='image/x-icon'>

I have deleted the Bookmark and added again.

can anyone help ?
grevemc.dk
Edited by SunRed on 20-01-2007 22:55,
0 replies
W
WEC
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
answered
Veteran Member

Try to go through this thread and see if you find a solution:

http://www.php-fusion.co.uk/forum/vie...rowstart=0
0 replies
D
dalleh
D
dalleh 10
  • Junior Member, joined since
  • Contributed 15 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

most if not all new browser like firefox, netscape 7.2 and up IE 6 and up, don't need the code, they look for favicon.ico in the directory on their own, it is part of the setup.
0 replies
S
SunRed
S
SunRed 10
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
answered
Newbie

Now it works.:)

It is just not enough to delete cached pictures, but also "last visited places"
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 9 posts
  • Votes 0 votes
  • Topic users 6 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet