Same here. Thanks a lot!Anyasha wrote:I have been waiting for this since Olympus came out! You're my hero!
Same here. Thanks a lot!Anyasha wrote:I have been waiting for this since Olympus came out! You're my hero!
here ya go: http://www.nanothree.net/dev/phpbb3/mod ... online.phpnanothree wrote:i didn't even realised this page existed. can you give me a link to it from the development board and i'll look into it.
Actually something like "now reading topic topicname" in a users profile would be pretty awesome toodemon327 wrote:then the mod would be compleet
Code: Select all
/* nanothree - users viewing topic mod */
'BROWSING_TOPIC' => 'Gebruikers die deze discussie bekijken: %1$s',
'BROWSING_TOPIC_GUEST' => 'Gebruikers die deze discussie bekijken: %1$s en %2$d gast',
'BROWSING_TOPIC_GUESTS' => 'Gebruikers die deze discussie bekijken: %1$s en %2$d gasten',
/* nanothree - end users viewing topic mod */
Code: Select all
General Error
SQL ERROR [ mysql4 ]
Unknown column 's.session_topic_id' in 'where clause' [1054]
SQL
SELECT COUNT(DISTINCT s.session_ip) as num_guests FROM phpbb_sessions s WHERE s.session_user_id = 1 AND s.session_time >= 1268928600 AND s.session_topic_id = 179
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: includes/functions.php
LINE: 3705
CALL: dbal_mysql->sql_query()
FILE: includes/functions.php
LINE: 3739
CALL: obtain_guest_count()
FILE: includes/functions.php
LINE: 3972
CALL: obtain_users_online()
FILE: viewtopic.php
LINE: 1764
CALL: page_header()
D'oH .... knew it was something obvious.nanothree wrote:looks like you didnt run the sql commands