Status: offline

tuomo

Forum User
Newbie
Registered: 09/04/02
Posts: 2
Hi! I know how to configure Geeklog to have blocks on just one side ot the screen, with the articles column in the middle. However, is it possible to make the middle column expand to fill the rest of the screen? The aim is to create a Geeklog site with blocks on one side, and the articles on the other. (like so many websites, which have a menu on one side - left usually - and content on the rest of the screen) Thanks! Tuomo Toukomies

Status: offline

Tony

Site Admin
Admin
Registered: 12/17/01
Posts: 405
Edit index.php and change this: $display .= COM_siteFooter(true); // The true value enables right hand blocks to this: $display .= COM_siteFooter(false);---The reason people blame things on previous generations is that there's only one other choice.
The reason people blame things on previous generations is that there's only one other choice.

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
... or you could remove the {right_blocks} variable from footer.thtml. bye, Dirk