Welcome, Guest. Please Login or Register.
November 05, 2024, 01:51:31 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.4.1]Userbrowsing Modification « previous next »
Pages: [1] 2 3 4 Reply Ignore Print
Author Topic: [Done 1.4.1]Userbrowsing Modification  (Read 10857 times)
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
[Done 1.4.1]Userbrowsing Modification
« on: June 24, 2002, 05:36:31 PM »
Reply with quote

<id>
Where are my members at? Modification
</id>

<version>
1.0
</version>

<mod info>
This mod will show you where your members are at on your forum. To see a sample of this please visit my site at http://www.gamerzalliance.com Note: I removed moderators listing and topic listing on my board, so yours may look slightly diffrent then mine. I wanted a cleaner look per my layout. If you want I can post codes so you can do the same. Please post any problems you are having in the proper board at the YaBB.info site. I will not answere any emails/pm's for support. I will only support this on the proper YaBB.info board.

I coded this mod with 1.4.1 files. Please use Boardmod SE to install this modification. You can download Boardmod SE here: http://dns3.omnibit.it/mangaitalia/tmp/BoardMOD.zip If you like to manually install the modification. Just open the modification with wordpad, or similar text viewing program and follow the boardmod code scheme.

After modifying the files upload dbmod.php to your main yabbse directory then excute it from a browser. IE: http://www.yoursite.com/yabbse/dbmod.php

If you installed the old Vorapoap mod it use the same database query. You will not have to run the file. If you do run it, it will just give you an error cause database was already changed. If you feel more comfortable using phpadmin I posted the query below for you to run:
$result1 = mysql_query("ALTER TABLE yabbse_log_online ADD COLUMN board smallint;");

The mod updates four files:
english.lng
Sources/Boardindex.php
Sources/Messageindex.php
Sources/Display.php

Next version 2.0 plan:
Turn off and on thru modsettings
     *for each section or all at once?
Use MemberGroup set colors
     *You know Red for admins, etc..
Any other good suggestion?
</mod info>

<author>
Nemesis, with the help of Vorapoap codes. (I updated this to work with 1.4.1 and made some minor changes)
</author>

<homepage>
http://www.gamerzalliance.com
</homepage>

<DOWNLOAD HERE>
http://www.gamerzalliance.com/distributions/index.php
</DOWNLOAD HERE>

Screenshots
My version shown below is a slightly hacked look, then the default userbrowsing mod. But you'll get the idea...

BoardIndex.php:


MessageIndex.php:


Display.php:

Screenshots
« Last Edit: November 01, 2002, 10:05:53 AM by Nemesis » Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Done 1.4.1]Userbrowsing Modification
« Reply #1 on: June 24, 2002, 05:37:49 PM »
Reply with quote

This may work with 1.4.0

I have not tested it with that version.
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
Ben_S
Disciple of Joe
Support Team
YaBB God
*****
Posts: 1586


I Love YaBB SE!

WWW
Re:[Done 1.4.1]Userbrowsing Modification
« Reply #2 on: June 24, 2002, 05:39:32 PM »
Reply with quote

Quote from: Nemesis on June 24, 2002, 05:37:49 PMThis may work with 1.4.0

I have not tested it with that version.

 ;D

Dont suppose you know when 1.4.1 is due do you? I know its when its ready but if its within a few days I'm too lazy to install a mod then do it again in a few days  ;D
Logged
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Done 1.4.1]Userbrowsing Modification
« Reply #3 on: June 24, 2002, 05:41:24 PM »
Reply with quote

Should be less then a week.  ;D

(on the opposite side)
I didn't want to code it for 1.4.0 then have to make changes to it for 1.4.1.  ;D
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
Ben_S
Disciple of Joe
Support Team
YaBB God
*****
Posts: 1586


I Love YaBB SE!

WWW
Re:[Done 1.4.1]Userbrowsing Modification
« Reply #4 on: June 24, 2002, 05:42:35 PM »
Reply with quote

