JGreig
03-10-2014, 11:00 PM
Why use add-ons when you can do this with a simple bit of code added to your postbit_legacy template?
Admin CP > Styles & Templates > YOUR STYLE > Edit Templates > Postbit Templates > postbit_legacy
Find
<dt>{vb:rawphrase posts}</dt> <dd>{vb:raw post.posts}</dd>
Add below
<dt>{vb:phrase threads}:</dt> <dd><a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw post.userid}&contenttype=vBForum_Post&starteronly= 1" rel='nofollow'>{vb:rawphrase find_all_started_threads}</a></dd>
You can do the same for the postbit template.
====================================
If you would rather show the thread count in the postbit_legacy/postbit, use the following code:
<dt>{vb:phrase threads}:</dt> <dd>{vb:raw post.threads}</dd>
Admin CP > Styles & Templates > YOUR STYLE > Edit Templates > Postbit Templates > postbit_legacy
Find
<dt>{vb:rawphrase posts}</dt> <dd>{vb:raw post.posts}</dd>
Add below
<dt>{vb:phrase threads}:</dt> <dd><a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw post.userid}&contenttype=vBForum_Post&starteronly= 1" rel='nofollow'>{vb:rawphrase find_all_started_threads}</a></dd>
You can do the same for the postbit template.
====================================
If you would rather show the thread count in the postbit_legacy/postbit, use the following code:
<dt>{vb:phrase threads}:</dt> <dd>{vb:raw post.threads}</dd>