Loading...
 
Skip to main content

History: User Preference Field

Preview of version: 15

tikiwiki >= 2.0
This field allows you to be able to change user preferences directly from a tracker.

The value of the field will be taken from the user preference, and if the field is changed the value will be changed. This permits, for example, for a user to change his password in the same screen as the rest of the User Tracker.

Parameters

ParameterValue
preferencepassword, email


About Tiki4.0+, we also have

ParameterValue
preferencerealName, ... (see below)


Tiki 6.0+, we also have
have

ParameterValue
preferencelanguage

Configuration

  • the tracker must have a user field of type 1 that will give the user name.
  • you might need to set Admin Home / Community / User Preferences Screen on (e.g. for realName)

How to find out which preferences can be used?

(the result shown below is from a Tiki5.0Beta1)
mysql> select distinct prefName from tiki_user_preferences order by prefName;

+----------+

| prefName |

+----------+

| allowMsgs |
| country |
| diff_versions |
| display_timezone |
| email is public |
| gender |
| gmap_defx |
| gmap_defy |
| gmap_defz |
| homePage |
| language |
| lat |
| lon |
| mailCharset |
| mailCurrentAccount |
| mess_archiveAfter |
| mess_maxRecords |
| mess_sendReadStatus |
| minPrio |
| mytiki_articles |
| mytiki_blogs |
| mytiki_forum_replies |
| mytiki_forum_topics |
| mytiki_gals |
| mytiki_items |
| mytiki_msgs |
| mytiki_pages |
| mytiki_tasks |
| objectperm_admin_groups |
| realName |
| show_mouseover_user_info |
| tasks_maxRecords |
| theme |
| ticket |
| userbreadCrumb |
| user_dbl |
| user_information |

+----------+

37 rows in set (0.00 sec)


Note

As of Tiki9, while you can use some field like country and user_information, they become text fields and don't provide a drop down.





Alias names for this page:
RealName | Real Name | Real Names | Real Names

History

Advanced
Information Version
Marc Laporte 19
Marc Laporte 18
Bernard Sfez / Tiki Specialist Updated data from the database with Tiki22 17
luciash d' being 🧙 cleanup + update 16
WizarDave removed links to a closed bug report 15
Xavier de Pedro 14
Marc Laporte 13
Marc Laporte 12
luciash d' being 🧙 Mass search and replace 10
luciash d' being 🧙 Mass search and replace 9
Nelson Ko 8
Gergely 7
Gergely 6
Marc Laporte 5
Marc Laporte 4
mlpvolt 3
sylvie 2
system created from structure 1