loginid
bx_loginid in una can v get by javascript login details
-
-
·
LeonidS
- ·
Hello Chetty !
If you need to get the ID of logged profile then you may extract it from the menu link like
https://una.io/page/view-persons-profile?id=895
Similar links are packed into li with bx-menu-item and bx-menu-item-profile CSS classes.
-
·
LeonidS
-
- · Chetty
- ·
logged id and active profile id 2 info r there u can get profile id through url if no one is logged in what is logged in id in js
-
-
·
LeonidS
- ·
To get the profile id from the GET argument in the URL like https://una.io/page/view-persons-profile?id=895 you need to apply the solution to scan window.location.search.substr(1) or similar variables.
-
·
LeonidS