vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Search in forum... (https://vborg.vbsupport.ru/showthread.php?t=170500)

nothing4me 02-14-2008 06:47 PM

Search in forum...
 
search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1&f=44

What should I replace f=44 with if I want to search it in a specific forum?

Mosh 02-14-2008 07:31 PM

Quote:

Originally Posted by nothing4me (Post 1443120)
search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1&f=44

What should I replace f=44 with if I want to search it in a specific forum?

Code:

search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1&f=xx
xx being the forum id of the specific forum you want to search.

nothing4me 02-15-2008 01:38 AM

Quote:

Originally Posted by Mosh (Post 1443153)
Code:

search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1&f=xx
xx being the forum id of the specific forum you want to search.

It searches in all the forums... :(

Mosh 02-15-2008 03:08 AM

Sorry, was not sure what you were asking, I thought you were on about the forum numbers.

Search will check all forums apart from the ones you exclude. Try this instead :

Code:

search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1&exclude=xx,yy,zz
xx, yy and zz being the forum ids of the forums you want to exclude from the search.

nothing4me 02-15-2008 01:05 PM

Quote:

Originally Posted by Mosh (Post 1443405)
Sorry, was not sure what you were asking, I thought you were on about the forum numbers.

Search will check all forums apart from the ones you exclude. Try this instead :

Code:

search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1&exclude=xx,yy,zz
xx, yy and zz being the forum ids of the forums you want to exclude from the search.

That doesn't work either. :(

Mosh 02-16-2008 05:29 AM

Quote:

Originally Posted by nothing4me (Post 1443652)
That doesn't work either. :(

Right, one more go at this:

Code:

search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1&forumchoice[]=xx
Where xx is the forum you want to search.

Now if that is not it, then please explain exactly what it is you want to do.

Then myself or someone else can figure out how to do it, as the code you originally posted would seem to indicate searching for a specific user's started threads in a single forum.

nothing4me 02-16-2008 12:32 PM

Quote:

Originally Posted by Mosh (Post 1444274)
Right, one more go at this:

Code:

search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1&forumchoice[]=xx
Where xx is the forum you want to search.

Now if that is not it, then please explain exactly what it is you want to do.

Then myself or someone else can figure out how to do it, as the code you originally posted would seem to indicate searching for a specific user's started threads in a single forum.

That code worked! But, how do I make it search in child forums too?

Mosh 02-17-2008 04:53 AM

Quote:

Originally Posted by nothing4me (Post 1444406)
That code worked! But, how do I make it search in child forums too?

Cool, childforums is easy :)

Code:

search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1&forumchoice[]=xx&childforums=1
Where xx is the forum you want to search.

nothing4me 02-17-2008 01:12 PM

Quote:

Originally Posted by Mosh (Post 1444946)
Cool, childforums is easy :)

Code:

search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1&forumchoice[]=xx&childforums=1
Where xx is the forum you want to search.

Thanks a lot! Perfect!!! :)

Mosh 02-18-2008 03:38 AM

Quote:

Originally Posted by nothing4me (Post 1445150)
Thanks a lot! Perfect!!! :)

You are most welcome, glad to help :)


All times are GMT. The time now is 10:43 PM.

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.01153 seconds
  • Memory Usage 1,740KB
  • 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
  • (8)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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