Joined: Dec 21, 2004 Posts: 225 Location: Kansas City metro
Posted:
Sun Mar 16, 2008 4:32 pm
just wondering how i can hide the left blocks from the main page or sitewide. the modules that are active on my site actually have links to them in the header so i want to get rid of unnecessary mod links on the left blocks. i found info on how to hide them when the forums mod comes up but not how to hide them sitewide. any ideas? Thanks.
Joined: Mar 06, 2004 Posts: 1156 Location: Sanbornton, NH USA
Posted:
Sun Mar 16, 2008 4:51 pm
The easiest way to do it is to edit them out of your theme by commenting out:
(depending on your theme)
Find: /themes/THEMENAME/theme.php
Code:
blocks("left");
Comment it out:
Code:
// blocks("left");
or you could be real easy about it and go into your admin screen, click on blocks and simply disable or move all blocks that are in the left column. No left blocks enabled (or in the left column) = no left blocks.
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum