Quote:
Originally Posted by otix_
Great Add-on thx!
is there a way to get a space character between Username and Award in the Profilebox?
|
Not via options. You will need to modify hook "vBExperience (username)" (fetch_musername) and change this:
PHP Code:
$user['musername'] .= $awards;
to this:
PHP Code:
$user['musername'] .= " ".$awards;
Quote:
Originally Posted by Jason UK
Fantastic mod.
How do I set it so more than one user can be 100%?
I basically want to set an activity of 250 posts per day and to do this I disable the cron but then how will it recount the users without a cron? Would they just stay with static values?
|
Will be an option in 3.8.2