How can i find age and gender on my server?
I want to know the location please.
Thanks,
How can i find age and gender on my server?
I want to know the location please.
Thanks,
What are you trying to do Donamix? Do you wish to change words to something else?
For profiles of logged in users in the chat of my mobile app
Anyway, where is ow_question_data?
Who are you to tell me leave? i have an app for my site on google play
I have implemented stuff on my app more complicated than this
I'm pretty sure i can do it, you just didn't get my question.you type too much and make no sense!
im on the last line of the projectI'll just wait an answer from oxwall team,Thanks for your time ;)
Im by no means an expert here but I think you might be looking for the table ow_base_question_data
You might want to run a select statement similar to
SELECT userID,questionName,textValue,dateValue FROM ow_base_question_data WHERE questionName="birthdate"OR questionName="sex";
Im sure others want improve on this.... its not pretty
ow_base_question_data
Guys, please, this talk won't do any good to anyone. If I see you continue railing against each other, I will lock this post.
the sex and age info are in the ow_base_question_data table.
If you are talking about the method which takes those values from the database, you can look at user lists example. There is age and sex is indicated under user thumbnails.
So you can take a look here: ow_systems_plugins/base/controllers/user_list.php
public function getFields( $userIdList )
If it is not what you're looking for, please provide more details what you're doing and how to you want to achieve this.