Closed (fixed)
Project:
Taxonews
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2007 at 13:32 UTC
Updated:
26 Oct 2007 at 00:21 UTC
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
Comment #1
fgmSorry, 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.
Comment #2
florianr commentedI 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!
Comment #3
fgmThe 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
Comment #4
florianr commentedThanks!
Comment #5
(not verified) commented