1

Topic: Most Users Online?

Greetings.

I tried to search but didn't find anything, so I'll make a thread instead.
Do anyone know if it's possible to show "most users online" as some other forums do?

Re: Most Users Online?

Definitely something I'm looking for as well.

3

Re: Most Users Online?

I found this plugin, but I haven't tested it yet since it was made long ago:

http://punbb.org/forums/forums/viewtopic.php?id=3439

Anyone knows if it still works?

Re: Most Users Online?

no it doesn't work this is what i get when i try to install it

The constant PUN_ROOT must be defined and point to a valid PunBB installation root directory.

5

Re: Most Users Online?

I fixed it. Just find this:

$pun_root = './';
require $pun_root.'include/common.php';

And replace it with

define('PUN_ROOT', './');
require PUN_ROOT.'include/common.php';

You might want to change some layout settings too.

Re: Most Users Online?

What about stage 11 in the readme file? Where exactly do I add that? The directions there are not updated as well...
Stage 10, does not exist.

7

Re: Most Users Online?

There was no stage 11 in my readme file.

I just changed what I said in my previous post and it works perfectly.

Re: Most Users Online?

There are several download locations in the thread you linked to...
There's a readme.txt with instructions as well as a the install_mod.php file...

9

Re: Most Users Online?

Download from the first link, first or second post or something.

It shouldn't be more than..7 or 8 stages.

Re: Most Users Online?

I have 11 stages in all.
Could you upload the version you used?

11

Re: Most Users Online?

I found out we had the same file (sorry) but I can't see any problems with it.

Just look at what lines you are supposed to find and search for it, then you'll see.

Yes, stage 10 exists if you haven't edited the file yourself first.

Re: Most Users Online?

I don't have the code needed (stage 10) in order to perform stage 11, so I'm kinda stuck. smile

Re: Most Users Online?

i tried it out i fixed the install mod like the guy a couple of posts above me n it didn't work right well it worked but tings were out of place its hard to explain, that read me is really hard to follow could some1 update it tongue