Hello, For some strange reason, my site icon is not displaying. This is the HTML code: <head> <link rel="shortcut icon" href="/files/logo/logo-icon.png" type="image/x-icon" /> </head> And if you go to http://rosemarymusker.co.uk/ you'll see that the icon does not appear in the address bar. What could be the problem? The icon URL is correct - I tested it. Is it because it's a PNG file? I'm sure that I've used PNG files for site icons before. Any ideas? Daniel.
Hi, I have created a content-type which contains an image field. When viewing an instance of this content-type which has an image set - I want the image to appear and not just be linked to. How is this achieved? Thanks, Dave
When viewing an instance of this content-type which has an image set - I want the image to appear and not just be linked to. How is this achieved?
you need to use node_images module **it allows users to upload images and associate them to nodes. -- Thanks a lot ----------------------------------------- http://ubuntuslave.blogspot.com/
It seems odd this isn't achieveable using the content-type field management stuff? When I edit the content I can even see a thumbnail of the image (above the upload button). oh well - this seems perfect, thanks for the help Dave sivaji j.g wrote:
When viewing an instance of this content-type which has an image set - I want the image to appear and not just be linked to. How is this achieved?
you need to use node_images module **it allows users to upload images and associate them to nodes.
-- Thanks a lot ----------------------------------------- http://ubuntuslave.blogspot.com/
-- David Sharpe Assistant Network Manager Acting Telephone Liaison Officer Wolfson Brain Imaging Centre ================================================================ Wolfson Brain Imaging Centre | Tel: (direct) 01223 762128 University of Cambridge | Tel: (reception) 01223 331823 Box 65, Addenbrooke's Hospital | Fax: 01223 331826 Hills Road, Cambridge, CB2 0QQ | Email:david.sharpe@wbic.cam.ac.uk http://www.wbic.cam.ac.uk | ================================================================
On Tue, Dec 16, 2008 at 8:46 PM, David Sharpe <das74@wbic.cam.ac.uk> wrote:
It seems odd this isn't achieveable using the content-type field management stuff? When I edit the content I can even see a thumbnail of the image (above the upload button).
oh well - this seems perfect,
thanks for the h
welcome, actually i had similar experience got struck with node that uses image i could see the thumbnail in edit tab but it doesnt appears in view tab. -- Thanks a lot ----------------------------------------- http://ubuntuslave.blogspot.com/
Its the difference between linking and embedding - oh well - I shall either embed it myself by hand in another field - or use your suggested module. Thanks, Dave sivaji j.g wrote:
On Tue, Dec 16, 2008 at 8:46 PM, David Sharpe <das74@wbic.cam.ac.uk <mailto:das74@wbic.cam.ac.uk>> wrote:
It seems odd this isn't achieveable using the content-type field management stuff? When I edit the content I can even see a thumbnail of the image (above the upload button).
oh well - this seems perfect,
thanks for the h
welcome, actually i had similar experience got struck with node that uses image i could see the thumbnail in edit tab but it doesnt appears in view tab.
-- Thanks a lot ----------------------------------------- http://ubuntuslave.blogspot.com/
-- David Sharpe Assistant Network Manager Acting Telephone Liaison Officer Wolfson Brain Imaging Centre ================================================================ Wolfson Brain Imaging Centre | Tel: (direct) 01223 762128 University of Cambridge | Tel: (reception) 01223 331823 Box 65, Addenbrooke's Hospital | Fax: 01223 331826 Hills Road, Cambridge, CB2 0QQ | Email:david.sharpe@wbic.cam.ac.uk http://www.wbic.cam.ac.uk | ================================================================
Also check your input format. Filtered HTML does not allow <img> tags, so images will not be displayed, so you would need to use Full HTML. Steve sivaji j.g wrote:
When viewing an instance of this content-type which has an image set - I want the image to appear and not just be linked to. How is this achieved?
you need to use node_images module **it allows users to upload images and associate them to nodes.
-- Thanks a lot ----------------------------------------- http://ubuntuslave.blogspot.com/
I think it needs to be .ico. -Steve Steve Kessler Denver DataMan 303-587-4428 Sign up for the Denver DataMan Free eNewsletter -----Original Message----- From: Daniel Carrera [mailto:daniel.carrera@zmsl.com] Sent: Tuesday, December 16, 2008 6:30 AM To: support@drupal.org Subject: [support] Site Icon Hello, For some strange reason, my site icon is not displaying. This is the HTML code: <head> <link rel="shortcut icon" href="/files/logo/logo-icon.png" type="image/x-icon" /> </head> And if you go to http://rosemarymusker.co.uk/ you'll see that the icon does not appear in the address bar. What could be the problem? The icon URL is correct - I tested it. Is it because it's a PNG file? I'm sure that I've used PNG files for site icons before. Any ideas? Daniel. -- [ Drupal support list | http://lists.drupal.org/ ]
Strangely, it works with other browsers. Maybe it's some sort of cache problem. Steve Kessler wrote:
I think it needs to be .ico.
-Steve
Steve Kessler Denver DataMan 303-587-4428 Sign up for the Denver DataMan Free eNewsletter
-----Original Message----- From: Daniel Carrera [mailto:daniel.carrera@zmsl.com] Sent: Tuesday, December 16, 2008 6:30 AM To: support@drupal.org Subject: [support] Site Icon
Hello,
For some strange reason, my site icon is not displaying. This is the HTML code:
<head> <link rel="shortcut icon" href="/files/logo/logo-icon.png" type="image/x-icon" /> </head>
And if you go to http://rosemarymusker.co.uk/ you'll see that the icon does not appear in the address bar.
What could be the problem? The icon URL is correct - I tested it. Is it because it's a PNG file? I'm sure that I've used PNG files for site icons before.
Any ideas?
Daniel.
it works here FF in Linux On Tue, Dec 16, 2008 at 2:31 PM, Daniel Carrera <daniel.carrera@zmsl.com> wrote:
Strangely, it works with other browsers. Maybe it's some sort of cache problem.
Steve Kessler wrote:
I think it needs to be .ico.
-Steve
Steve Kessler Denver DataMan 303-587-4428 Sign up for the Denver DataMan Free eNewsletter
-----Original Message----- From: Daniel Carrera [mailto:daniel.carrera@zmsl.com] Sent: Tuesday, December 16, 2008 6:30 AM To: support@drupal.org Subject: [support] Site Icon
Hello,
For some strange reason, my site icon is not displaying. This is the HTML code:
<head> <link rel="shortcut icon" href="/files/logo/logo-icon.png" type="image/x-icon" /> </head>
And if you go to http://rosemarymusker.co.uk/ you'll see that the icon does not appear in the address bar.
What could be the problem? The icon URL is correct - I tested it. Is it because it's a PNG file? I'm sure that I've used PNG files for site icons before.
Any ideas?
Daniel.
-- [ Drupal support list | http://lists.drupal.org/ ]
-- .wmv , .wma , .pps along with all proprietary Windows formats won t be accepted and/or viewed....
And I am running FF on OS X which should be the same thing. It's got to be some sort of cache thing... ... tap tap tap ... <daniel clears the cache > ... Nope, that didn't do it. How odd. Oh well, it seems to work for everyone else and that's what really matters. Thanks for the help. Cheers, Daniel. simone-www.io-lab.org wrote:
it works here FF in Linux
On Tue, Dec 16, 2008 at 2:31 PM, Daniel Carrera <daniel.carrera@zmsl.com> wrote:
Strangely, it works with other browsers. Maybe it's some sort of cache problem.
Steve Kessler wrote:
I think it needs to be .ico.
-Steve
Steve Kessler Denver DataMan 303-587-4428 Sign up for the Denver DataMan Free eNewsletter
-----Original Message----- From: Daniel Carrera [mailto:daniel.carrera@zmsl.com] Sent: Tuesday, December 16, 2008 6:30 AM To: support@drupal.org Subject: [support] Site Icon
Hello,
For some strange reason, my site icon is not displaying. This is the HTML code:
<head> <link rel="shortcut icon" href="/files/logo/logo-icon.png" type="image/x-icon" /> </head>
And if you go to http://rosemarymusker.co.uk/ you'll see that the icon does not appear in the address bar.
What could be the problem? The icon URL is correct - I tested it. Is it because it's a PNG file? I'm sure that I've used PNG files for site icons before.
Any ideas?
Daniel. -- [ Drupal support list | http://lists.drupal.org/ ]
participants (6)
-
Daniel Carrera -
David Sharpe -
simone-www.io-lab.org -
sivaji j.g -
Steve Edwards -
Steve Kessler