Would it be possible...
To have Vanilla display total posts instead of 'discussions started' and 'comments added', or maybe alongside them? I hate math. =o)
0
This discussion has been closed.
Comments
Obviously not the easiest solution, but a fairly immediate one.
If it's the latter, then this code might do the trick:
<li> <h3>'.$this->Context->GetDefinition('CommentsAdded').'</h3> <p>'.intval($this->User->CountDiscussions + $this->User->CountDiscussions).'</p> </li>
Also, it might be better to replace 'CommentsAdded' with a new 'TotalPosts' definition.
Yep, that's exactly what I'm looking for!