- From the Admin groups page (Settings menu->Groups), edit the Registered group.
- In the User Registration Tracker field, select the tracker that you created.
- The User Registration Tracker section now has a second drop-down list of the fields in the tracker.
- Select the User field that you created earlier with Auto-Assign = Creator (note that this may have been already pre-selected).
- In the Group or User Tracker Registration Fields field, indicate the ID of each tracker field to include in the form that users must complete as part of the registration process. Multiple fields must be separated by a colon.
- Save the group.
Note: A user can choose at registration a group among a list of groups (the list is specified in "Admin > Login"), and set that each group has a different user tracker associated to it. This way, the tracker displayed at registration time would be the one assigned to the group selected by the new user at registration time.
Note Two: As of Tiki 18 at least, if you have a user tracker assigned to the Registered group and you use "Choose Group" you need to replicate the tracker and field settings on each group you offer as a choice. The groups need to have "User Choice" set too.
Perms:
If you want the items to be seen only by his user, you must set special perm on the tracker, as tiki_p_admin_trackers for the admin group.
Even if there is no tiki_p_create_tracker_items for the tracker, the user will be able to create his item and if (Item creator can modify his items) is set, he will be able to modify it.
Access to the user tracker item:
Important: It can be necessary in some case to set the group that has the tracker as the default group for the user.
The user can see his user tracker, if the permissions are ok with:
tiki-view_tracker_item.php?view=+user
You can see the user tracker of another user , if the permissions are ok and if the item exists with:
tiki-view_tracker_item.php?user=yyyyy&view=+user
Note: a user can have many trackers items associated to him. Each tracker must have a field of type user selector and option creator(1). To be able to see the item associated to the user (if permissions are ok) you can use:
tiki-view_tracker_item.php?group=xxx&user=yyyyy&view=+user - the group must have a user tracker
tiki-view_tracker_item.php?trackerId=yyyyy&view=+user - the tracker must be a user tracker
|