"Find latest started threads" in postbit_legacy
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 Code:
<dt>{vb:rawphrase posts}</dt> <dd>{vb:raw post.posts}</dd> 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> ==================================== If you would rather show the thread count in the postbit_legacy/postbit, use the following code: Code:
<dt>{vb:phrase threads}:</dt> <dd>{vb:raw post.threads}</dd> Download No files for download. Screenshots |
Similar Mods
Show Thread Enhancements "Find all started threads" in postbit & postbit_legacy dropdown | vBulletin 4.x Add-ons |
Profile Enhancements Add link "Find all started threads" in the drop down user | vBulletin 4.x Template Modifications |
Profile Enhancements Add "Find all threads started by user" back to profile page | vBulletin 4.x Template Modifications |
Profile Enhancements Add link "Find all started threads" on profil page | vBulletin 4.x Template Modifications |