<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.phpIf 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>ScreenshotsMy 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