Просмотр поста #532130: У Вас есть один вопрос? - Тогда задайте его тут! new!

.
reaper
# TalkingTom (14.01.2015 / 20:28)
By the way, is there any way to show one information from exact one user? (for example ID:1)

how can i do that?
You need to get an user using this function.

$user = functions::get_user(1);
if (is_array($user)) {
    echo $user['imname'];
}