Joo!BB - Making Community
Joo!BB - Joomla! Bulletin Board
Board Index
Posts by James
Welcome, Guest

by James on 08/07/2008 22:45
Post Re: Automatic User Synchronisation

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(Cool 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.


James | Joined Board: 07/31/2008 23:54 | Last Visit: 08/18/2008 19:21
Joo!BB - Newie
Registered
Posts: 7
Offline Member is Offline
View all users posts


by James on 08/07/2008 22:45
Post Re: Can not get to write to Forums

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(Cool 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.


James | Joined Board: 07/31/2008 23:54 | Last Visit: 08/18/2008 19:21
Joo!BB - Newie
Registered
Posts: 7
Offline Member is Offline
View all users posts


by James on 08/07/2008 20:57
Post Re: Automatic User Synchronisation

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.


James | Joined Board: 07/31/2008 23:54 | Last Visit: 08/18/2008 19:21
Joo!BB - Newie
Registered
Posts: 7
Offline Member is Offline
View all users posts


by James on 08/07/2008 20:47
Post Re: Can not get to write to Forums

"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.


James | Joined Board: 07/31/2008 23:54 | Last Visit: 08/18/2008 19:21
Joo!BB - Newie
Registered
Posts: 7
Offline Member is Offline
View all users posts

Last Edit on 08/07/2008 20:47


by James on 08/07/2008 20:34
Post Re: Help! No CSS in editor!

This was a newbie error. Some how I had found/downloaded the earliest version of joobb editor. Installing the latest version worked.


James | Joined Board: 07/31/2008 23:54 | Last Visit: 08/18/2008 19:21
Joo!BB - Newie
Registered
Posts: 7
Offline Member is Offline
View all users posts


by James on 08/01/2008 00:03
Post Help! No CSS in editor!

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?


James | Joined Board: 07/31/2008 23:54 | Last Visit: 08/18/2008 19:21
Joo!BB - Newie
Registered
Posts: 7
Offline Member is Offline
View all users posts


Joo!BB - Joomla! Bulletin Board

Copyright © 2007 - 2012 Joo!BB Project - All rights reserved.