1
alvaro
How to sort the modules
  • 2004/12/17 13:14

  • alvaro

  • Just popping in

  • Posts: 13

  • Since: 2004/12/17


I know that all the modules hast its own weight already but i have selected the news modul at the "Module for your start page" option and i dont know how can i put something (another modul i mean) on top of it.


Thanks in advance
Álvaro

2
ackbarr
Re: How to sort the modules

Another module - no. A block from another module - yes.

3
Anonymous
Re: How to sort the modules
  • 2004/12/17 15:04

  • Anonymous

  • Posts: 0

  • Since:


ackbarr umm... but I can put a block only at the top of the module ... can I put it at the bottom ?

4
ackbarr
Re: How to sort the modules

only by modifying your theme.html

Taken from the default theme, the following code draws the center blocks:
le="color: #000000"><?php <!-- Display center blocks if any --> <{if $xoops_showcblock == 1}> <table cellspacing="0"> <tr> <td id="centerCcolumn" colspan="2"> <!-- Start center-center blocks loop --> <{foreach item=block from=$xoops_ccblocks}> <{include file="default/theme_blockcenter_c.html"}> <{/foreach}> <!-- End center-center blocks loop --> </td> </tr> <tr> <td id="centerLcolumn"> <!-- Start center-left blocks loop --> <{foreach item=block from=$xoops_clblocks}> <{include file="default/theme_blockcenter_l.html"}> <{/foreach}> <!-- End center-left blocks loop --> </td><td id="centerRcolumn"> <!-- Start center-right blocks loop --> <{foreach item=block from=$xoops_crblocks}> <{include file="default/theme_blockcenter_r.html"}> <{/foreach}> <!-- End center-right blocks loop --> </td> </tr> </table> <{/if}> <!-- End display center blocks -->


To place your center blocks below the module's content you would have to move that block of code below the code to display the module's content:
le="color: #000000"><?php <div id="content"> <{$xoops_contents}> </div>


In its current state there is no way to have blocks both above and below the module's content.

5
Anonymous
Re: How to sort the modules
  • 2004/12/17 15:12

  • Anonymous

  • Posts: 0

  • Since:


Great! Thanks.

Login

Donat-O-Meter

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

Latest GitHub Commits