1
Theres a block for wfs-sections that shows new items submitted into this module. The block shows the title and date. I since removed the date and would like it to show "Title > Category".
Quote:
<ul>
<{foreach item=wfs from=$block.new}>
<li><a href="<{$xoops_url}>/modules/wfsection/article.php?articleid=<{$wfs.id}>"><{$wfs.title}></a></li>
<{/foreach}>
</ul>
Example link, top center block.