1
circlecast
Somethings a miss?
  • 2007/3/25 15:49

  • circlecast

  • Just popping in

  • Posts: 14

  • Since: 2005/12/19


Ok I am sure this problem is easy to solve but I am not finding the answer. And so I come to the XOOPS gods for answers.

I am not able to get the lower center left. lower center. and lower center right to show up on the top page or any of the other pages. Am I doing something wrong or did I miss a config file that turns the lower three positions on?

2
circlecast
Re: Somethings a miss?
  • 2007/3/25 16:43

  • circlecast

  • Just popping in

  • Posts: 14

  • Since: 2005/12/19


OK that is apparently what the problem iscause it allcomes up on the default theme.

So I guess I need to find out how to add the the lines of code so that I can add this to the theme I want to use

3
3lr0n
Re: Somethings a miss?
  • 2007/3/25 19:01

  • 3lr0n

  • Not too shy to talk

  • Posts: 167

  • Since: 2004/3/13


try this






 <{if 
$xoBlocks.page_bottomleft or $xoBlocks.page_bottomright or $xoBlocks.page_bottomcenter}>
        <
table cellspacing="0">
        <{if 
$xoBlocks.page_bottomcenter}>
        <
tr><td id="bottomCcolumn" colspan="2">
            <{foreach 
from=$xoBlocks.page_bottomcenter item=block}>
<
table class="blok" align="center" cellpadding="0" cellspacing="0">
                  <
tr
                    <
td  > <div class="blockTitle"><{$block.title}>div
                      <
div class="blockContent"><{$block.content}>div>td>
                  tr>
                table> <{/foreach}>
            td>
        tr>
        <{/if}>
        <{if 
$xoBlocks.page_bottomleft or $xoBlocks.page_bottomright}>
        <
tr>
            <
td id="bottomLcolumn">
                <{foreach 
from=$xoBlocks.page_bottomleft item=block}><table class="blok" align="center" cellpadding="0" cellspacing="0">
                  <
tr
                    <
td  ><table><tr><td><{$block.title}>td>tr><tr><td>
                      <
div class="blockContent"><{$block.content}>div>td>tr>table
                      td>
                  tr>
                table>
<{/foreach}>
            td>
            <
td id="bottomRcolumn">
                <{foreach 
from=$xoBlocks.page_bottomright item=block}><table align="center" cellpadding="0" cellspacing="0">
                  <
tr
                    <
td  
<
table><tr><td><{$block.title}>td>tr><tr><td>
                      <
div class="blockContent"><{$block.content}>div>td>tr>table>td>
                  tr>
                table>
<{/foreach}>
            td>
        tr>
        <{/if}>
        table>
        <{/if}>


Hope it helps
Spanish Overclocking Community xoops based site : http://www.overclocking.es

Login

Who's Online

398 user(s) are online (86 user(s) are browsing Support Forums)


Members: 0


Guests: 398


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