Quote:
Originally Posted by Phalynx
Search for the plugin "vBExperience (reset user)" that is hooked into "newpost_process" and change the content to:
PHP Code:
require_once('./includes/class_xperience.php');
$xPerience =& new xPerience;
$xPerience->CalculateXP($vbulletin->userinfo, 0);
|
Does not work
I edited.... vBExperience (reset user)] ---> newpost_process
and replaced the code with the code you provided then hit save and reload.
When I make a post, nothing happens

before when I pressed the update promotions it actioned the update.