Closed (fixed)
Project:
SimpleFeed
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2007 at 14:51 UTC
Updated:
11 Aug 2007 at 22:51 UTC
Been trying to find a good RSS feed solution for 5.1, yours seems the easiest to grasp AND works with the feeds I want. Problem is, it displays the URL to the original post in a box that will "break" the formatting of the site. How can I remove this? Setting the length of URLs in the filtered and full HTML does absolutely nothing. Plus, since the URL is also available via the "Original Post" link, this just seems like a bit or redundancy. I have found the function definition (theme_simplefeed_item_node_view($values)) for this but I can't seem to track down where it is called. Thanks!
Comments
Comment #1
m3avrck commentedOk URLs have been fixed not to break themes.
I also updated the display, that information is *only* shown to users that can administer feeds, since it is used only by admins. Everyone else gets a clean display.
This is all overridable by copying this theme function into template.php and overriding it as well.
Comment #2
(not verified) commentedComment #3
Slim Pickens commentedThe following hack to the simplefeed_item.module will remove the display of the feed item expiry details to administrative users: