Quote:
Originally Posted by Disasterpiece
Quote:
Originally Posted by pixmaaa
Is it possible to some how make a profile field import their steam id (non 64 version) to display on their profile?
|
Could you please clarify what you mean exactly? I'm not sure I get your question.
|
i think he want to show the STEAM_X:X:XXX format on postbit and profile page.
wich is actually the non-steam64 id.
i don't know why they suddenly named the proper "steamid64" "steamid" on their semi-public API and made themselve inconsistent
765611... on
steampowered API = steamid
steamcommunity API = steamid64
inside STC the handling is like:
765611... = steamid
STEAM_x:x:xxx = steam64
community = commid
keeping this in mind i just added
PHP Code:
$this->post['steam64'] = calc_steam_code(get_user_steamid($user_info));
to the "Add SteamID to postbit" plugin code.
now, in the theme you can show the STEAM_x:x:x id via
PHP Code:
{vb:raw post.steam64}