Edit: Solved using the following line;
<dt>Tagged in</dt><dd>{vb:math{vb:raw post.dbtech_usertag_quotes}+{vb:math {vb:raw post.dbtech_usertag_mentions}}} Posts</dd>
------
How would I go about merging both mentions and quoted stats? I'd like to have them in my postbit, but as one number instead:
<dt>{vb:rawphrase dbtech_usertag_mentioned}</dt> <dd>{vb:rawphrase dbtech_usertag_x_posts, {vb:raw post.dbtech_usertag_mentions}}</dd>
<dt>{vb:rawphrase dbtech_usertag_quoted}</dt> <dd>{vb:rawphrase dbtech_usertag_x_posts, {vb:raw post.dbtech_usertag_quotes}}</dd>
Which shows:
Mentioned: 20 Post(s)
Quoted: 26 Post(s)
That's my postbit at the moment, I'd like to just have it show:
Tagged: 46 Post(s)
(a total of both quoted and mentioned numbers)
Any simple way to do that?
|