>>
Site Map
>>
Forums
>>
Operation
Forum module - topics in forum:
Operation - Get help on how each part of PHP-NUKE works
Not sure if this is the right place Left side blocks
Hello i know many have asked this question and i did it once before i have not worked on nuke sites for a long time i am back in it
The question is
On the forums i have a theme called Metalica and on forums the left side blocks show how would i make them not show i ust want full forum view wihtout left side blocks
Again i am sorry if this question has been asked before and i missed it in forums
I am using 7.9 phpnuke
-s
Open thme.php and find:
Replace it with:
| Code: : |
if ($name=='Forums') {
/* Don't display it. */
}
else {
blocks(left);
} |
In global add: