1
kymon
problem with left block
  • 2006/6/25 18:15

  • kymon

  • Just popping in

  • Posts: 10

  • Since: 2005/7/9 2


i would like to hide block in newbb module and spread forum.
i hid all blocks but i still have something like this:

Resized Image

could you help me with this?

2
snow77
Re: problem with left block
  • 2006/6/25 18:27

  • snow77

  • Just can't stay away

  • Posts: 864

  • Since: 2003/7/23


It's because the theme.html is missing the following code: <{if $xoops_showlblock == 1}> before the <td> that defines the leftcolumn and <{/if}> after the closing </td>

Should look like this:
<{if $xoops_showlblock == 1}>
      <
td id="leftcolumn">
        <!-- 
Start left blocks loop -->
        <{foreach 
item=block from=$xoops_lblocks}>
          <{include 
file="$xoops_theme/theme_blockleft.html"}>
        <{/foreach}>
        <!-- 
End left blocks loop -->
      </
td>
<{/if}>
www.polymorphee.com
www.xoopsdesign.com

3
kymon
Re: problem with left block
  • 2006/6/25 18:41

  • kymon

  • Just popping in

  • Posts: 10

  • Since: 2005/7/9 2


Thank you.
Its ok now;)

Login

Who's Online

218 user(s) are online (144 user(s) are browsing Support Forums)


Members: 0


Guests: 218


more...

Donat-O-Meter

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

Latest GitHub Commits