UseBB Community

The official board for UseBB help and discussion

UseBB Community » 1.0 Discussion » ACP module

ACP module

Page: 1

Author Post
Moderator
Registered: Oct 2005
Posts: 425
Location: canada
What is wrong with this?


if ( defined('RUN_MODULE') ) {

class usebb_module {

//
// Main view
//
function main() {

$content = 'Choose something';

}

function run_module() {

$content = $this->main();

return $content;

}

}

$usebb_module = new usebb_module;

}


I can't seem to see what is wrong with it.
Developer
Registered: Apr 2004
Posts: 2180
Location: Belgium
There's no content returned in main().
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Moderator
Registered: Oct 2005
Posts: 425
Location: canada
Sometimes I just don't think lol.

Thanks Dietrich.

Page: 1

UseBB Community » 1.0 Discussion » ACP module

UseBB Community is powered by UseBB 1 Forum Software