Fork me on GitHub

favicon.ico & PN 0.8  Bottom

  • Hi PostNukers,

    Using PN .8 on a LAMP server, theme andreas08.

    Trying to get the favicon to display in Firefox and IE. Added the following to the of the templates master.htm, home.htm and admin.htm:



    The file favicon.ico is in the directories "root", "/images", "/themes", "/themes/andreas08", "/themes/andreas08/images".

    Flushed manually (ftp) the contents of the applicable pnTemp directories (cache/compiled).

    But still a no-go. Anybody have an idea on how to get the favicon to display in PN 0.8?

    Best regards,

    Pepe





    edited by: pptous, Oct 10, 2007 - 11:50 PM
  • Do you have it correctly called in your theme header?

    --
    David Pahl
    Zikula Support Team
  • please post your LINK definition without < and >, like this:

    Code

    link rel="shortcut icon" href="themes/PNdotcom100/images/favicon.ico" /


    --
    - Mateo T. -
    Mis principios... son mis fines
  • hello mateo

    thank you for your help, but the problem still exists.

    in the theme dir i have changed the tag in the files /templates/master.htm, /templates/modules/admin.htm, and templates/modules/home.htm to read as below, but i am still not getting the favicon.ico to display. the favicon.ico is now resident as /themes/andreas08/images/favicon.ico. favicon.ico is also in the dir /images and in the root dir as well. here is the code, hope you can figure it out!

    thanks,

    pepe

    Code

    <!DOCTYPE html public "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<!--[lang]-->"><head>
    " />
    <title><!--[title]--></title>
    "
    />
    " />
    /style.css"
    media="print,projection,screen" />
    /print.css" media="print" />
    link rel="
    shortcut icon" href="themes/andreas08/images/favicon.ico" /
    <!--[modulestylesheet xhtml=true]-->
    <!--[if $pagetype eq 'admin']--><!--[modulestylesheet stylesheet=admin.css modname=admin xhtml=true]--><!--[/if]-->
    </head>
    <body>


  • Can you post a link? A link showing the problem would help to diagnose the problem.

    -Mark

    --
    Visit My homepage and Zikula themes.
  • thank you mateo & mark,

    it flies now! code in head tag of master.htm, home.htm, and admin.htm now reads:

    Code

     


    hmm... can't get the code to stick in this post. anyway, the above code but the favicon line is now with "< >" that made it work.

    Pepe



    edited by: pptous, Oct 12, 2007 - 12:28 AM
  • 0 users

This list is based on users active over the last 60 minutes.