Quote:
Originally Posted by Quantnet.org
Thanks
To fill the bar 100%, what is the frequency ? 20 posts a day ? Where do i change them ?
|
The calculation is (5 * PostsPerDay) to generate a percentage. 20+ posts per day would max the bar @ 100%
You can modify the plugin 'Posting Frequency' and change the code on this line:
Code:
$this->post['frequency'] = floor(5 * $this->post['postsperday']);
just change the 5 to whatever factor you want.
ie: if you want it to be 15 posts per day change the 5 to a 6.66 (100/15=6.66)
make sense?