I need user site coins or points shown in user profile.. Please help
Azhar-Ali, I am writing through an interpreter. Do you want to add another user to the field?
# ROM (29.12.2015 / 19:26)
Azhar-Ali, I am writing through an interpreter. Do you want to add another user to the field?
Rom. I needed just it code. Shown user points in user profile. If you have then please share with me.
# Bahakz (29.12.2015 / 19:33)
Do you speak Russian?
No sir. But i can translete russian to English or English to russian.
# Azhar-Ali (29.12.2015 / 19:31)
Rom. I needed just it code. Shown user points in user profile. If you have then please share with me.
I understand that you need a code that is specified in the file profil.php?
Here he is:
// рейтинг
$rating = ($user['postforum'] + $user['postguest'] + $user['komm'] + $user['balans'] + $user['karma_plus']) / ($user['karma_minus'] + 100);
// рейтинг
echo '<div class="menu"><img src="../users/img.php?img=' . $rating . '" alt="' . $rating . '" /></div>';
echo '<div class="menu"><span style="color:red"><b>Рейтинг:</b></span> <b><span style="color:black">' . $rating . '</span></b></div>';
// баллы
echo '<div class="menu"><b><span style="color:red">У пользователя</span></b> <b><span style="color:blue">' . $user['name'] . '</span></b> <b>'.$user['balans'].'</b> <img src="../img/m.png" alt="'.$user['balans'].'" /> <span style="color:red"><b>баллов</b></span></div>';
# FanLoko (29.12.2015 / 19:37)
$rating = ($user['postforum'] $user['postguest'] $user['komm'] $user['balans'] $user['karma_plus']) / ($user['karma_minus'] 100);
// рейтинг
echo '<div class="menu"><img src="../users/im
Oh my dear it is Site Earning code. I do'not needed to it. I need Coins or points. You johncms have daily bouns system. I need it. If user pasting a msg in forum then count 1.point. If user create a new topic then count 5.point and shown in profile user total point 6.