Hey, I am trying to make a mod...well sort of a mod...for phpbb for my own purposes. basically what I want it to do is this..
I want it so if 1 or more users are on battle.php (a file inside the forum directory) it will list those users name on battle.php...
SO if bob, tom and smith are on battle.php on the top it will list there usernames and there username will be a link to the challenge page. How can I do this? And yes, I have looked at phpbb's viewonline.php file but it isnt what Im looking for...thanks for your time.
Mike
phpbb mod...sort of....
I would ask at the phpbb website forums.
Also, if you made a variation of the "users onlne" script that told you how many IP addresses were online... maybe you could change that to check for usernames?
Viewtopic might be a good one to look through or viewforum as they show the users browsing a particular forum
Regards;
Alex.
oOo...that's a good idea, never though of it that simply.
Grab the different IP's and match them up to entries in a DB table. If it works, then you just display away, Might require joins though, which still scare a newb like me