5
Well, it seems that configuring wf-channels to do as I want is not going to work.
the only other option that I see is to create a module
still having a hard time figuring exactly what is needed in the index.php of the module in order to dump the php in there.
let me explain what it is that I am after once again:
I have people from different projects (@work) posting news under different categories in the news module
for example:
project (main category)
--006 (sub)
--007 (sub)
to simplify things to not-so-computer-oriented people, I would like to centralize all of the project specfic news and downloads onto one page.
I know that it is possible to have the news module to display all the posts/articles submited under one topic.
modules/news/index.php?storytopic=4 <-- this will display only the articles under storytopic4 in the page (topic 4 is my sub category 006)
anyone have done anything like this? I don't mind if the module is statically set to display news from one topic only. Not looking to go too fancy here
I wish I knew more about the way XOOPS works... this can't be that hard to achieve!
again, any help is blessed
-Tommy Z