Quote:
Originally Posted by stevieb
How do you get the numbers to replace the words, ie the number of threads like the number of posts?
|
Instead of adding this code:
Code:
<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>
Add this instead:
Code:
<dt>{vb:phrase threads}:</dt> <dd>{vb:raw post.threads}</dd>