Function ssi_topPoster
Shows a list of top posters
		
		Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at SSI.php
	
	Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at SSI.php
integer | 
		$topNumber = 1 | 
		How many top posters to list | 
string | 
		$output_method = 'echo' | 
		The output method. If 'echo', will display a list of users, otherwise returns an array of info about them. | 
			|array
		 | 
		Either displays a list of users or returns an array of info about them, depending on output_method. |