View Full Version : How to find ALL of a Member's Posts, NOT just Latest Posts?
bazookajoe
12-19-2013, 03:15 PM
In vb3.x, all of a member's posts were listed in a search of their posts, but in vb4.x just the latest posts are listed. How can I view all of a member's posts?
Lynne
12-19-2013, 05:30 PM
The number of posts returned is set in AdminCP > Settings > Options > Message Searching Options > Maximum Search Results to Return
bazookajoe
12-19-2013, 05:38 PM
Is this for every user or just admin?
Lynne
12-19-2013, 05:59 PM
It's for every user.
I wrote a plugin on my site to increase it for admins/supermods. It's for my vb3 site, but it may work on vB4:
search_results_start
if (is_member_of($vbulletin->userinfo,5,6))
{
$vbulletin->options['maxresults'] = '1000';
}
bazookajoe
12-19-2013, 06:04 PM
Thanks Lynne :up:
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.