Translation of this page is incomplete.

트래커를 그룹에 할당하기

트래커를 만드는 4단계__ 에 (추가적, 선택적인) 5단계
단계상세내역도움말 페이지
1. 트래커 만들기관리자가 트래커의 이름을 짓고, 전체적 변수와 권한을 할당한다 트래커 만들기
2. 트래커에 필드 추가하기 관리자가 행과 수집될 정보의 종류를 정의한다 트래커에 필드 추가하기
3. 트래커에 항목 추가하기사용자가 트래커 내부에 "항목"을 만들기 위해 양식을 작성한다트래커에 항목을 추가하기
4.결과를 보기 혹은 나열하기Use 플러그인 을 사용하여 페이지 내부에서 맞춤형 트래커 출력물 보기트래커 결과 보기
5. 트래커를 그룹에 할당하기선택적 -트래커는 등록시에도 사용될 수 있다트래커를 그룹에 할당하기


1.9 에서는, 만약 트래커를 그룹에 할당할 수 있다면, 각 사용자는, MyTiki 내부에서 수정할 수 있는 이 트래커의 항목을 보유하게 됩니다.
http://doc.tikiwiki.org/Groups+admin 를 참고하십시오

In 1.10 only, You can select the groups that will be proposed at registration time in admin->login .
See http://doc.tikiwiki.org/Login+Config
If the group has an associated tracker and fields to be filled at registration time, the user will be asked to fill up his item (you can define only some fields) at registration time. In order to do that, you need to

  • assign a tracker to the group
  • specify the field that is of type user option 1(creator).
  • specify the field that you want to request at the second step of the registration.

Be careful you need to save first the group with the tracker name and then edit the group to be able to set the list of fields. As you can decide if a field is mandatory or not, you can use this tracker as a mandatory set of new fields for a user.

So if you want for example, each user to give their address at registration time.

  • Create a tracker (ex: with a name Registered) with 2 fields.
    • one field of type user selector, option 1 (will have for instance an ID = 10)
    • one field of type text named address (will have for instance an ID=11)
  • in the admin->groups->Registered, set
    • Users Information Tracker: Registered
    • FieldId:10
    • Users Information Tracker Fields Asked at Registration Time: 11


You can also have the user to choose in different groups and to have different information for each group. (admin->login: User can choose beyond these groups at registration time:)