vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Search for Posts in Thread by Username (https://vborg.vbsupport.ru/showthread.php?t=91629)

EvilHawk 01-07-2006 02:40 PM

It appears to have stopped working on 3.5.3!
It was a very usefull add on for our users!
Could you please update this product?

TIA

EasyTarget 01-08-2006 07:25 AM

yeah, I just uninstalled and reinstalled to test it and it looks like the search thread for posts by user ends up finding all the posts by the user, in other threads too.

Andreas 01-10-2006 12:04 AM

Seems to work fine for me on 3.5.3

EvilHawk 01-10-2006 09:46 AM

Uninstall and reinstall solved the problem!

Thank you sir!

fridayweb 10-22-2006 03:56 PM

Couldn't get this to work in 3.6. :(

I see you can do it through advanced search, but I didn't know if this was hack was going to be updated or not.

Tralala 02-14-2007 07:22 PM

Works for me with 3.6.4.

RedGTiVR6 04-27-2007 03:26 PM

Quote:

Originally Posted by mini2 (Post 844512)
That's the only difference, just broke it up a little and I felt made it a little clearer for the average user. But yours I thought was fine too.

:)

Create a phrase as follows:

Product: Search for Post in thread by User name
Varname: and_or_keywords (or whatever you please)
Text: And/Or Keywords
Phrase Type: GLOBAL

In template SHOWTHREAD find:

Code:

  <input type="text" class="bginput" name="query" size="20" />$gobutton<br />

Add below:

Code:

                          <if condition="$show['searchthreaduser']">
  <div class="smallfont">$vbphrase[username]:</div>
  <input type="text" class="bginput" name="searchuser" size="20" />$gobutton<br />
  </if>
  <div class="smallfont">$vbphrase[and_or_keywords]:</div>
  <input type="text" class="bginput" name="query" size="20" />$gobutton<br />

With the phrase and template edit as above, it will look like the attached image. You can omit the 'Go' button as necessary and change the and/or keywords as you see necessary to fit your board.

btw - appears to work fine on 3.6.5

RedGTiVR6 04-27-2007 03:39 PM

Quote:

Originally Posted by Andreas (Post 844509)
That's almost as I got it (except the And/Or). Isn't that how the template edit instructions are?

No - the template instructions make it so that there is nothing telling users what the seond box is for now. While those who are very familiar with vBulletin would know, those who aren't might now understand.

btw- mod installed! Very nice feature!

goxy63 04-20-2011 11:37 PM

I am sorry to bring up this mod/thread again
But is there such thing for vb4, something like we have here at vb.org???(search this mod/find my posts)

I know that from advanced serach we have this option, but by my humble experience not even 5% users would use that


All times are GMT. The time now is 08:46 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.01647 seconds
  • Memory Usage 1,730KB
  • 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_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete