How to get user id - Joomla! Forum - community, help and support
circsoc wrote:dht200 wrote:hi circsoc;
tell me please, how did take user id?.
i mean surfing/loged_in user.
if on facebook user isn't appropriate place explain it. there great wealth of information on facebook documentation site http://wiki.developers.facebook.com/ it's not simple either, requires setting , configuring.
check out facebook wiki learn how it, if have experience in using php should fine, or alternatively can save hassle , use component i'm making, should released in month or two. i'll looking people test alpha release before goes on jed, if you're interested 1 of first use it.
on non no....
i mean joomla user id.
i wanna user id while loged in.
[edit]mod note - please don't hijack threads![/edit]
code: select all
$uid = jfactory::getuser()->id;
the above code gets current logged in user id. if want other users id based in info have, circsoc does, you'll have query database.
Comments
Post a Comment