Originally Posted by F02
|
good point to mention ..
after i read your comment, I went and changed the themes .. they are all the same .. right-side blocks are all missing , but not in Downloads, News, & Web Links at all of the themes
|
I believe this is because these other modules are all set within the modules folder to not display right blocks. If I'm not mistaken, the only way to get them to display the right blocks is to find the line $index = 0; and change it to $index = 1;
You should be able to find this code near the top of each modules index.php file.
Just remember, many (if not all) of these modules have the right blocks turned off by default for good reason. If you enable right blocks, you will find the content on these pages such as feedback, stats, recommend us, forums, etc., will become extremely compressed.
Even if you are using fluid themes (themes that shrink/stretch based off users screen resolution), people viewing your sites with resolutions of 1024 x 768 and lower may experience increased scrolling to view your content and it may even result in your page stretching beyond the header as well.
I can't either confirm or deny whether or not this is the case as I've never seen any reason to enable right blocks on any of these pages. Just be prepared to do more in the way of template editing should you enable right blocks in many of these other module files.