Oxuserid in invite.tpl

Hi sorry for question but i have no idea how to get oxuserid of logged user.

Please help me

sorry for bad english :confused:

Try this for oxusername (email-address) of user

[{$oxcmp_user->oxuser__oxusername->value}]

or this for oxid (primary key of user)

[{$oxcmp_user->oxuser__oxid->value}]

Place it anywhere you like in invite.tpl and it should work out fine.