https://www.icyphoenix.com/viewtopic.php?f=26&t=1624&p=12215#p12215
-----------------------------------
Mighty Gorgon
Sun 15 Apr, 2007 20:25

Re: Multiple Ranks Mod 2.0.3 - User_totalpages
-----------------------------------
Maybe [b]user_totalpages[/b] isn't queried... that's why.

Try to check the original SQL in viewtopic.

[codeblock]		// Go ahead and pull all data for this topic
		$sql = "SELECT u.username, u.user_id, u.user_posts, ...[/codeblock]

Add that field and try again.

Let me know.


P.S.: I would like just to specify for normal phpBB users that for this to work you should have an old Niels Mod installed (user_totalpages isn't part of standard phpBB).


