1
jmarch
Can't Get Bottom Blocks to Appear
  • 2007/11/22 18:35

  • jmarch

  • Just popping in

  • Posts: 1

  • Since: 2007/10/31


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}>

2
skenow
Re: Can't Get Bottom Blocks to Appear
  • 2007/11/22 23:28

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


Your theme does not include the section for the bottom blocks - review this: http://www.xoopswiki.org/wiki/index.php?title=Anatomy_of_the_default_theme - and it should help you on your way

Login

Who's Online

331 user(s) are online (109 user(s) are browsing Support Forums)


Members: 0


Guests: 331


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Aug 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits