pluck
pluck 4.7 out now, download it today!

pluck support forums

for all your questions about the easiest CMS on the planet

You are not logged in.

Announcement

New registrations are disabled for some spam problems. New registrations will be avaliable soon. If you want to help to keep forum away from spam - contact us.
Please post your bug reports on Launchpad.

#1 09-03-2010 20:30:47

rfuller
Member
Registered: 27-01-2010
Posts: 49

favicon

I have been trying to get one of my sites to use a favicon, but don't seem to be able to get it to work correctly. Any sugestion would be greatly appreciated.

Here is what I have done so far.

Made the the favicon 16X16

Named the file favicon.ico

Put this in  the

head>     

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

head/>

Bob

Offline

#2 09-03-2010 22:10:29

RavenWing
Member
Registered: 09-07-2009
Posts: 76

Re: favicon

No linking to it is required.
Simply upload it to the root directory and Pluck automatically does it for you smile

Offline

#3 10-03-2010 12:52:51

rfuller
Member
Registered: 27-01-2010
Posts: 49

Re: favicon

Still doesn't seem to work.

Bob


RavenWing wrote:

No linking to it is required.
Simply upload it to the root directory and Pluck automatically does it for you smile

Offline

#4 10-03-2010 16:17:44

mecano
Member
Registered: 09-01-2008
Posts: 67

Re: favicon

open / edit: data/themes/your-theme/theme.php
and place this:

<link rel="shortcut icon" href="data/themes/<?php echo $site_theme; ?>/images/favicon.ico" type="image/x-icon" />

before the closing tag </head>

in this case you have to place favicon.ico in the folder images

"data/themes/your-theme/images"

Last edited by mecano (10-03-2010 16:29:26)

Offline

#5 11-03-2010 15:20:46

rfuller
Member
Registered: 27-01-2010
Posts: 49

Re: favicon

mecano

Thanks it works !!!

I have been looking all over the net and not one article mention to put the favicon in the images folder. All the articles said to put the favicon in the root directory.

Thanks so much.

Bob

Last edited by rfuller (13-03-2010 15:31:15)

Offline

#6 14-03-2010 10:29:03

mecano
Member
Registered: 09-01-2008
Posts: 67

Re: favicon

rfuller wrote:

mecano

I have been looking all over the net and not one article mention to put the favicon in the images folder. All the articles said to put the favicon in the root directory.

This got more to do with path and theme

example

<link rel="shortcut icon" href="data/themes/<?php echo $site_theme; ?>/favicon.ico" type="image/x-icon" />

in this case you have to place the favicon.ico in your theme folder

dynamic href
data/themes/<?php echo $site_theme; ?>/favicon.ico

or fixed href
data/themes/your_theme/favicon.ico

Offline

Board footer

Powered by FluxBB