vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Profile Enhancements - Add "Find all threads started by user" back to profile page (https://vborg.vbsupport.ru/showthread.php?t=230915)

ericgtr 12-22-2009 10:00 PM

Add "Find all threads started by user" back to profile page
 
1 Attachment(s)
It used to be you would click on a users profile and be presented with both "Find all posts by user" and "Find all threads started by user". Now you are only presented with "Find all posts by user" and if you want to find all posts they started you have to go to Advanced Search, then click Search by Type, then you can enter username and select Find All Threads started by.

Ridiculous.

Here's a simple way to add it back.

Open the MEMBERINFO template and find
HTML 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>
Add this below
HTML Code:

<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="Find all threads started" class="inlineimg" /> Find all threads started</a></li>

Allan 12-23-2009 05:52 AM

Hey Eric :)

Look: https://vborg.vbsupport.ru/showthread.php?t=230161

athlon64bit 12-24-2009 04:23 PM

Quote:

Originally Posted by Allan (Post 1936109)

I tried your mod and it does not work in the current version of vbulletin. See https://vborg.vbsupport.ru/showthread.php?t=230915 This guys mod is only currently working one.

SharedSpirit 12-26-2009 09:16 PM

Quote:

Originally Posted by athlon64bit (Post 1937380)
I tried your mod and it does not work in the current version of vbulletin. See https://vborg.vbsupport.ru/showthread.php?t=230915 This guys mod is only currently working one.

doesnt work for me

Gold (PL1)

elwachiman 12-27-2009 05:44 AM

installed and working perfect tnks

KissOfDeath 12-27-2009 02:08 PM

nice one thanks, i have no idea why they removed it in the first place.....

ericgtr 12-27-2009 02:28 PM

Quote:

Originally Posted by KissOfDeath (Post 1939425)
nice one thanks, i have no idea why they removed it in the first place.....

It's there but they've moved it into the optional page of the search feature which is buried, that's not to say the new features aren't rich because they appear to be, they're just nonsensical.

SharedSpirit 12-27-2009 07:39 PM

I found what i did wrong, its working as posted. Thanks as lot Eric :)

carrlos 02-19-2010 02:01 AM

Fixed in 4.0.2. Thanks! :up:


All times are GMT. The time now is 01:13 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.00981 seconds
  • Memory Usage 1,732KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete