5
i'm still trying to get this work
what i have in mind is something like this (as described in the above picture): i will set some of the blocks' weight, i want to put in the centercentercolumn1, with weight below 50 (for example) and the blocks i want to put in the centercentercolumn2 with weight 50 and above.
the theme file will probably be as follow:
FOR CENTER-CENTER BLOCK WITH WEIGHT < 50:
<{foreach item=block from=$xoops_ccblocks}>
<{include file="serialsilat/theme_blockcenter_c.html"}>
<{/foreach}>
[the code for the center-left blocks loop]
[the code for the center-right blocks loop]
FOR CENTER-CENTER BLOCK WITH WEIGHT > 50:
<{foreach item=block from=$xoops_ccblocks}>
<{include file="serialsilat/theme_blockcenter_c.html"}>
<{/foreach}>
will it be possible? really appreciate your assistance on this. this will be really useful for others too i believe, to allow a XOOPS template as i showed in my 1st post.
thanks.