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?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → 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?
Definitely something I'm looking for as well.
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?
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.
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.
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.
There was no stage 11 in my readme file.
I just changed what I said in my previous post and it works perfectly.
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...
Download from the first link, first or second post or something.
It shouldn't be more than..7 or 8 stages.
I have 11 stages in all.
Could you upload the version you used?
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.
I don't have the code needed (stage 10) in order to perform stage 11, so I'm kinda stuck.
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
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Most Users Online?
Powered by PunBB, supported by Informer Technologies, Inc.