Forum Discussion

sprice's avatar
sprice
Mentor
16 years ago

favicon?

Hey,

 

I was wondering how to implement a favicon on the lithium forums?

 

Cheers

 

Steve

  • <link rel="shortcut icon" href="http://www.yourcompany.com/favicon.ico" type="image/x-icon" />

     

    I beleive this is good for FF and IE.

     

    You can drop that line in the custom head content or the header in the admin.

    Message Edited by chasw on 02-03-2009 11:34 AM

9 Replies

  • chasw's avatar
    chasw
    Lithium Alumni (Retired)
    16 years ago

    <link rel="shortcut icon" href="http://www.yourcompany.com/favicon.ico" type="image/x-icon" />

     

    I beleive this is good for FF and IE.

     

    You can drop that line in the custom head content or the header in the admin.

    Message Edited by chasw on 02-03-2009 11:34 AM
  • sprice's avatar
    sprice
    Mentor
    16 years ago

    Ah ok, thought there may be something in the config instead of customising the headers.

     

    Thanks though.

  • erik's avatar
    erik
    Boss
    16 years ago
    on a side note, if you dump a favicon.ico in your root directory, both IE and FF will automatically pick it up without any extra HTML needed.
  • Greed's avatar
    Greed
    Mentor
    16 years ago

    true on "most" servers.

    and also depends on the files permissions (777 would do)

    Message Edited by Greed on 03-04-2009 05:58 PM
  • kosmonaft's avatar
    kosmonaft
    Guide
    8 years ago

    Is this still the only way to add favicon to Lithium forum?

  • kosmonaft's avatar
    kosmonaft
    Guide
    8 years ago
    Unfortunately, I'm not able to open that page.
    Access denied:
    [image: Inline image 1]
  • VikasB's avatar
    VikasB
    Boss
    8 years ago

    NP, you can follow these steps 

    1. Go to Studio > Community Style.
    2. Select your skin from the list on the left.
    3. Click the Wrapper tab > Page Head Bottom Content section and add the following and save it. 
    <link rel="icon" href="${asset.get("/html/assets/favicon.ico")}">
  • kosmonaft's avatar
    kosmonaft
    Guide
    8 years ago
    Thank you!
    I already did that.
    I was just wondering if there is another way.