The Arcive of vBulletin Modifications Site. |
|
YBMF - My Threads link on My Profile Details »»
|
|||||||||||||||||||||||||||||
|
YBMF - My Threads link on My Profile
Developer Last Online: Jan 2013
Easy Peasy template edit: This adds clickable link to That Users Threads.
Styles and Templates > Your Template Search MEMBERINFO Open the template and find: Code:
{vb:rawphrase view_blog_entries}</a></li>
</vb:if>
Code:
<!--yobromofo thread starter profile hack-->
<li><a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw userinfo.userid}&starteronly=1&contenttype=vBForum_Post"><img src="{vb:stylevar imgdir_siteicons}/search.png" class="inlineimg" alt="" />{vb:rawphrase find_all_started_threads}</a></li>
<!--end of yobromofo thread starter hack-->
Ste Oh if you use it, do me a blinkin favour and CLICK INSTALL ![]() Added Image : look for " Find all Started Threads " UPDATE: here https://vborg.vbsupport.ru/showpost....80&postcount=5 Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Can put a screenshot please....?
|
|
#3
|
||||
|
||||
|
Lol
Ok |
|
#4
|
|||
|
|||
|
I really wondered WHY this wasn't standard in vb4.
THANKS BRO. BTW - i think you should make it put this line under the 'view posts by user' or above. Group em together = more organized? Just like how it was in vb3 |
|
#5
|
||||
|
||||
|
Yep I agree:
In Memberinfo template find: Code:
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}&starteronly=1&contenttype=vBForum_Post"><img src="{vb:stylevar imgdir_siteicons}/search.png" class="inlineimg" alt="{vb:rawphrase find_all_started_threads}" /> {vb:rawphrase find_all_started_threads}</a></li>
|
|
#6
|
|||
|
|||
|
This has now been added to 4.0.2 as standard.
Thanks for helping us keep it there for 4.0.1 though TimberfloorAu
|
![]() |
|
|