Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
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!