1
melsen
Center blocks doesn't expand out to full width?
  • 2006/3/3 13:00

  • melsen

  • Just popping in

  • Posts: 97

  • Since: 2003/6/22


This seems rather odd, because if I for instance only add blocks in the left side.. the it expands all the way to the right... but if I only add blocks to the right side.. it doesn't expand out to the left?!?!

Check http://renegade.insane-asylum.dk/modules/ipboard/ for an example....

Can anyone explain where I correct this?
Allan Melsen
[size=x-small]Founder of R.I.A.[/size]

Renegade Insane Asylum

2
Quest
Re: Center blocks doesn't expand out to full width?
  • 2006/3/3 13:24

  • Quest

  • Friend of XOOPS

  • Posts: 1034

  • Since: 2005/11/19


I had a similar problem once. What I discovered was I needed to add an "if" in my theme for the left blocks otherwise my coding was permanently fixing the left column because in actuality that is what I told it to do.
What I did was add the below just after the of the the left blocks table:

<{if $xoops_showlblock == 1}>
Then closed the "if" just after the:



<{/if}>

In your case I think if you do this it may work for you:

(FROM YOUR THEME)





<{if $xoops_showlblock == 1}>


<{/if}>

You may have to play around with it a little bit because I couldn't quite figure out all your theme coding.

Quest

Login

Who's Online

459 user(s) are online (90 user(s) are browsing Support Forums)


Members: 0


Guests: 459


more...

Donat-O-Meter


<{foreach item=block from=$xoops_lblocks}>
<{include file="378xps/theme_blockleft.html"}>
<{/foreach}>

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