1
Remember the topics_block module (with b_lycos_blocks_latest.php and such)? It's a module that pulls news articles from the main news module and lists them in a block. Except you can use multiple blocks to display News articles from different topics.
Is there any way to have something like that to pull a list of articles from the AMS module instead of the main News module?
I want to show 3 or 5 blocks, each block with the last 3 articles a specified topic from the AMS module.
Like this for the AMS module simply listing the name for each article and the link to it:
BLOCK 1 Technology
*1st article from technology
*2nd article from technology
*3rd article from technology
BLOCK 2 Politics
*1st article from politics
*2nd article from politics
*3rd article from politics
BLOCK 3 Media
*1st article from Media
*2nd article from Media
*3rd article from Media
Is that possible already with AMS or is there a hack/module that works with AMS to do this?