1
rlped
Use of center-left and center right block position
  • 2004/10/15 0:27

  • rlped

  • Just popping in

  • Posts: 9

  • Since: 2004/9/29


I wanted to have two center blocks side by side, and then a larger block below the to smaller blocks in the center of the page. So in the amdin blocks module, I used "center-left" for top stories and "center-right" for today's events, then Ctner for news. Works fine, EXCEPT that no matter what rank I give them (in 2.0.7.3) these blocks always show up on the page below any other block that is just "center"

TIA for help.

2
jegelstaff
Re: Use of center-left and center right block position

You can edit the theme.html file for your current theme to change the location of the blocks.

For the default theme, this is the relevant code:


<{if $xoops_showcblock == 1}>











<{foreach item=block from=$xoops_ccblocks}>
<{include file="default/theme_blockcenter_c.html"}>
<{/foreach}>





<{foreach item=block from=$xoops_clblocks}>
<{include file="default/theme_blockcenter_l.html"}>
<{/foreach}>





<{foreach item=block from=$xoops_crblocks}>
<{include file="default/theme_blockcenter_r.html"}>
<{/foreach}>




<{/if}>


If you fiddle with the order that the blocks appear in the table, then you can change their order of appearance on the page.

--Julian

3
rlped
Re:Use of center-left and center right block position
  • 2004/10/15 3:25

  • rlped

  • Just popping in

  • Posts: 9

  • Since: 2004/9/29


Thanks Julian -- dunno why I didn't think to look there....I thought it was all about the ranking in admin.

Richard

Login

Who's Online

575 user(s) are online (157 user(s) are browsing Support Forums)


Members: 0


Guests: 575


more...

Donat-O-Meter

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

Latest GitHub Commits