MyBB Community Forums

Full Version: How to show prostats one cell in one column
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi! I'm using prostats and I need to show one cell in a one column.

My current view:
[Image: attachment.php?aid=34536]

All columns to like this:

[Image: attachment.php?aid=34537]

Also I need to know how to change number of results showing per one column. Please help. Thanks.
have a look at the prostats settings
Number of rows can be changed to set the number of results
Extra Cells settings can be changed to modify the column contents
Thanks for the reply .m. But the setting "Number of rows " only affected to "latest posts" only (currently disabled), not for other cells. I would like to know what should I edit to show more rows in other cells, like "Most views, Most reputations, Newest members etc. Thanks.
prostats.php plugin file around line 1947
function ps_GetExtraData($cellnum,$fullrows=false)
you can try changing false to true and check if it changes the number of rows of other cell contents

can't check it further right now (lts late midnight for me)
Thank you very much again .m. It worked perfectly. Now there's two cells show in one column. Can you please advice me to show one cell in a one column.

my current view is this (two cells in one column):

[Image: attachment.php?aid=34554]

Thank you.