Posted by micahw156 on January 7, 2009 at 7:48pm
Jump to:
| Project: | FeedBurner |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Regardless of how I set the check boxes on admin/settings/feedburner for "Display in node types" and "How to display FeedFlare/Ad Network", the FeedFlare script is included on all node displays for the entire site.
I looked at the checks in the feedburner_nodeapi function but I can't quite figure it out. It appears to check against feedburner_var('feedflare_display'), but I can't find where that value gets set anywhere in the module . I also can't find any place that utilizes the values of feedburner_feedflare_node_types and feedburner_feedflare_display after they're set. Please advise.
Comments
#1
Thanks for the report, I'll take a look into it.
#2
I'm having the same problem. Have you made any progress on figuring this out?
#3
Don't know about 2010, but in 2011 this is still an issue :)
(D6.20, using Fusion subtheme Mix and Match)
#4
In the meantime for anybody having this issue, it can be solved with a bit of CSS magic (like many issues):
.teaser p.feedburnerFlareBlock {display: none;
}
This results in the FeedFlare not being displayed on the teaser, but it remains on your full node (this is the most common desired behavior).