Find All Threads by "User" In User Profile - vBulletin 4.0.x INC (vB4 PL1 (GOLD))
I started on this before Christmas, and left it on the "Back burner" while I carried out other Work - I have since seen a couple of versions of this template change (I am not trying to step on anyone's toes here, just simply completing a started project of mine). One of those, Didn't work for me and I didn't try the other, so I decided to do one to my preferrence.
What does this do? This adds the "Find threads started by *username*" back in the Profile, where it used to be on previous versions of vB, but for some strange reason, is not on the new vB4 version. How is yours different form the other versions on vB.org? I have tested this on vB4 PL1 GOLD - and it works (As can be seen by my Screenshots, below). I have also put the "by Username" back into the HTML Link and Alt. What do I need to do? Just One simple "Template" edit change. Follow the "Installation" instructions below. Installation: AdminCP -> Styles & Templates -> Style Manager -> *YOUR STYLE* - mine is the Default Style -> << >> -> Member Info Templates -> MEMBERINFO FIND: Code:
<li><a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw userinfo.userid}&contenttype=vBForum_Post&showposts=1"><img src="{vb:stylevar imgdir_siteicons}/forum.png" alt="{vb:rawphrase find_all_posts}" class="inlineimg" /> {vb:rawphrase find_all_posts}</a></li> Code:
<li><a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw userinfo.userid}&contenttype=vBForum_Post&showposts=1"><img src="{vb:stylevar imgdir_siteicons}/forum.png" alt="{vb:rawphrase find_all_posts} by {vb:raw userinfo.username}" class="inlineimg" /> {vb:rawphrase find_ all_ posts} by {vb:raw userinfo.username}</a></li> <li><a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw userinfo.userid}&contenttype=vBForum_Post&starteronly=1"><img src="{vb:stylevar imgdir_siteicons}/forum.png" alt="{vb:rawphrase find_ all_ started_ threads} by {vb:raw userinfo.username}" class="inlineimg" /> {vb:rawphrase find_ all_ started_ threads} by {vb:raw userinfo.username}</a></li> And that is it - Job Done ! Please click "Installed" and rate this Thread. Thank You. Download No files for download. Screenshots |
Similar Mods
Profile Enhancements Add "Find all threads started by user" back to profile page | vBulletin 4.x Template Modifications |
Allow 'Un-logged in User' add Username to "Contact Us" message - helps find account | vBulletin 3.5 Template Modifications |