It would be fine if you could create a site for taxonews, perhaps as follows:

Term 1
-- Nodetitle 1, Teaser
-- Nodetitle 2, Teaser
-- Nodetitle 3, Teaser
-- Nodetitle 4, Teaser
Term 2
-- Nodetitel 1, Teaser
-- Nodetitle 2, Teaser
.....

perhaps configurable wether all nodes are shown or only actual nodes + Archive Link.
And configurable how many Terms (or nodes) are displayed on one site + Pager.

Yeah, that would be great!

Thanks for your work!

Comments

fgm’s picture

Status: Active » Closed (won't fix)

Sorry, I do not understand what you mean: the site is yours to build, using Drupal and various modules.

Maybe you mean "page" instead of "site" ? If so, you can build one on your own, possibly using the taxonews parameters. For this, I suggest you look at the Views module, as there is no point in creating specific views in small modules like Taxonews. Views is there for such cases, allowing you to build pages from such queries.

florianr’s picture

I allready had a look on the views module, but also I spent several hours on that, I didn't get a page like the taxonews block.
I only get a view Outoput like that:
-----------------------------
nodetitle 1
nodetitle 2
nodetitle 3
nodetitle 4 ....
------------------------------
(Ok nodetitle and teaser, that is not the Problem!)

But I want the terms to be headlines in between, as in the taxonews block:
------------------------------
Term 1
related node 1
related node 2
related node 3
Term 2
related node 1
related node 2
....
-------------------------------
But with views I don't get that headlines in between!

So the taxonews Outout is much better than everything I get with views ...
So it would be greate to have an option to generate a news PAGE, not only a block!

fgm’s picture

The solution is to use Views to obtain the data, then theme the data from the view

There's a doc page about how to do this at http://drupal.org/node/128741

florianr’s picture

Status: Closed (won't fix) » Fixed

Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)