[ABD] Show Users Browsing Topic

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
marian0810
Former Team Member
Posts: 3011
Joined: Mon May 21, 2007 9:17 pm
Location: The Netherlands
Name: Marian

Re: [RC1] Show Users Browsing Topic

Post by marian0810 »

Anyasha wrote:I have been waiting for this since Olympus came out! You're my hero! :lol:
Same here. Thanks a lot!
You and me, time and space. You watch us run!
demon327
Registered User
Posts: 847
Joined: Thu Nov 16, 2006 2:16 pm

Re: [RC1] Show Users Browsing Topic

Post by demon327 »

Great mod, can you also make that it shows the users browsing topics when youre viewing the "view online" page? then the mod would be compleet :)
nanothree
Registered User
Posts: 262
Joined: Wed Dec 10, 2003 8:33 am
Location: Doncaster, UK

Re: [RC1] Show Users Browsing Topic

Post by nanothree »

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.
demon327
Registered User
Posts: 847
Joined: Thu Nov 16, 2006 2:16 pm

Re: [RC1] Show Users Browsing Topic

Post by demon327 »

nanothree 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.
here ya go: http://www.nanothree.net/dev/phpbb3/mod ... online.php

there is already a mod out that does this.. but it just did not work and all the edits where complete an good, but it did not have youre feature :)
nanothree
Registered User
Posts: 262
Joined: Wed Dec 10, 2003 8:33 am
Location: Doncaster, UK

Re: [RC1] Show Users Browsing Topic

Post by nanothree »

This shouldn't be too hard, ill have look when i get a bit of free time.
marian0810
Former Team Member
Posts: 3011
Joined: Mon May 21, 2007 9:17 pm
Location: The Netherlands
Name: Marian

Re: [RC1] Show Users Browsing Topic

Post by marian0810 »

demon327 wrote:then the mod would be compleet :)
Actually something like "now reading topic topicname" in a users profile would be pretty awesome too :D
You and me, time and space. You watch us run!
demon327
Registered User
Posts: 847
Joined: Thu Nov 16, 2006 2:16 pm

Re: [RC1] Show Users Browsing Topic

Post by demon327 »

Dutch translation;

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 */
nanothree
Registered User
Posts: 262
Joined: Wed Dec 10, 2003 8:33 am
Location: Doncaster, UK

Re: [RC1] Show Users Browsing Topic

Post by nanothree »

thanks demon,

i will include this as a language in my next release
User avatar
Lisbon
Registered User
Posts: 831
Joined: Wed Jan 30, 2008 12:28 pm
Location: Zermatt

Re: [RC1] Show Users Browsing Topic

Post by Lisbon »

If i chose "log as invisibel" the other member can see if i browing the topic?
User avatar
_RocknRoll
Registered User
Posts: 237
Joined: Sat Aug 01, 2009 5:50 am

Re: [RC1] Show Users Browsing Topic

Post by _RocknRoll »

I get this after install, then click on a topic :

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()
nanothree
Registered User
Posts: 262
Joined: Wed Dec 10, 2003 8:33 am
Location: Doncaster, UK

Re: [RC1] Show Users Browsing Topic

Post by nanothree »

looks like you didnt run the sql commands
User avatar
_RocknRoll
Registered User
Posts: 237
Joined: Sat Aug 01, 2009 5:50 am

Re: [RC1] Show Users Browsing Topic

Post by _RocknRoll »

nanothree wrote:looks like you didnt run the sql commands
D'oH .... knew it was something obvious. :roll:

I'll have to do that and get back to you.


[ Edit ] - Well looky there no more General Error message. :mrgreen:

Thanks, nano.
starstuff
Registered User
Posts: 58
Joined: Tue Mar 02, 2010 6:59 pm
Location: Germany

Re: [RC1] Show Users Browsing Topic

Post by starstuff »

Works nice!
I noticed it only shows those who are reading a topic but not those who are replying to a topic.
Is there a way to show also the users who are replying in that list?
nanothree
Registered User
Posts: 262
Joined: Wed Dec 10, 2003 8:33 am
Location: Doncaster, UK

Re: [RC1] Show Users Browsing Topic

Post by nanothree »

I will make this part of the next release.

Within the next 2 weeks(im a bit busy at the moment) i'll be finishing off this MOD and i'll add your request.

Thanks for noticing this
Peter77sx
Registered User
Posts: 3260
Joined: Wed Nov 09, 2005 2:51 pm

Re: [RC1] Show Users Browsing Topic

Post by Peter77sx »

That would be nice. on a board that has this feature built in already, it shows those who are replying in italic. :)

Return to “[3.0.x] Abandoned MODs”