1
I have tried to modify my theme to get the bottom blocks. My XOOPS blocks page shows a right center and left bottom block but there is no code in my theme for those blocks. I have searched endlessly and have tried some of the code I think others are using and yet I still cannot get this to work. The following is my code for my blocks. Could someone please help me figure out how to add some bottom (left, center, right) blocks under the current center (left, center, right) blocks.
<{foreach item=block from=$xoops_lblocks}>
<{$block.title}> |
<{$block.content}> |
|
<{/foreach}>
<{if $xoops_showcblock == 1}>
<{foreach item=block from=$xoops_ccblocks}>
<{$block.title}> |
<{$block.content}> |
|
<{/foreach}>
|
<{foreach item=block from=$xoops_clblocks}>
<{$block.title}> |
<{$block.content}> |
|
<{/foreach}>
|
<{foreach item=block from=$xoops_crblocks}>
<{$block.title}> |
<{$block.content}> |
|
<{/foreach}>
|
<{/if}>
<{$xoops_contents}>
| <{if $xoops_showrblock == 1}>
<{foreach item=block from=$xoops_rblocks}>
<{$block.title}> |
<{$block.content}> |
|
<{/foreach}>
285 user(s) are online (162 user(s) are browsing Support Forums)
Members: 0
Guests: 285
more...
Stats |
Goal: |
$100.00 |
Due Date: |
Nov 30 |
Gross Amount: |
$0.00 |
Net Balance: |
$0.00 |
Left to go: |
$100.00 |
|
|