1
bevege
How to change order of blocks. IE Center blocks below Centerblock-right
  • 2004/7/19 5:36

  • bevege

  • Just popping in

  • Posts: 17

  • Since: 2003/2/24


Never mind, I found some other links. Sorry for the newbie posting!

2
fredski
Re: How to change order of blocks. IE Center blocks below Centerblock-right
  • 2004/7/19 7:46

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


Well here's the answer anyway, just in case someone else is looking.
Just use this code in your them rather than your current block code, just chande the 'your-theme' to match your theme and blocks :)
<{if $xoops_lblocks}> <{foreach item=block from=$xoops_lblocks}> <{include file="your-theme/themeblocks/theme_blockleft.html"}> <{/foreach}> 

<{/if}> <{if 
$xoops_showrblock == 1}> <{foreach item=block from=$xoops_rblocks}> <{include file="your-theme/themeblocks/theme_blockright.html"}> <{/foreach}> 

<{/if}> <{if 
$xoops_showcblock == 1}>

<{foreach 
item=block from=$xoops_clblocks}> <{include file="your-theme/themeblocks/theme_blockcenter_l.html"}> <{/foreach}> 

<{foreach 
item=block from=$xoops_crblocks}> <{include file="your-theme/themeblocks/theme_blockcenter_r.html"}> <{/foreach}> 

<{foreach 
item=block from=$xoops_ccblocks}> <{include file="your-theme/themeblocks/theme_blockcenter_c.html"}> <{/foreach}> 


<{/if}>

Login

Who's Online

181 user(s) are online (104 user(s) are browsing Support Forums)


Members: 0


Guests: 181


more...

Donat-O-Meter

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

Latest GitHub Commits