This is the support thread for BBii, a module that adds a fully functional forum (a.k.a. bulletin board) to a Yii 1.1 application.
Forum extension page.
On the todo-list of this module are: vote post one up, polls, moderator mail, topic subscription, theming and more configuration options.
Hopefully there will be more translations, but for that I will need your help. When you have made a new translation for this module please share it with this community.
Not yet, but it is not too difficult to add this functionality. I will consider adding this to the next update of the module. In fact, I am sure I will add it to version 0.9, which is scheduled to be released this weekend.
forum/setting/layout triggers CException: Property BbiiForum.membergroup_id not defined.
According to BbiiForum model file description
* @property integer $membergroup_id
$membergroup_id is a column in the database. This is however not the case.
Furthermore the following lines in BbiiModule.php init function break the translation of the rest of my app (menues, etc) as long as i am browsing within the /forum module:
About, the membergroup_id. I forgot to add it to the installation. You can run the update to version 0.9 or add the field to your database table by hand. Sorry for that mistake.
I will look into the translation issue and follow your advice.
Thanks for reporting this bug. It should indeed have been ‘sendfrom’. Actually the condition should have been:
$criteria->condition = 'outbox = 1 and sendfrom = '. Yii::app()->user->id;
As for your question:
Login as admin. Go to the forum settings and select the Moderators tab.
The BBii Manual (on page 12) tells you:
"Members of the forum can be assigned moderator authorization by setting the moderator checkbox. Members that have moderation authorization by assigning the rbac role moderator to them are highlighted on the list of the Moderators page, but their checkboxes are not necessarily set and they cannot be found by filtering the moderators of the list."
When you use rbac, you can create a "moderator" role and assign it to the user.
I have a problem where it is displaying -1 guests and 1 active user ( or -2 guests and 2 active users ect) on the board statistics page. Any idea why its inaccurate?
After a little of fiddling around I couldn’t figure it out. Although my website required a user account to see the forum. So i just edited out the guest part in the footer. Thanks for the quick reply.