Loading...
 
Skip to main content

1.10:"Use tracker for more user info." should automatically link username&email from 1st reg. screen

Status
Pending
Subject
1.10:"Use tracker for more user info." should automatically link username&email from 1st reg. screen
Version
2.x
Category
  • Usability
Feature
Trackers
User Administration (Registration, Login & Banning)
Submitted by
Xavier de Pedro
Rating
(0)
Description

Using 1.10cvs from mid june 2007

I'm using the "Admin > login > Use tracker for more user information"
Created a simple tracker, with some fields, including the "username" field, but not the email, right now, since that was already introduced in the first registration screen.

2 improvements would be needed/very welcome:

(1) Username was not assigned to the item in the user tracker, even if the user had selected a username in the previous screen (first registration screen - tiki-register.php).

(fyi: later on, When I, as a registered user, edited my item afterwards, the username info was well selected automatically).

(2)
This user info tracker (tracker id 1) had those fields:

Id 	  	position 	name 	type 	options 	isMain 	Multilingual 	Tbl vis 	Searchable 	Public 	Hidden 	Mandatory 	Description 	 
1 	edit 	10 	Nom 	text field 	1 	y 	n 	y 	y 	y 	n 	y 	Nom de la... 	remove down
2 	edit 	20 	Cognoms 	text field 		n 	n 	y 	y 	y 	n 	y 	Cognoms de... 	remove down
3 	edit 	30 	Usuari 	user selector 	1 	y 	n 	y 	y 	y 	n 	y 	Nom... 	remove down
4 	edit 	40 	Telèfon 	text field 	1,50,,,50 	n 	n 	n 	y 	y 	n 	n 	Telèfon/s... 	remove down
5 	edit 	50 	Correu-e 	email 	1 	n 	n 	n 	y 	y 	n 	n 	Correu-e... 	remove down
6 	edit 	60 	Barri / Població 	textarea 	1,50,10,1000,1000 	n 	n 	n 	y 	y 	n 	y 	Barri i... 	remove down
7 	edit 	100 	Foto 	image 	80,80,400,400,400 	y 	n 	y 	n 	y 	n 	n 	Fotografia 	remove down
8 	edit 	200 	Comentaris 	textarea 	1,50,10,1000,1000 	n 	n 	y 	n 	y 	n 	n 	La teva... 	remove down


At "Admin > login > Displays UserTracker information in user information page. Format: trackerId, fieldId1, fieldId2, …:", these was the field content:

1,1,2,4,6,7,8


I also tried includind field 3 - the user selector - (i.e.: 1,1,2,3,4,6,7,8), but similar effect: I couldn't see the username shown in the second screen, and It was not set on the tracker (confirmed as admin user)

Solution

Make it in a way that user selector and email can be automatically collected and linked from the first registration screen.
For instance: at "Admin > login > Displays UserTracker information in user information page. Format: trackerId, fieldId1, fieldId2, …:", include some two params:

  • the first one to allow/dissallow linking the userid field from the first registration screen (1,0) Default 1
  • the second one to allow/dissallow linking the email field from the first registration screen (0,1,2)
    • 0: no
    • 1: visible by user & admin only
    • 2: visible by all, with the same setting that will be later used at "MyTiki > Preferences> Email public/private...." (to allow user to change this setting there on a later stage)
Importance
5
Priority
25
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
1180
Created
Friday 29 June, 2007 07:04:39 UTC
by Unknown
LastModif
Friday 29 June, 2007 07:04:39 UTC


Show PHP error messages