Loading...
 

History: User_Trackers

Comparing version 48 with version 72

Lines: 1-13Lines: 1-9
-User trackers is a powerful and flexible feature but it's tricky to setup. A profile will help. +A User tracker is a powerful and flexible feature which can be tricky to setup. This profile helps in this task.
-The profile should have a few common fields (First name, Last name, ICQ, etc) and be setup so that people fill these in at login. +The profile has a few common fields (First name, Last name, Address, etc) that can hold the data from users. Some fields can be shown, for instance, in the registration form, and some others can eventually be filled in a later stage.
-Please see doc: ((doc:User tracker))This profile requires this fix: *Add "Only one item per user or IP" (oneUserItem) to ((Tracker Handler)) so ((User_Trackers)) can work. And thus will presumably only work for Tiki 3.2 and up. +Please see doc: [https://doc.tiki.org/User+tracker|User tracker]
 +::{img src="http://tiki.org/display542" link="http://profiles.tiki.org/User_Trackers" alt="User_Trackers" desc="User_Trackers Profile" align="center" imalign="center" width="550"}::
 !!Features  !!Features
Lines: 19-23Lines: 15-24
  feature_trackers: y  feature_trackers: y
  userTracker: y  userTracker: y
 + trackerfield_userpreference: y
 + user_trackersync_trackers: [ $user_tracker ]
 + user_trackersync_realname: $profileobject:user_name$
  validateUsers: n # This is slowing us down as we build the profile  validateUsers: n # This is slowing us down as we build the profile
 + wikiplugin_fade: y # for demonstration purposes in a static text field
 + wikiplugin_tabs: y # for demonstration purposes in a static text field
 {CODE} {CODE}
Lines: 33-37Lines: 34-38
  default_status: open  default_status: open
  show: [ creation_date, modification_date, list_modification_date ]  show: [ creation_date, modification_date, list_modification_date ]
- allow: creator_modification + allow: [ creator_modification, one_item_per_user]
  -  -
  type: tracker_field  type: tracker_field
Lines: 50-59Lines: 51-62
  name: Name  name: Name
  tracker: $user_tracker  tracker: $user_tracker
- type: text_field flags: [ public ] + options: type: realName type: preference flags: [ public, mandatory ]
  order: 20   order: 20
  -  -
  type: tracker_field  type: tracker_field
- ref: user_business-name + ref: user_business_name
  data:  data:
  name: Business Name  name: Business Name
Lines: 64-68Lines: 67-71
  -  -
  type: tracker_field  type: tracker_field
- ref: user_short-description + ref: user_short_description
  data:  data:
  name: Short Description  name: Short Description
Lines: 73-77Lines: 76-80
  -  -
  type: tracker_field  type: tracker_field
- ref: user_long-description + ref: user_long_description
  data:  data:
  name: Long Description  name: Long Description
Lines: 127-131Lines: 130-134
  -  -
  type: tracker_field  type: tracker_field
- ref: user_street-address + ref: user_street_address
  data:  data:
  name: Street Address  name: Street Address
Lines: 154-158Lines: 157-161
  -  -
  type: tracker_field  type: tracker_field
- ref: user_zip-code + ref: user_zip_code
  data:  data:
  name: Zip Code  name: Zip Code
Lines: 176-180Lines: 179-185
  name: Email  name: Email
  tracker: $user_tracker  tracker: $user_tracker
- type: text_field + options: type: email type: preference
  flags: [ public ]  flags: [ public ]
  order: 160   order: 160
Lines: 190-194Lines: 195-199
  -  -
  type: tracker_field  type: tracker_field
- ref: user_primary-phone + ref: user_primary_phone
  data:  data:
  name: Primary Phone  name: Primary Phone
Lines: 199-203Lines: 204-208
  -  -
  type: tracker_field  type: tracker_field
- ref: user_secondary-phone + ref: user_secondary_phone
  data:  data:
  name: Secondary Phone  name: Secondary Phone
Lines: 222-263Lines: 227-284
  tracker: $user_tracker  tracker: $user_tracker
  type: text_field  type: text_field
- flags: [ public, mandatory ] + flags: [ public ]
  order: 21  order: 21
- - + -
  type: tracker_field  type: tracker_field
- ref: user_icq data: name: ICQ + ref: user_customNote data: name: Note
  tracker: $user_tracker  tracker: $user_tracker
- type: text_field flags: [ public ] order: 220 - type: tracker_field ref: user_msn data: name: MSN tracker: $user_tracker type: text_field flags: [ public ] order: 230 - type: tracker_field ref: user_aol data: name: AOL tracker: $user_tracker type: text_field flags: [ public ] order: 240 - type: tracker_field ref: user_yahoo data: name: Yahoo tracker: $user_tracker type: text_field + options: wikiparse: 1 max: 30 type: static
  flags: [ public ]  flags: [ public ]
- order: 250 + order: 5 description: | {TABS(name="Custom info" tabs="Read this first|Feedback" toggle="y" inside_pretty="n")} (:exclaim:) Take into consideration the latest changes in our site / organization. %%% %%% {FADE(label="Read more", icon="y", bootstrap="y")} * Some more information about this topic comes here... * Some more information about this topic comes here... * Some more information about this topic comes here... {FADE} ///// You can provide some feedback by means of ... ~~red:[[change me]~~. {TABS} descparsed: y - type: tracker_field ref: user_contactAddressInformation data: name: Contact Address Information permname: address tracker: $user_tracker options: level: 2 toggle: o type: header order: 25 flags: - public - type: tracker_field ref: user_onlineContactInformation data: name: Online Contact Information permname: onlineContactInformation tracker: $user_tracker options: level: 2 toggle: o type: header order: 155 flags: - public
 {CODE} {CODE}
Lines: 266-269Lines: 287-291
 !!Todo !!Todo
 *Make sure "Only one item per user or IP" is assigned in tracker *Make sure "Only one item per user or IP" is assigned in tracker
 !!Adding module !!Adding module
 This is a box on the side which permits quick access to one's user tracker. This is a box on the side which permits quick access to one's user tracker.
Lines: 283-305Lines: 305-316
 This part is an attempt to correspond the Registered group to the newly created user_tracker but it's not working. __fixed in 3.1?__ This part is an attempt to correspond the Registered group to the newly created user_tracker but it's not working. __fixed in 3.1?__
-{CODE(caption="YAML" wrap="1")}objects: - ref: User_Trackers_Permissions +{CODE(caption=>YAML,wrap=>1)}
 permissions: permissions:
- Members: description: members of the association include: [ Registered ] + Registered: description: users of the web site user_tracker: $user_tracker user_tracker_field: $login registration_fields: [ $profileobject:user_customNote$, $profileobject:user_name$, $profileobject:user_contactAddressInformation$, $profileobject:user_primary_phone$, $profileobject:user_street_address$, $profileobject:user_city$, $profileobject:user_state$, $profileobject:user_zip_code$, $profileobject:user_country$, $profileobject:user_onlineContactInformation$, $profileobject:user_website$, $profileobject:user_skypeid$, $profileobject:user_comments$]
 {CODE} {CODE}
- user_tracker: $user_tracker #and once this work, we need to tell the system about which field ID to connect to 
- user_tracker_field: $login # On a clean install, the following both should be at "1" 
-Later: add registration_fields 
-  

History

Advanced
Information Version
Fri 02 of Jun, 2017 20:12 GMT-0000 luciash d' being remove outdated fields like AOL, ICQ, etc. + uncategorize deprecated Tiki 5.x version 72
Tue 17 of Jan, 2017 10:24 GMT-0000 Xavier de Pedro ready for tiki16+ also 71
Fri 14 of Oct, 2016 09:17 GMT-0000 Xavi (as xavidp - admin) Mass search and replace 70
Fri 20 of May, 2016 10:33 GMT-0000 Xavier de Pedro changed Name from text field to realName userpreference also. and set prefs to sync realName from tracker 69
Fri 06 of May, 2016 14:13 GMT-0000 Xavier de Pedro added trackerfield_userpreference 68
Fri 06 of May, 2016 14:10 GMT-0000 Xavier de Pedro converted email from text field into preference 67
Fri 15 of Aug, 2014 11:20 GMT-0000 Xavier de Pedro added two extra fields for headers to showcase its use 66
Fri 15 of Aug, 2014 11:01 GMT-0000 Xavier de Pedro replaced dashes with underscores in tracker field references, so that they can be used as registrationFields 65
Fri 15 of Aug, 2014 10:51 GMT-0000 Xavier de Pedro change group for the User Tracker from Members to Registered, so that it's easier for new admins to see how to use this feature (with less number of clicks after profile has been applied). Please, rev 64
Fri 15 of Aug, 2014 10:48 GMT-0000 Xavier de Pedro added a few more fields as shown in the registration process 63
Mon 28 of Apr, 2014 10:31 GMT-0000 Xavier de Pedro added screenshot 62
Sat 01 of Mar, 2014 16:09 GMT-0000 Xavier de Pedro 4th attempt to make it work 61
Sat 01 of Mar, 2014 16:03 GMT-0000 Xavier de Pedro 3rd attempt to make ti work 60
Sat 01 of Mar, 2014 15:59 GMT-0000 Xavier de Pedro 2nd attempt to make it work 59
Sat 01 of Mar, 2014 15:57 GMT-0000 Xavier de Pedro attempting to specify a few registration fields for demostration purposes from the whole list of fields. To be reviewed by the admin after applying the profile, as usual 58
Sat 01 of Mar, 2014 14:01 GMT-0000 Xavier de Pedro added a new field for demonstration purposes of static text with a few plugins for more versatility 57
Thu 27 of Feb, 2014 18:13 GMT-0000 Xavier de Pedro make doc url absolute so that it displays properly from the profile admin panel, and make mandatory the user name instead of the skype Id 56
Sat 22 of Feb, 2014 18:34 GMT-0000 Xavier de Pedro cleared the descritpion. Works as-is in Tiki12 55
Wed 09 of Jun, 2010 12:23 GMT-0000 Jonny Bradley 54
Wed 09 of Jun, 2010 12:22 GMT-0000 Jonny Bradley 53
Thu 04 of Mar, 2010 18:40 GMT-0000 Marc Laporte [rollback version 50] 52
Thu 04 of Mar, 2010 18:45 GMT-0000 Marc Laporte back to registered group 51
Thu 04 of Mar, 2010 18:40 GMT-0000 Marc Laporte 50
Thu 04 of Mar, 2010 16:43 GMT-0000 Marc Laporte plugin editor must be off 49
Wed 03 of Mar, 2010 22:54 GMT-0000 sylvie 48
Wed 03 of Mar, 2010 22:52 GMT-0000 sylvie 47
Wed 03 of Mar, 2010 18:53 GMT-0000 Marc Laporte 46
Wed 03 of Mar, 2010 18:41 GMT-0000 Marc Laporte Let's try this 45
Wed 03 of Mar, 2010 18:34 GMT-0000 Marc Laporte trying with different group name to see if it will work (create vs update) 44
Fri 26 of Feb, 2010 22:44 GMT-0000 Marc Laporte 43
Fri 26 of Feb, 2010 22:32 GMT-0000 Marc Laporte Plugin modified by editor. 42
Fri 26 of Feb, 2010 20:25 GMT-0000 Marc Laporte 41
Fri 26 of Feb, 2010 18:38 GMT-0000 Marc Laporte 40
Fri 26 of Feb, 2010 17:35 GMT-0000 Marc Laporte we don't want emails sent out 39
Fri 26 of Feb, 2010 17:23 GMT-0000 Marc Laporte 38
Fri 11 of Sep, 2009 18:49 GMT-0000 Marc Laporte 37
Wed 15 of Jul, 2009 13:29 GMT-0000 Marc Laporte 36
Wed 15 of Jul, 2009 12:30 GMT-0000 Marc Laporte 35
Thu 18 of Jun, 2009 23:09 GMT-0000 Marc Laporte 34
Thu 23 of Apr, 2009 19:05 GMT-0000 Marc Laporte 33
Thu 23 of Apr, 2009 18:24 GMT-0000 Marc Laporte 32
Thu 23 of Apr, 2009 18:10 GMT-0000 Marc Laporte 31
Sun 19 of Apr, 2009 05:55 GMT-0000 shawnadler 30
Wed 22 of Apr, 2009 16:39 GMT-0000 Jonny Bradley 29
Wed 22 of Apr, 2009 16:38 GMT-0000 Jonny Bradley 28
Wed 22 of Apr, 2009 16:38 GMT-0000 Jonny Bradley 27
Wed 22 of Apr, 2009 16:37 GMT-0000 Jonny Bradley 26
Wed 22 of Apr, 2009 16:36 GMT-0000 Jonny Bradley 25
Wed 22 of Apr, 2009 16:33 GMT-0000 Jonny Bradley 24
Sun 19 of Apr, 2009 05:55 GMT-0000 shawnadler 23
Sun 19 of Apr, 2009 05:24 GMT-0000 shawnadler 22
Sun 19 of Apr, 2009 05:23 GMT-0000 shawnadler 21
Sun 19 of Apr, 2009 01:56 GMT-0000 Marc Laporte 20
Sun 19 of Apr, 2009 01:27 GMT-0000 Marc Laporte Adding a text_area bio field 19
Sun 19 of Apr, 2009 00:17 GMT-0000 Marc Laporte 18
Sun 19 of Apr, 2009 00:10 GMT-0000 Marc Laporte 17
Sun 19 of Apr, 2009 00:05 GMT-0000 Marc Laporte 16
Sat 18 of Apr, 2009 23:59 GMT-0000 Marc Laporte 15
Sat 18 of Apr, 2009 23:41 GMT-0000 Marc Laporte 13
Wed 06 of Aug, 2008 00:34 GMT-0000 Marc Laporte 10
Wed 06 of Aug, 2008 00:32 GMT-0000 Marc Laporte 9
Wed 06 of Aug, 2008 00:29 GMT-0000 Marc Laporte 8
Wed 06 of Aug, 2008 00:17 GMT-0000 Marc Laporte 7
Wed 06 of Aug, 2008 00:09 GMT-0000 Marc Laporte 6
Tue 05 of Aug, 2008 23:59 GMT-0000 Marc Laporte 5
Tue 24 of Jun, 2008 19:58 GMT-0000 Marc Laporte 4
Tue 24 of Jun, 2008 19:58 GMT-0000 Marc Laporte 3
Sun 22 of Jun, 2008 21:50 GMT-0000 Marc Laporte 2
Fri 13 of Jun, 2008 23:08 GMT-0000 Marc Laporte 1