Quote:
Originally Posted by RadioErewan
Phalynx, would like to count experience points against activity (ranking position will be dependent of current activity), where should I do this.
Found
PHP Code:
$xperience['count_xperience'] = floor($xperience['count_xperience']);
in class_xperience.php
Will it work?
PHP Code:
$xperience['count_xperience'] = floor($xperience['count_xperience']*$user['xperience_ppd']/100);
ps. Your mod rocks!
Regards
|
This would not really work. Much more recoding would be needed.
Quote:
Originally Posted by XtAzY
I imported the Post Thank You addon and now i have two settings in the Points admin section with similar settings. Whats the different between "Points for thanks" and "Using the Thanks Button" and along with other thanks settings?
|
The other one are for the "thanks via vS-Hide Hack Resurrection".