1
i want to split the news blocks to multiple blocks
such as
sports (news)
local ...........
so i wanna split the block itself
& change the query
I good PHP Dev.
so i just need some help
news_block_new.html
<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>
so how should i make it multiple blocks
is it enough to put multiple copy of this file
& how should i use the create function
create_news(news_cat_id)
thank you very much