Topic: Who is onLine and Where ?
Hello
An extension Who is onLine and Where already exist ?
Example :
Guest 127.0.0.1 : Post a new topic
Guest 127.0.0.1 : bla bla bla blabla bla ...
Guest 127.0.0.1 : memberlist.php
Guest 127.0.0.1 : index.php
...
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 extensions → Who is onLine and Where ?
Hello
An extension Who is onLine and Where already exist ?
Example :
Guest 127.0.0.1 : Post a new topic
Guest 127.0.0.1 : bla bla bla blabla bla ...
Guest 127.0.0.1 : memberlist.php
Guest 127.0.0.1 : index.php
...
There is no such extension that implements the feature you've described. But there is an extension topic_online_users. It shows who reads or write answers to a topic viewed by a user. Perhaps, it will be useful for you.
install extension
An error was encountered
Note: For detailed error information (necessary for troubleshooting), enable "DEBUG mode". To enable "DEBUG mode", open up the file config.php in a text editor, add a line that looks like "define('FORUM_DEBUG', 1);" (without the quotation marks), and re-upload the file. Once you've solved the problem, it is recommended that "DEBUG mode" be turned off again (just remove the line from the file and re-upload it).
Hello
I have same error message.
Hello
I have this message
An error was encountered
The error occurred on line 4 in /homepages/21/d1xxxxxxx/htdocs/xxxxxxx/forums/admin/extensions.php(176) : eval()'d code
Database reported: Table 'db270377777.online' doesn't exist (Errno: 1146).
The install/uninstall MySQL query doesn't have the table prefix added.
Fix:
In 'extensions/topic_online_users/manifest.xml':
1.- Replace:
$query = 'ALTER TABLE online ADD topic_online_users_tid INT(10) UNSIGNED DEFAULT "0" NOT NULL';
with:
$query = 'ALTER TABLE '.$db_prefix.'online ADD topic_online_users_tid INT(10) UNSIGNED DEFAULT "0" NOT NULL';
2.- Replace:
$query = 'ALTER TABLE online DROP topic_online_users_tid';
with:
$query = 'ALTER TABLE '.$db_prefix.'online DROP topic_online_users_tid';
That should work.
BiG thanx!
Hello,
I have always the bug
PS : I have PunBB 1.3.4
What bug?
I have make a mistake,
installation OK
But i don't see this extension ? i have not modification
But i don't see this extension ? i have not modification
Where can i see user online ?
Did you install it?
yes it's install
But i don't see difference ...
I'd talk to the extension author (which appears to be PunBB Development Team, according to manifest).
Hello
An extension Who is onLine and Where already exist ?
Example :
Guest 127.0.0.1 : Post a new topic
Guest 127.0.0.1 : bla bla bla blabla bla ...
Guest 127.0.0.1 : memberlist.php
Guest 127.0.0.1 : index.php
...
will be interested to have someone make this for the forum as a ext.
PunBB Forums → PunBB 1.3 extensions → Who is onLine and Where ?
Powered by PunBB, supported by Informer Technologies, Inc.