:). I'll wait then :)

Cheers, top mod btw...
Logged
Mach8
Sweetie
Beta Tester
YaBB God
*****
Posts: 1218


ICQ - 339855961
Re:[Done 1.4.1]Userbrowsing Modification
« Reply #5 on: June 24, 2002, 06:34:05 PM »
Reply with quote

What's changed from Vory's mod? Cos I am using that on my forum, albeit with the week's worth of bug fixes I made to it  ::)

Things like when a member viewed a topic, then a moderator deleted it, and the member didn't return in the 15 minutes... it would try and grab the topic name even though it didn't exist so you would get mySQL errors. And undefined actions, had to go through all them too.
Logged
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Done 1.4.1]Userbrowsing Modification
« Reply #6 on: June 24, 2002, 08:38:37 PM »
Reply with quote

Why would yours grab topics? It should only grab user names browsing that particular board/thread?
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
Mach8
Sweetie
Beta Tester
YaBB God
*****
Posts: 1218


ICQ - 339855961
Re:[Done 1.4.1]Userbrowsing Modification
« Reply #7 on: June 24, 2002, 09:23:06 PM »
Reply with quote

It gets the action, and if the action is display, it queries the threadid and gets the thread name.

:EDIT: Just registered on your board to have a look, and realised I got mixed up with another of Vory's mods, which showed what everyone was doing on the forum. Sorry for any confusion ;D
Logged
Ben_S
Disciple of Joe
Support Team
YaBB God
*****
Posts: 1586


I Love YaBB SE!

WWW
Re:[Done 1.4.1]Userbrowsing Modification
« Reply #8 on: September 01, 2002, 09:14:23 PM »
Reply with quote

Is there any way of getting it to display how many guests are browsing too?
Logged
GaleForce
Full Member
***
Posts: 183


Zabrak Fighting for the Rebellion

murphypuppy@hotmail.com WWW
Re:[Done 1.4.1]Userbrowsing Modification
« Reply #9 on: September 02, 2002, 06:49:52 AM »
Reply with quote

File does not exist... is your server down? (I see that your sig and avatar pics arent working either)
Logged

GaleForce
Full Member
***
Posts: 183


Zabrak Fighting for the Rebellion

murphypuppy@hotmail.com WWW
Re:[Done 1.4.1]Userbrowsing Modification
« Reply #10 on: September 02, 2002, 06:57:36 AM »
Reply with quote

looks like the server is back up... I would love to install this mod but I cant until I get my files back from you nemesis ;D
Logged

Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Done 1.4.1]Userbrowsing Modification
« Reply #11 on: September 02, 2002, 06:04:26 PM »
Reply with quote

I sent you an email...  ;D
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
GaleForce
Full Member
***
Posts: 183


Zabrak Fighting for the Rebellion

murphypuppy@hotmail.com WWW
Re:[Done 1.4.1]Userbrowsing Modification
« Reply #12 on: September 02, 2002, 07:17:44 PM »
Reply with quote

The file still doesnt exist :(
Logged

Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Done 1.4.1]Userbrowsing Modification
« Reply #13 on: September 02, 2002, 10:00:12 PM »
Reply with quote

Opps sorry, I updated link, plus icq you it.
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
1979Z28
Sr. Member
****
Posts: 324


WWW
Re:[Done 1.4.1]Userbrowsing Modification
« Reply #14 on: September 18, 2002, 10:55:43 AM »
Reply with quote

Any chance of a screen shot for this? ;D I was browsing your gamerzalliance site, and I never did find this on there ???

I've got vory's mod for this, and I've been messing around with it for a little bit, trying to get it to look better, but to no dice. This sounds pretty good, but I'd like a chance to see it before I change anything ;D

So.. how's 2.0 on this ocming, and whatnot? ;)
Logged
Pages: [1] 2 3 4 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.4.1]Userbrowsing Modification « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.058 seconds with 20 queries.