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 that defines the leftcolumn and <{/if}> after the closing

Should look like this:
<{if $xoops_showlblock == 1}>
      <
td id="leftcolumn">
        
        <{foreach 
item=block from=$xoops_lblocks}>
          <{include 
file="$xoops_theme/theme_blockleft.html"}>
        <{/foreach}>
        
      td>
<{/if}>

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

600 user(s) are online (169 user(s) are browsing Support Forums)


Members: 0


Guests: 600


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