This version fixes a problem with cb 1.1 and has been tested with cb 1.2rc2 This version has a fixed zip file for better installs
This COM manages user profiles in the Community Builder environment in Joomla. It is a substantial extension to the original non-CB Juice component. It supports the addition or editing of fields in the user profile on the basis of username. The links to the ACL tables are correctly maintained. In addition, the com includes an EDIT function. You can edit any of the standard profile fields for users.
Management is done on the basis of username. A basic CSV file with username, first name, last name and email is required for bulk adds. However, any of the extra fields that CB users defined can also be set at the Add time. Similarly, an edit CSV file would have only the username and the field or fields that are being edited.
A password generator has now been added for add mode.
NOTE, a header describing the fields is obviously required. The header must have the EXACT spelling of the variables names include "cb_" as required. It is strongly suggested that you use the EXPORT/SAVE function to get a sample list of the fields.
1.5RC2 uses the new TABLECOLUMNS fields to define the links. THIS ROUTINE HAS BEEN TESTED IN 1.5 with CB 1.2RC2 in LEGACY MODE
USERTYPE is now defined as a variable. This has been tested in 1.015 with cb and works with and without JACLPlus. It will manage usertypes that are defined in the standard joomla tables only. Therefore, it will not manage the JACLplus special subgroups.
This version now supports an edit run without any CB fields. The zip files show sample csv files.