1
RoMeO
how do you set theme ?
  • 2006/2/8 12:43

  • RoMeO

  • Just popping in

  • Posts: 34

  • Since: 2005/8/27


i disabled the left block when viewing the forum but
display block line.

Resized Image

default theme is working but this theme not working. :(
please help me for modify this theme .

Theme html file

regards.

2
gestroud
Re: how do you set theme ?
  • 2006/2/8 15:36

  • gestroud

  • Home away from home

  • Posts: 1538

  • Since: 2004/12/22


I seriously doubt that anyone is going to download this - seems too chancy. If you need help, your best be is to let people know the name of the theme. From the looks of it, I'd guess it's an Aston theme.

3
gestroud
Re: how do you set theme ?
  • 2006/2/8 15:47

  • gestroud

  • Home away from home

  • Posts: 1538

  • Since: 2004/12/22


There may be a line that contains "spacer.gif" in the theme.html's left column. You may have to remove it.

4
RoMeO
Re: how do you set theme ?
  • 2006/2/8 18:19

  • RoMeO

  • Just popping in

  • Posts: 34

  • Since: 2005/8/27


theme
http://rapidshare.de/files/12823346/obscene_v2.zip.html

5
gestroud
Re: how do you set theme ?
  • 2006/2/8 18:25

  • gestroud

  • Home away from home

  • Posts: 1538

  • Since: 2004/12/22


I'll take a look

6
RoMeO
Re: how do you set theme ?
  • 2006/2/8 18:31

  • RoMeO

  • Just popping in

  • Posts: 34

  • Since: 2005/8/27


i m waiting :)
thanks

7
gestroud
Re: how do you set theme ?
  • 2006/2/8 18:42

  • gestroud

  • Home away from home

  • Posts: 1538

  • Since: 2004/12/22


Make a copy of your theme.html and style.css first. The only things I can guess are:

1. Go to the theme.html, find <!-- Start left blocks loop --> and remove this line:
<img src="<{$xoops_imageurl}>/images/1px.gif" class="obSpacer" alt="spacer" />


2. Go to style.css and change the setting on the left column's width, though I don't think it has anything to do with the problem.

3. Do you have any hidden blocks in the left column?

8
RoMeO
Re: how do you set theme ?
  • 2006/2/8 20:11

  • RoMeO

  • Just popping in

  • Posts: 34

  • Since: 2005/8/27


Quote:

gestroud wrote:
Make a copy of your theme.html and style.css first. The only things I can guess are:

1. Go to the theme.html, find <!-- Start left blocks loop --> and remove this line:
<img src="<{$xoops_imageurl}>/images/1px.gif" class="obSpacer" alt="spacer" />


2. Go to style.css and change the setting on the left column's width, though I don't think it has anything to do with the problem.

3. Do you have any hidden blocks in the left column?


i tried what you said but leftblocks display badly in front page .

3. yes, i have 3 hidden blocks in the left column.
(login, user and main blocks)
this blocks display front page

9
V6-Maniac
Re: how do you set theme ?
  • 2006/2/8 20:50

  • V6-Maniac

  • Just popping in

  • Posts: 86

  • Since: 2005/2/15


Edit your theme.html
Look for:
<td rowspan="2" id="leftcolumn">
        <!-- 
Start left blocks loop -->
        <{foreach 
item=block from=$xoops_lblocks}>
          <{include 
file="obscene_v2/obblock.html"}>
        <{/foreach}>
        <
br />
        <
img src="<{$xoops_imageurl}>/images/1px.gif" class="obSpacer" alt="spacer" />        <!-- End left blocks loop -->

      </
td>



replace with:

<{if $xoops_showlblock == 1}> 
<
td rowspan="2" id="leftcolumn">
        <!-- 
Start left blocks loop -->
        <{foreach 
item=block from=$xoops_lblocks}>
          <{include 
file="obscene_v2/obblock.html"}>
        <{/foreach}>
        <
br />
        <
img src="<{$xoops_imageurl}>/images/1px.gif" class="obSpacer" alt="spacer" />        <!-- End left blocks loop -->

      </
td>
<{/if}>

10
RoMeO
Re: how do you set theme ?
  • 2006/2/8 21:00

  • RoMeO

  • Just popping in

  • Posts: 34

  • Since: 2005/8/27


@V6-Maniac
thank you veryyy much :))

its working !!

Login

Who's Online

257 user(s) are online (159 user(s) are browsing Support Forums)


Members: 0


Guests: 257


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