Closed (fixed)
Project:
Site map
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
31 Mar 2007 at 11:03 UTC
Updated:
16 Jun 2007 at 04:48 UTC
Jump to comment: Most recent file
please use the drupal feed icon inside the sitemap. It looks really nicer and is something the user remembers...
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | site_map.url_.patch | 4.88 KB | hass |
| #5 | feed-icon-12x12-comment.png | 734 bytes | hass |
| #4 | feed-icon-12x12.png | 552 bytes | hass |
| #3 | site_map.feed-icon.patch | 6.19 KB | hass |
Comments
Comment #1
frjo commentedI like the feed icon Drupal uses, it's the closest we have to a standrad since Firefox as well as IE 7 is using it.
For list I find it difficult to use in a nice way, it tends to be a bit to big.
Comment #2
hass commentedi know, let's resize it... no problem...
Comment #3
hass commentedHere is the patch that fixes this issue. The images are following. Put them both in a directory named "img".
Additional it fixes a XHTML validaion bug if the "site_map_message" is blank (don't hurt me for mixing this up...).
Comment #4
hass commentedthis is the feed icon in 12x12. place into "site_map/img" folder
Comment #5
hass commentedthis is the feed icon for commented feeds in 12x12. place into "site_map/img" folder, too
Comment #6
frjo commentedThanks hass! Committed a little modified version of your patch and the images to HEAD. Please try it out and report any issues here.
Comment #7
hass commentedthank you, changes look nice, too. i found one bug... i found this while developing, but missed to include :-(((.
All theme_site_map_feed_icons URLs needs url() function... if not all links are broken :-(.
Example:
Comment #8
hass commentedhere is a patch for the URL bug. Aside you missed to fix the CSS file... patch fixes both.
Comment #9
hass commentedthis patch was build in the same way like
was build...
Comment #10
frjo commentedCommitted to HEAD, the links should now be correct, thanks.
I decided to skip the css file altogether.
Comment #11
hass commentedif you skip the css, you will have a background color definied, where it is not required... a color and font-size that is senseless, while you don't have text... makes no sense to keep it. And the padding with EM is better for many themes... and different platforms.
Comment #12
frjo commentedWhat I meant was that I don't think the site_map module needs a CSS file at all anymore. I have removed the call to drupal_add_css() in HEAD.
Comment #13
hass commentedyes, ok.
Comment #14
frjo commentedComment #15
(not verified) commented