2
The big questions are: How do you want to sort your articles? Do you want users to have different sorting options (alphabetical, chronological, topical, by rating, most read, etc.?)
I run a few sites with quite a bit of articles on them. Some of the sites have over a dozen article categories; some with 6 or 7. One has 60. I have 100s of articles on them.
On the sites with only a few categories, you can make the topics to be visible in the Articles submenu.
For the sites that have soo many categories that it would look ridiculous to add to a menu, I usually create a table and put it under the xoops_content code in the theme.html.
An example is on the bottom of
this page.
The only real problem I have with the news module is assigning the submitter's name to their articles. It either comes up as anonymous or uses the webmaster's id. There have been quite a few posts about this, and a few proposed solutions, but none of them have worked for me. As a result, I have to go directly into the php admin database, find the member user id number, go to the stories database and change the user. A real pain in the
, particulary when you're dealing with a LOT of article submissions.
Beyond that, the news module categorizes articles pretty well when you choose the By Topic view in the module's preferences section. The
latest version seems to work without a hitch, so far.