Small USER GUIDE for LDU v800 extended plugin:

"Profile Checkboxes v1.1"

by Orkan

• • •

Before you start :
You !MUST! ensure that, the free slot number (default:5) specified in plugins/extended/profilecboxs/profilecboxs.setup.php line:40,
(which represents field from table: ldu_users, column: user_extraX - where X is from 1 to 5),
is really free and isnt used by other plugin(s) on your site, otherwise all the data from this slot will be erased!
 
Upgrade to v1.1 :
Make sure you have a backup of all your options from Configuration panel before reinstallation. Using "Reinstall All" feature will reset all the custom configuration entrys, so you have to restore them again after upgrade.

• • •

With this plugin you can create some options to check for all users, in their profile. Options can be provided by an textarea field in Configuration panel of this plugin, where each line == new option.
 
Each line number is used in .TPL TAG`s syntax, so the first line is represented by TAGs:
{PROFILECBOXS_OPTION1_NAME} - text from first line of the plugins textarea
{PROFILECBOXS_OPTION1_YESNO} - in auth.register.tpl, profile.tpl and users.edit.tpl: the checkbox itself
  - in users.details.tpl: checkbox state (text: YES/NO or string/whatever modified in profilecboxs.setup.php, line:50)
and so on...

• • •

You can always add new or change existing options in Configuration panel of this plugin, but !NEVER! remove earlier created lines from this textarea - this will ruin the way, how this plugin works, and state of all options in user profiles will be undefined. If you want to remove some options, you can do it by simply removing TAG(s) from .TPL files.

END

Orkan, 2006/03/11 Poland