Technical Details
Forum version : #phpBB2
Position : Founder
Concerned browser(s) : Mozilla Firefox, Google Chrome, Internet Explorer, Opera, Safari, Other
Who the problem concerns : All members
Forum link : http://www.pool-dev.forumactif.com/
Description of problem
Hello,I try to get back the value of the points which corresponds to this part :
- Spoiler:
I use a code JS to get back the value of the points of reputation :
- Code:
jQuery(function() {
var prep = _userdata.point_reputation;
test = document.getElementById("infos");
test.innerHTML = "Reputation : <b>" + prep + "</b>";
});
I would like to do the same thing to get back the value of the system of point.
For it I thus have to replace the variable _" userdata.point_reputation " by the variable which corresponds to the system of point. But what is this variable?