UBB.Dev
Posted By: powerlord 5.4.4 Start Page not showing # Posts - 10/04/2001 6:45 AM
"Board users see you as: Powerlord (Ross Bemrose), VGMusic Emperor, with posts"

This is because $posts is used in one of the Favorites loops as well as for the number of posts for a user. (I renamed the one for total number of posts to $totalposts and I don't *seem* to see any problems)
Posted By: Rick Re: 5.4.4 Start Page not showing # Posts - 10/04/2001 3:15 PM
Thanks for the info. Yeah, that fix works fine.
Posted By: Dr_Manhattan Ahem - 10/04/2001 7:31 PM
For us stoopid folk, maybe one of you can elaborate on the fix (I, too, have the same problem in my control panel).

Where should I stick '$totalposts' ? (insert vulgar punchline)
Posted By: Rick Re: Ahem - 10/05/2001 2:38 AM
Ok, about line 747 you will see where it currently says this:

list($Checkuser,$posts,$laston...

You will want to change the $posts to $totalposts.

And then about line 1336 you will see the reference to:

$posts $lang[VIEW_POSTS]

You will want to change $posts to $totalposts there as well.
© UBB.Developers