>>
Site Map
>>
Forums
>>
PHP-Nuke Newbie
Forum module - topics in forum:
PHP-Nuke Newbie - Complete phpnuke newbie? want to ask a question before installing? or have installed and are now confused? this is the place.
Need 2 rows of blocks, not 1
I have downloaded many themes lately, trying to decide which one to use for my site.
I notice from many screenshots of themes I have used that columns on my site look different from screenshots of the theme. I want to have a site with 2 outer columns and a middle news area.
But when I install a theme with 2 outer columns, when it shows on my site, it only has a left block column and the rest is a news area reaching all the way to the right of the page. Is there a setting in the admin area I need to change to show the 2nd block column?
This is because in the theme/theme.php you need to make an edit because of the patch you have running on your Nuke.
| Patch Readme Wrote: : |
If you want right side blocks to appear in third party add-ons change:
In Themes:
if ($index == 1) {
to:
if (defined('INDEX_FILE')) { |
Ok, I`ll give that a try