>>
Site Map
>>
Forums
>>
Themes
Forum module - topics in forum:
Themes - Theme discussion only, Have a theme you made wanna share it. you can post a link to it here or ask questions on making themes and theme issues.
XP-Olive phpnuke 8.0 column question
I have nuke8.0 with the xp-olive that I got from the themes on this site (thanks for that btw).
What I need to know is, if it's even possible, how to get the blocks to also display on the right side. Right now it only has the left side blocks and the main site content. I'd like to be able to have the "3 column" layout with blocks on the left, main content in the middle and blocks on the right side. When I choose a block to display on the right, they don't appear and then like with this site, when they go to the forums, the right side blocks don't appear....I guess what I'm asking is to have the same layout as this site but with the xp-olive theme.
http://nukecode.com/modules.php?name=Forums&file=viewtopic&t=615
Thanks, I tried that before posting and that code that needs changing doesn't exist for me, I was hoping there was something else I could do or maybe I'm not looking in the right files...I use DreamWeaver to search for stuff and the thread doesn't say exactly what files to open, it just says to look in "Modules" "Templates" etc which I guess I found too vague, but that's probably just me.
I tried modules.php and index=1 and all that other stuff isn't in there.
However I did find in index.php, the
| Code: : |
| define('INDEX_FILE', true); |
which already exists...
but I'll keep checking other files.
OK I found where I went wrong.
It was in XPOlive/template.php I had to change the
| Code: : |
| if ($index == 1) { |
to
| Code: : |
| if (defined('INDEX_FILE')) { |
None of the other stuff related to me.
I also found that if I added this
| Code: : |
| define('INDEX_FILE', true); |
to any index.php document just below
| Code: : |
| include("header.php"); |
then the blocks appeared on the right side. Only thing now is to figure out how to make the column green like the left side! LOL