grom815
07-03-2014, 11:46 PM
Nevermind, you can close!
So, this is where Posts per day is calculated:
$this->post['postsperday'] = vb_number_format($this->post['posts'] / $jointime, 2);
Instead of using the 'posts' field in the 'user' table, I want to use 'field8' in the 'userfield' table.
How do I change this?
Nevermind, you can close!
So, this is where Posts per day is calculated:
$this->post['postsperday'] = vb_number_format($this->post['posts'] / $jointime, 2);
Instead of using the 'posts' field in the 'user' table, I want to use 'field8' in the 'userfield' table.
How do I change this?
Nevermind, you can close!