Block visibility settings
| Project: | Syndication |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
I'm digging the block provided by this module. Its a little smarter than the core syndication block in that it knows to display feed links for blogrolls instead of just the items.
However, I would like to show this block only on nodes and views in which the smart feed link matches the node or feed. For example, I only want this block to be visible on blogrolls where the link is smart. Right now, at the bottom of a node it will show the feed link for the and its confusing.
It could be done two ways, I suppose. Either through a custom block visibility snippet included in the documentation of the module or through some other method of adding checkboxes to the module for presenting the block.
Any ideas?

#1
That might me a bit more tricky than it sounds. I've just had a bit of a play around, and as far as I can tell, the feed links at the bottom of pages are created after the block is loaded making it impossible to hide the block depending on whether or not there is a feed link at the bottom of the page.
This could be done with javascript, but that gets messy.
Anyone feel free to correct me if I'm wrong.
#2