UBB.Dev
Posted By: Max Fisch show all user's posts - 07/07/2002 11:48 PM
The "show all user's posts" isn't working on this installation... but it's working fine on mine. Strange.

Max
Posted By: Dave_L_dup1 Re: show all user's posts - 07/08/2002 12:01 AM
I notice that the Search function appears to correctly find all the user's posts. I wonder if this is a problem with the hack which added that feature to the Search function.
Posted By: Max Fisch Re: show all user's posts - 07/08/2002 12:29 AM
Sounds like it, since the "show" is working fine on my installation.
Regards,
Max
Posted By: JustDave Re: show all user's posts - 07/08/2002 1:16 AM
This patch will make the "Show all user's posts" link in the profiles work correctly with the "search upgrade" hack.

Above this line:

if (($Match == "Or") && ($Words)) {

add this:

if ($Match == "Username") {
$Match = "";
$ByUsername = $Words;
$Words = "";
}


I have also updated the instructions and posted them in the same "search upgrade" thread.
© UBB.Developers