|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Q:is there any way to show or import some information of user from registration (database) from our community in flashchat Page when klicking “View Profil”?
Because we want to make sure that user give right “Sex” in “View Profil”. The other information like Birthday, Email and Name of user we don’t want to public for all user in flashchat. A:You should add some parameters in your 123flashchat.php such as: init_gender=<? echo $init_gender?> // log user sex, $init_gender type: Number You may use this API to transfer your users' sex information to the user's Profile Panel, here, 0 represents "Unknown", 1 represents "Male" and 2 represents "Female". init_birth=<? echo $init_birth?> // log user birth, $init_gender type: Number You may use this API to transfer your users's age information to the user's Profile Panel.If the value ranges from 0 to 99, then it represents age, if it is greater than 99, it represents birth year (1900~). Learn more: User Manual of 123 Flash Chat v71 Keyword:flash chat, flash chat client, flash chat room, flash chat script |
![]() |
Was this information helpful? Yes No
| Tags |
| flash chat, flash chat client, flash chat room, flash chat script |
| Thread Tools | |
| Display Modes | |
|
|