1
CiberEspia
nonfixed left blocks

the following code is correct.
<{if $xoops_showlblock == 1}> 
<{foreach 
item=block from=$xoops_lblocks}>             
<{
$block.title}><br>
<{
$block.content}>     
         <{/foreach}>
<{/if}>


it does not work???
help???
I need fixed right blocks, similar a:
http://www.e-ware.com.br

2
tjnemez
Re: nonfixed left blocks
  • 2005/4/27 20:22

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


try this:

<{if $xoops_showlblock == 1}>
<{foreach item=block from=$xoops_lblocks}>
<div><{$block.title}></div>
<div><{$block.content}></div>
<{/foreach}>
<{/if}>

i do not use if statment in my themes so not sure about that.

3
CiberEspia
Re: nonfixed left blocks

that is the same one that I am using
but it does not work

I ask:
Block left accept "if" statment in themes ??????

4
Mithrandir
Re: nonfixed left blocks

What's your XOOPS version? <{$xoops_showlblock}> wasn't implemented until 2.0.10

5
CiberEspia
Re: nonfixed left blocks

my XOOPS version is 2.0.9.2 !
then I must wait for a later version a 2.0.10?????

6
Dave_L
Re: nonfixed left blocks
  • 2005/4/28 3:09

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


There's no waiting. XOOPS 2.0.10 was released a few days ago.

7
CiberEspia
Re: nonfixed left blocks

witch XOOPS 2.0.10 now is working!!!
thank you!!!

Login

Who's Online

180 user(s) are online (97 user(s) are browsing Support Forums)


Members: 0


Guests: 180


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