I wanted to get the current users sex in this file, in quickSearch() function:
\ow_plugins\usearch\controllers\ajax.php
Isnt it saved somewhere in the Sessions? I also have to get the "Looking for" information.
How can I manage this?
In that file, there is this call:
$userId= (int) $_POST['userId'];
$name = BOL_UserService::getInstance()->getDisplayName($userId);
How can I manage this?
Maybe I could get the gender and looking for like that? but wherefrom do I know the current Users Id? and how to get the gender id (1:male;2:female) from the ow_skadate_account_type_to_gender Table?
Thx for your support!