Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications

Reply
 
Thread Tools
Find All Threads by "User" In User Profile Details »»
Find All Threads by "User" In User Profile
Version: 1.00, by Welshy2008 Welshy2008 is offline
Developer Last Online: Mar 2013 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 4.0.x Rating:
Released: 12-26-2009 Last Update: Never Installs: 37
Template Edits
Re-useable Code Code Changes Translations  
No support by the author.

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&amp;userid={vb:raw userinfo.userid}&amp;contenttype=vBForum_Post&amp;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>
AND REPLACE IT ALL WITH:
Code:
<li><a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw userinfo.userid}&amp;contenttype=vBForum_Post&amp;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&amp;userid={vb:raw userinfo.userid}&amp;contenttype=vBForum_Post&amp;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>
SAVE


And that is it - Job Done !

Please click "Installed" and rate this Thread.

Thank You.

Screenshots

File Type: jpg MEMBERINFO.jpg (136.9 KB, 0 views)
File Type: gif find_all_started_threads_by.gif (50.8 KB, 0 views)
File Type: jpg Search_Posts_Results.jpg (124.3 KB, 0 views)
File Type: jpg Search_Threads_Results.jpg (65.9 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 01-19-2010, 07:46 PM
SuperGLS SuperGLS is offline
 
Join Date: Nov 2004
Posts: 126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wonderful! Which template would we edit if we wanted it to also be shown in the dropdown after clicking a member's name in the postbit? (I may have just answered my question)... Is it in the postbit template or elsewhere?
Reply With Quote
  #13  
Old 01-20-2010, 06:02 AM
RedHacker RedHacker is offline
 
Join Date: Jan 2009
Posts: 878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How to display find threads withouts nickname...?

etg Find all threads
Reply With Quote
  #14  
Old 01-20-2010, 06:46 AM
Welshy2008's Avatar
Welshy2008 Welshy2008 is offline
 
Join Date: Jul 2008
Location: UK
Posts: 904
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SuperGLS View Post
Wonderful! Which template would we edit if we wanted it to also be shown in the dropdown after clicking a member's name in the postbit? (I may have just answered my question)... Is it in the postbit template or elsewhere?

Please click "Installed".


Thank You.
Reply With Quote
  #15  
Old 01-20-2010, 06:52 AM
RedHacker RedHacker is offline
 
Join Date: Jan 2009
Posts: 878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK Can help me now...?
Reply With Quote
  #16  
Old 01-20-2010, 07:03 AM
Welshy2008's Avatar
Welshy2008 Welshy2008 is offline
 
Join Date: Jul 2008
Location: UK
Posts: 904
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedHacker View Post
How to display find threads withouts nickname...?

etg Find all threads
Quote:
Originally Posted by RedHacker View Post
OK Can help me now...?

I was actually referring to SuperGLS, hence I quoted him.



I am affraid that I do not understand what you mean, RedHacker?
Reply With Quote
  #17  
Old 01-20-2010, 07:08 AM
RedHacker RedHacker is offline
 
Join Date: Jan 2009
Posts: 878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default



Find all posts by Administrators

I find to say Find all posts and Find all threads..
Reply With Quote
  #18  
Old 01-20-2010, 07:31 AM
alawee.blawee's Avatar
alawee.blawee alawee.blawee is offline
 
Join Date: Oct 2006
Location: IraQ
Posts: 290
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Perfect...
Reply With Quote
  #19  
Old 01-20-2010, 09:21 AM
tini_lam tini_lam is offline
 
Join Date: Dec 2009
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks
Reply With Quote
  #20  
Old 01-20-2010, 02:30 PM
Welshy2008's Avatar
Welshy2008 Welshy2008 is offline
 
Join Date: Jul 2008
Location: UK
Posts: 904
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedHacker View Post


Find all posts by Administrators

I find to say Find all posts and Find all threads..


Sorry, I still don't understand.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:41 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08385 seconds
  • Memory Usage 2,323KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (4)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete