1
Hi,
I' installed Multimenu 1.74 in my XOOPS 2.2
I've put the latest articles on the side block left and there is works fine.
I try to get this also in Multimenu04 on the centerblock right on the toppage.
I only see there a box, with the title I've put (Multimenu04), but I don't see anything in it.
To configure it, I went to "Blocks Administration »» Edit a block" and did an edit template and pasted this code ( I copied from the block Latest articles template ...)
<ul>
<{foreach item=arts from=$block.arts}>
<li> <a href="<{$xoops_url}>/modules/articles/article.php?id=<{$arts.id}>"><{$arts.title}></a> <!--[<{$arts.art_posted_datetime}>]--></li>
<{/foreach}>
</ul>
I delete everything in the template_c, cleared the cache ... But I don't seen a thing in my box ... empty ...
I've checked my template settings in general ... but I is ok ... (I've made a copy of default and called it cool).
Does somebody know what I do wrong ?