3
thanks for the reply rabideau.
I try to modify the blocks themes but after, only one block works... i mean only the old block work while the inserted block dosen't work.
I modify the news_block_new (the file is on modules/news/templates/blocks/) in this way:
News of the day
<p><{$block.message}>p>
<{if $block.story_id != ""}>
<p><a href="<{$xoops_url}>/modules/news/article.php?storyid=<{$block.story_id}>"><{$block.story_title}>a>p>
<{/if}>
Recent News
<ul>
<{foreach item=news from=$block.stories}>
<li><a href="<{$xoops_url}>/modules/news/article.php?storyid=<{$news.id}>"><{$news.title}>a> (<{$news.date}>)li>
<{/foreach}>
ul>
Sorry my english