1
servers
i want to remove side menus plz help, need entire space to consumed by forum
  • 2004/6/24 9:00

  • servers

  • Just popping in

  • Posts: 48

  • Since: 2004/5/14


hi all

i want to remove all the menus in side left column

i tried to remove them but then it shows blank space in that area.

i want to use the whole space for forums, weblinks

means that just i want links on top and full bottom area covered for forums, weblinks

at present what happens is that entire forums gets squashed so does the weblinks..

Please help me how to remove that space and keep it entirely for weblinks, forums..

url is www.searchservers.com/find

2
Mithrandir
Re: i want to remove side menus plz help, need entire space to consumed by forum

in your theme.html, replace:
<td id="leftcolumn">
        <!-- 
Start left blocks loop -->
        <{foreach 
item=block from=$xoops_lblocks}>
          <{include 
file="default/theme_blockleft.html"}>
        <{/foreach}>
        <!-- 
End left blocks loop -->

</
td>


with

<{if $xoops_lblocks}>
    <
td id="leftcolumn">
        <!-- 
Start left blocks loop -->
        <{foreach 
item=block from=$xoops_lblocks}>
          <{include 
file="default/theme_blockleft.html"}>
        <{/foreach}>
        <!-- 
End left blocks loop -->

      </
td>
<{/if}>

3
servers
Re: i want to remove side menus plz help, need entire space to consumed by forum
  • 2004/6/25 13:16

  • servers

  • Just popping in

  • Posts: 48

  • Since: 2004/5/14


hey thanks, i tried it but it dint work...

can u tell me wat error i may be doing,

i copied the same code replaced it and changed the include file as per the theme..

plz help me.....

4
Mithrandir
Re: i want to remove side menus plz help, need entire space to consumed by forum

system admin -> preferences -> general settings

"Update module templates from theme/yourtheme folder" - Set to YES and see if this changes things.

If so, turn the setting off again and you should be good to go.

5
servers
Re: i want to remove side menus plz help, need entire space to consumed by forum
  • 2004/6/25 13:51

  • servers

  • Just popping in

  • Posts: 48

  • Since: 2004/5/14


okay ill giv a try and let c how it goes..

thankyou

6
SevenD
Re: i want to remove side menus plz help, need entire space to consumed by forum
  • 2004/6/25 14:45

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


Try this:

1. Create text file in theme > images folder and rename it to 170.gif (yes...text file)
2. Open theme.html and replace:
Quote:
<{/foreach}>
<!-- End left blocks loop --></td>

with:
Quote:
<img src="<{$xoops_imageurl}>images/170.gif" width="170" height="1" alt="" /><{/foreach}>
<!-- End left blocks loop --></td>

3. Open style.css and remove this line/value "width: 170px;" from "div.leftcolumn" selector.

Login

Who's Online

174 user(s) are online (85 user(s) are browsing Support Forums)


Members: 0


Guests: 174


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