SmartFAQ is developed by The SmartFactory (https://www.smartfactory.ca), a division of InBox Solutions (https://www.inboxsolutions.net)

How do I create a forum and set forum permissions in Newbb 2?
Newbb 2 allows for complete control of your website forums. And as such is sometimes complicated for a new user to learn.

See the Newbb 2 Forum Creation Flash Tutorial to help guide you through the forum creation and settings process.


The comments are owned by the author. We aren't responsible for their content.
user

 unable to edit newbb2 forum


when I try to edit a forum it just comes up with a screen showing the title forum and does not show anything else. this also happens on a newly created forum.

 
user

 Re: unable to edit newbb2 forum


To be more specific even when I add a forum I can create it but when the screen is supposed to go back to adding moderators and setting permissions it just shows a box that says edit forum and that is blank

 
user

 Re: unable to edit newbb2 forum


The PHP errors that are showing up when debugging is on is. Fatal error: Call to undefined method NewbbFormSelectUser::XoopsFormSelect() in /var/www/html/modules/newbb/class/formselectuser.php on line 34

 
user

 Re: unable to edit newbb2 forum


same problem for me... anyone?

 
user

 Re: unable to edit newbb2 forum


Same problem here.

I posted a question in the newbb2 help forum on dev.xoops.org, no help there as yet.

See this thread.

http://dev.xoops.org/modules/xfmod/forum/forum.php?thread_id=2196&forum_id=4

As I mentioned there, I made this change which seems to fix it, but that just leaves another error further down the same page, which I cannot find a fix to.

Here is my fix:

Change

$this->XoopsFormSelect($caption, $name, $value, $size, $multiple);

to

$this->XoopsFormSelectUser($caption, $name, $value, $size, $multiple);

As I said this just fixes(?) this particular bug. It seems there are further errors with this page:

Fatal error: Call to undefined function: addoptionarray() in /home/kriegmusssein.org/public_html/modules/newbb/class/formselectuser.php on line 47

Seems to be caused by:

$this->addOptionArray($member_handler->getUserList($criteria));

So I am stuck here for now. Please help anyone!

 
user

 Re: unable to edit newbb2 forum


You may be better updating to CBB instead.

 
user

 Re: unable to edit newbb2 forum


why is the FAQ section becoming a post your problems and see if we can fix em area? is the forum not good enough anymore?

 
user

 Re: unable to edit newbb2 forum


I get this same error when I install CBB 1.16a

EDI: Updating the forum from admin solves it.

 
user

 Re: unable to edit newbb2 forum


Use the FORUM for problems.. the FAQ section is an FAQ not a support forum..

 


Login

Who's Online

281 user(s) are online (2 user(s) are browsing XOOPS FAQ)


Members: 0


Guests: 281


more...

Donat-O-Meter

Stats
Goal: AU$15.00
Due Date: Sep 30
Gross Amount: AU$0.00
Net Balance: AU$0.00
Left to go: AU$15.00
Make donations with PayPal!

Did you know ?

you can monitor all visitor activity through php-stats!

Random question

Hi there,
I'm a biginer of XOOPS. I've just installed Apache1.33, Php4.4, and MySQL4.1.14 on my PC running WindowsXP(SP2).
I can see the localhost or 127.0.0.1
in the browser (IE). And I can see the localhost/index.php indicating index of/ module/news. Then, I can log in mysql with root and password, and I also checked mysqld alive.
But I don't know why I can't
see XOOPS.
Is anything wrong? I may have a problem on mySQL. Anybody knows how to configure mySQL with other way, please help.
And about mySQL, I have another question. I can't see any icon of mySQL in systemtray. And I'm sure winmysql is running, but it dosen't give me any window. When I click it at mysql>bin, command pronpt pop itself up and then gone automatically. Is this proper way?

Sorry, my message is long, but I really need your help.

Thank you in advance.