1
I am hoping that someone can help me out here, or give me a good push in the right direction....
I want to either modify, or build some blocks for my site.
But I am clueless here
I am using wfsection (Zmagazine version) for my news content.
Heres the code from the block that displays the sections articles (I think? Its hard to tell because block-naming is not consistant with whats used in the configuration or admin pages...some thing would be easier if terms where used consistantly throughout an entire module, or even all of xoops...such as "Topic" is NOT interchangable with "section"...but thats not what Im here to whine about today...)
<{foreach item=wfs from=$block.new}>
(<{$wfs.new}>) <{$wfs.title}>
<{/foreach}>
So lets say I have four sections, and I want to make a block for EACH section (4 blocks) and in each block I want to display the four or five NEWEST articles from a section, with headlines (As links to the actual article) and the summeries to each of those articles.
These blocks will be either right or left center blocks.
So part of what I need is a list of the various smarty codes that will draw out the info that I want to display, and I need to know how to make the block display that info.
I am at a loss to figure this out on my own.
Cheers
tuna