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:

        <{if 
$xoops_showcblock == 1}>

        <
table cellspacing="0">
          <
tr>
            <
td id="centerCcolumn" colspan="2">

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

            td>
          tr>
          <
tr>
            <
td id="centerLcolumn">

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

            td><td id="centerRcolumn">

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

            td>
          tr>
        table>

        <{/if}>
        


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

Who's Online

247 user(s) are online (48 user(s) are browsing Support Forums)


Members: 0


Guests: 247


more...

Donat-O-Meter

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

Latest GitHub Commits