Nuke question

turnkey

New member
Ok, I am somewhat new to using Nuke. I've managed to hack the theme php files, looks pretty easy.

My question is this:

When I started setting up all the options I went to the forums and made it so only registered users can view the forums. Well, I want to change that but can not find the option anywhere in Nuke to make it public.

Any sugestions?:smash:
 
In the PHPNUKE admin planel there should be a button called Forums or Splatt or PHPBB2 or somthing like that click on that and it will take you to a forum admin panel. and you can set it in there i believe.

it has been a while since i used phpnuke so my information may be wrong.
 
umm, mabey int he phpnuke admin panel click on the button called users or members of somthing like that i belive. or mabey even modules.

and then set the setting in there. as mabey the forum is letting you but the nuke is not.

see what i mean?

type those places.
 
:) see. I know it was there somewhere. It has been a while since i used PHPnuke.

sorry it took me so long to guess lol.
 
Yep, that did the trick. Still learning. Just some things are barried so deep :) I've never been a big fan of Nuke but it looks nice now.

PS: I figured out how to get ride of that Amazon crap if anybody wants it I will post my hack.
 
The amazon crap? you mean teh Block that has a link to Amazon?

dont you just delte that block in the 'Blocks' section ?

are you willing to post the url to the site so we can see this nice looking nuke?
 
Nick,

It is http://www.thesourcematrix.com

Also, to get ride of the Amazon stuff open your theme.php file and make the following modifications:

In the:
function themesidebox($title, $content) {

// Add

if ($title == "Amazon") {
// do nothing
} else {

... The PHP code that was already there
}

}

This will also work on other parts you want to get ride of. There is probally a easier way to do this but I like doing things the hard way :)
 
Back
Top