Closed (works as designed)
Project:
Taxonomy Ticker
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2007 at 11:46 UTC
Updated:
3 May 2007 at 07:13 UTC
I may be being stupid, but I can't see terms from the news aggregator, it would be handy to be able to have these incoporated as well.
Comments
Comment #1
mathieu commentedHum.. This is not possible by itself, since news aggregator items are not nodes. But you could try to use it along with leech module, and it might work.
Comment #2
steveh2 commentedthanks for the pointer, I'm taking a look now.
Comment #3
cardell commentedIf there's someone else interested in this.
I also wanted to have a ticker for aggregator news, and didn't want to grab it all as leech does, so I created this workaround. I haven't really gone back to see how to do it better, but it works.
In a PHP block, I added the following:
You can see all I wanted was a listing of linked titles not separated by anything (category, author, etc.). I left another query that I started with (I think I got it from the aggregator block listing or something), and the code to bullet them if you want.
BTW, I've been having the same problem as another poster of the ticker's heavy CPU use as it's running (processing goes down if the mouse is over the block and it stops scrolling). I get it in IE and Firefox. If anyone has a solution to this it would be appreciated.