The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hello,
Maybe someone can help me... I need to know the full URL to search all threads of a user in a specific forum. I know that I can know this going to the advanced search, but I only need to know the URL. Here some examples that I found: Code:
http://www.domain.com/search.php?do=finduser&starteronly=1&contenttype=vBForum_Post&prefixchoice[]=Trip&userid=6 Code:
starteronly= contenttype= prefixchoice[]= Thank you! --------------- Added [DATE]1313188819[/DATE] at [TIME]1313188819[/TIME] --------------- I found in search.php this: Code:
if ($_REQUEST['do'] == 'finduser')
{
$vbulletin->input->clean_array_gpc('r', array(
'type' => TYPE_ARRAY_NOHTML,
'userid' => TYPE_UINT,
'starteronly' => TYPE_BOOL,
'forumchoice' => TYPE_ARRAY,
'childforums' => TYPE_BOOL,
'postuserid' => TYPE_UINT,
'searchthreadid' => TYPE_UINT,
));
Code:
http://www.domain.com/forum/search.php?do=finduser&starteronly=1&forumchoice=33&userid=1 forumchoice is not working. I tried forumchoice[] also... Any ideas? Im using VB 4.x |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|