Actually I found it here in the install.joobb.sql.
CREATE TABLE IF NOT EXISTS `#__joobb_users` (
`id` int(11) NOT NULL default '0',
`posts` mediumint(
unsigned NOT NULL default '0',
`role` tinyint(1) NOT NULL default '0',
`system_emails` tinyint(1) unsigned NOT NULL default '0',
`pm_enabled` tinyint(1) NOT NULL default '1',
`privmsg_new` int(11) NOT NULL default '0',
`privmsg_unread` int(11) NOT NULL default '0',
`show_email` tinyint(1) NOT NULL default '0',
`show_online_state` tinyint(1) NOT NULL default '1',
`notify_on_reply` tinyint(1) NOT NULL default '1',
`notify_on_pm` tinyint(1) NOT NULL default '0',
`enable_bbcode` tinyint(1) NOT NULL default '1',
`enable_smilies` tinyint(1) NOT NULL default '1',
`avatar_image` varchar(100) NOT NULL default '',
`time_zone` decimal(5,2) NOT NULL default '0.00',
`time_format` varchar(25) NOT NULL default '',
PRIMARY KEY (`id`)
) TYPE=MyISAM CHARACTER SET `utf8`;
This should be changed to 1 in future releases.
Actually I found it here in the install.joobb.sql.
CREATE TABLE IF NOT EXISTS `#__joobb_users` (
`id` int(11) NOT NULL default '0',
`posts` mediumint(
unsigned NOT NULL default '0',
`role` tinyint(1) NOT NULL default '0',
`system_emails` tinyint(1) unsigned NOT NULL default '0',
`pm_enabled` tinyint(1) NOT NULL default '1',
`privmsg_new` int(11) NOT NULL default '0',
`privmsg_unread` int(11) NOT NULL default '0',
`show_email` tinyint(1) NOT NULL default '0',
`show_online_state` tinyint(1) NOT NULL default '1',
`notify_on_reply` tinyint(1) NOT NULL default '1',
`notify_on_pm` tinyint(1) NOT NULL default '0',
`enable_bbcode` tinyint(1) NOT NULL default '1',
`enable_smilies` tinyint(1) NOT NULL default '1',
`avatar_image` varchar(100) NOT NULL default '',
`time_zone` decimal(5,2) NOT NULL default '0.00',
`time_format` varchar(25) NOT NULL default '',
PRIMARY KEY (`id`)
) TYPE=MyISAM CHARACTER SET `utf8`;
This should be changed to 1 in future releases.
I've posted this fix around these forums. Check it out.
"My question is, how can this be done automatically so I don't have to manually do this for every user that registers for my site."
Took me a bit to figure this out.
If you currently have joobb installed and your host/server has phpMyadmin its a really easy fix.
Log into PHPMyAdmin -> Databases -> (yourdatabase) -> Table: jos_joobb_users
Go ahead and choose the second button "Structure".
Under the "role" entry choose the pencil icon for "change".
Under default it is probably set to "0", change that to "1".
0 = none
1 = registered
This will put all your new joomla users in the joobb "registered" role.
This seems to be a bug with the install when creating the jos_joobb_users table because in the config_user_settings_defaults.xml file it looks to be set correct.
"My question is, how can this be done automatically so I don't have to manually do this for every user that registers for my site."
Took me a bit to figure this out.
If you currently have joobb installed and your host/server has phpMyadmin its a really easy fix.
Log into PHPMyAdmin -> Databases -> (yourdatabase) -> Table: jos_joobb_users
Go ahead and choose the second button "Structure".
Under the "role" entry choose the pencil icon for "change".
Under default it is probably set to "0", change that to "1".
0 = none
1 = registered
This will put all your new joomla users in the joobb "registered" role.
This seems to be a bug with the install when creating the jos_joobb_users table because in the config_user_settings_defaults.xml file it looks to be set correct.
This was a newbie error. Some how I had found/downloaded the earliest version of joobb editor. Installing the latest version worked.
This is a joomla 1.5 (downloaded it on July 29th) and downloaded the latest joo!bb boards yesterday.
Ok, I initially missed the instruction to install the editor before the component.
I uninstalled both of them, went into the plugin for the editor and made sure to save then installed the component.
I moved the en-GB.plg_editors-bb_joobb.ini into the joomla-root/languages/en-GB/ folder (whatever it told me to do).
I downloaded the "Views" update and replaced the files in joobb.
For the life of me, joobb refuses to use CSS so I get this white page without much of the editor?
Any idea's?