Welcome, Guest. Please Login or Register.
March 28, 2024, 11:29:45 AM
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.5.1 Final] Memberlist Plus « previous next »
Pages: [1] 2 3 4 Reply Ignore Print
Author Topic: [Done 1.5.1 Final] Memberlist Plus  (Read 189256 times)
Wiziwig
Sr. Member
****
Posts: 407


Programmer and Users Liason and Manager

WWW
[Done 1.5.1 Final] Memberlist Plus
« on: February 11, 2003, 07:12:03 AM »
Reply with quote

Memberlist Plus 1.5.1

Memberlist plus enhances the out of box memberlist giving you more informational viewing for each member.

Shown are Date registered, Last Login (which is added to profile also), MSN, AIM with a popup chat interface not shown in this graphic, YAHOO, ICQ, location, age, homepage, popup BIO (which is added to memberlist and to profile), email, karma points and posts. Each member hase two rows instead of one.

Each deemed sensitive information fields can now be disabled via modsettings. Also, you are now able to also view all member IP addresses. This feature is a cookie like feature, in modsettings disable location view and enable admin ip view in order to replace the location field with IP address's.

Only you as the admin or globalmoderator can see the IP addresses



Memberlist Plus 1.5.1 has been fully tested with BoardMod 2.5.1 and YabbSe virgin safe mode files.

Instructions:

You can find my other mods via clubmasa.com/archives along with other mods made by other authors for each version of yabb I have availible.

1. copy BioView.php into the sources directory
2. Install memberlistdb.php
2. copy images to YaBBImages
3. Apply mod

Known issues:

AIM may be not work as expected, the coding is exactly as they publish but yet it don't seem to work like it should. It's still a neet feature that should impress your users.

Applaud / Smite within bioview popup does not really do anything. Neeto trick, but I am unable at this time to figure out the mysterys of that function. Anyone wanna give me a hand on that?
--------------------------------

Download this app by clicking here:

http://www.clubmasa.com/archives/yabbsoft/Yabbse%20151/By%20Wiziwig/Memberlist%20Plus.zip

Browse my mod depository by clicking here:

http://www.clubmasa.com/archives/

-- wiziwig April 17 03
« Last Edit: April 17, 2003, 02:06:53 PM by Wiziwig » Logged

Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Done 1.5.1 (RC41) ] Memberlist Plus 151
« Reply #1 on: February 17, 2003, 10:41:19 AM »
Reply with quote

any screenshot/samples?
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Wiziwig
Sr. Member
****
Posts: 407


Programmer and Users Liason and Manager

WWW
Re:[Done 1.5.1 (RC42) ] Memberlist Plus 151
« Reply #2 on: February 18, 2003, 06:56:28 PM »
Reply with quote

Added and also it's included in the archive. Thanks.

Updated post. Archive and mod is verifiably compatable with RC44. Mod verifiably should also work as far back as RC38.

Quote from: Spaceman-Spiff on February 17, 2003, 10:41:19 AM
any screenshot/samples?
« Last Edit: March 04, 2003, 04:30:43 PM by Wiziwig » Logged

Dude
Guest
Re:[Done 1.5.1 (RC42) ] Memberlist Plus 151
« Reply #3 on: February 19, 2003, 09:02:14 AM »
Reply with quote

very nice. :) Since I don't now and have no intention of ever using the karma mod how hard would it be to remove it from displaying? Probably wind up with a blank cell.

One other thing, some users may get confused by the
Header
Header
info
info
layout.  It might look better in a
Header
info
Header
info
format. Just my 2 cents. There is a lot of info in a small space.
Logged
Wiziwig
Sr. Member
****
Posts: 407


Programmer and Users Liason and Manager

WWW
Re:[Done 1.5.1 (RC42) ] Memberlist Plus 151
« Reply #4 on: February 19, 2003, 01:36:31 PM »
Reply with quote

Why thank you!

Actualy it would not be hard at all to remove the karma applaud/smite from within bioview, just edit BioView.php and remove the referances.

And as for within memberlist, yes you can remove karma from there as well. You would have to:

1. Replace $txt[mlp5]'s title to something else in english.lng,
2. Find some other member data that you rather see in the list,
3. Replace the karmaBad,karmaGood variables in request2 referances in the mod to some other member data,
4. Replace the variable assignments
5. Replace the  display <font size="1">Applaud: ' . $karmaGood . '<br>Smite: ' . $karmaBad .  '</font> referances..

Ok, looking at all that it may sound a bit muddy. Experiment with the mod file at first, look for those values and variables and study the layout. After awhile it'll become easy to follow.

As for header info header layout, I assume you could always have the code echo the $TableHeader at the end of each display layout. You may find the memberlist loading more overhead by doing that though.

Hope this is informative enough for your need.
« Last Edit: February 19, 2003, 01:42:15 PM by Wiziwig » Logged

Juana
Jr. Member
**
Posts: 61


Go Yabbse Go!

ICQ - 27320025 WWW
Re:[Done 1.5.1 (RC42) ] Memberlist Plus 151
« Reply #5 on: February 19, 2003, 06:01:17 PM »
Reply with quote

Great Job ...  ;)
« Last Edit: February 19, 2003, 06:07:09 PM by Juana » Logged
Dude
Guest
Re:[Done 1.5.1 (RC42) ] Memberlist Plus 151
« Reply #6 on: February 20, 2003, 08:39:44 AM »
Reply with quote

Quote from: Wiziwig on February 19, 2003, 01:36:31 PM
Why thank you!

Actualy it would not be hard at all to remove the karma applaud/smite from within bioview, just edit BioView.php and remove the referances.

And as for within memberlist, yes you can remove karma from there as well. You would have to:

1. Replace $txt[mlp5]'s title to something else in english.lng,
2. Find some other member data that you rather see in the list,
3. Replace the karmaBad,karmaGood variables in request2 referances in the mod to some other member data,
4. Replace the variable assignments
5. Replace the  display <font size="1">Applaud: ' . $karmaGood . '<br>Smite: ' . $karmaBad .  '</font> referances..

Ok, looking at all that it may sound a bit muddy. Experiment with the mod file at first, look for those values and variables and study the layout. After awhile it'll become easy to follow.

As for header info header layout, I assume you could always have the code echo the $TableHeader at the end of each display layout. You may find the memberlist loading more overhead by doing that though.

Hope this is informative enough for your need.

More that enough, thanks. :)
Logged
buster
Jr. Member
**
Posts: 74


Caught a lama YESSSSSSSSS

Re:[Done 1.5.1 (RC42) ] Memberlist Plus 151
« Reply #7 on: February 28, 2003, 05:16:47 PM »
Reply with quote

Can't download the mod  :'(
Logged

If practice makes perfect and nobody is perfect why practice?
Wiziwig
Sr. Member
****
Posts: 407


Programmer and Users Liason and Manager

WWW
Re:[Done 1.5.1 (RC42) ] Memberlist Plus 151
« Reply #8 on: February 28, 2003, 08:58:26 PM »
Reply with quote

Seems to work on my end ok. Are you using IE ? When it asks for you to download the browsing enhancements, which it may ask, just hit cancel, a new window will eventually open directly into the ftp site. I'll http these links at a later date.

Quote from: buster on February 28, 2003, 05:16:47 PM
Can't download the mod  :'(
Logged

Yordy
Noobie
*
Posts: 40


Dekroeg!

ICQ - 96762844Yo_rdy@hotmail.com WWW
Re:[Done 1.5.1 (RC42) ] Memberlist Plus 151
« Reply #9 on: March 04, 2003, 12:53:33 PM »
Reply with quote

Thanks, working fine on this end.
Only the link to the profile of the user is not working, i will look in to that now.

Thanks again!
Logged
Yordy
Noobie
*
Posts: 40


Dekroeg!

ICQ - 96762844Yo_rdy@hotmail.com WWW
Re:[Done 1.5.1 (RC42) ] Memberlist Plus 151
« Reply #10 on: March 04, 2003, 04:21:43 PM »
Reply with quote

I think every "viewprofile" must be "profile", well, whatever, it worked for me  :)
Logged
Wiziwig
Sr. Member
****
Posts: 407


Programmer and Users Liason and Manager

WWW
Re:[Done 1.5.1 (RC44) ] Memberlist Plus 151
« Reply #11 on: March 04, 2003, 04:27:00 PM »
Reply with quote

I'm not sure what the confusion is here.. If you guys could, please go visit my test board at http://www.clubmasa.com/yse15144/ and see if the memberlist there is what it is on your end. If you could point out what flaw I made I really would appreciate it..

Thanks fellas!

Quote from: Yordy on March 04, 2003, 04:21:43 PM
I think every "viewprofile" must be "profile", well, whatever, it worked for me  :)
Logged

Yordy
Noobie
*
Posts: 40


Dekroeg!

ICQ - 96762844Yo_rdy@hotmail.com WWW
Re:[Done 1.5.1 (RC44) ] Memberlist Plus 151
« Reply #12 on: March 04, 2003, 04:31:26 PM »
Reply with quote

Quote from: Wiziwig on March 04, 2003, 04:27:00 PM
I'm not sure what the confusion is here.. If you guys could, please go visit my test board at http://www.clubmasa.com/yse15144/ and see if the memberlist there is what it is on your end. If you could point out what flaw I made I really would appreciate it..

Thanks fellas!

Quote from: Yordy on March 04, 2003, 04:21:43 PM
I think every "viewprofile" must be "profile", well, whatever, it worked for me  :)

Well, i am not sure, the link to a user's profile is not working on my forum: www.dekroegonline.nl
Usually it will look like this:

http://www.dekroegonline.nl/kroeg/index.php?board=;action=viewprofile;user=Yordy

But this does not work anymore.
When i change the "viewprofile" to "profile" it does.
I just realised that "viewprofile" should work to but I don't understand what I did wrong then.
Logged
Wiziwig
Sr. Member
****
Posts: 407


Programmer and Users Liason and Manager

WWW
Re:[Done 1.5.1 (RC44) ] Memberlist Plus 151
« Reply #13 on: March 04, 2003, 04:59:39 PM »
Reply with quote

Memberlist Plus does not make any changes to SUBS.PHP nor does it change the INDEX.PHP viewprofile statement. This change you have was done by something else.  Here's what you do to fix this:

Look For in Index.php:
'profile' => array ("$sourcedir/Profile.php", 'ViewProfile'),

change that to:
'viewprofile' => array("$sourcedir/Profile.php", 'ViewProfile'),

Then in your Subs.php change your button link to
action=viewprofile instead of profile as you have it now.

What language is/are your board? If that is German I could use some help converting Supermod languages as well as my individual mods..


Quote
Well, i am not sure, the link to a user's profile is not working on my forum: www.dekroegonline.nl
Usually it will look like this:

http://www.dekroegonline.nl/kroeg/index.php?board=;action=viewprofile;user=Yordy

But this does not work anymore.
When i change the "viewprofile" to "profile" it does.
I just realised that "viewprofile" should work to but I don't understand what I did wrong then.
Logged

Yordy
Noobie
*
Posts: 40


Dekroeg!

ICQ - 96762844Yo_rdy@hotmail.com WWW
Re:[Done 1.5.1 (RC44) ] Memberlist Plus 151
« Reply #14 on: March 04, 2003, 05:04:57 PM »
Reply with quote

Quote from: Wiziwig on March 04, 2003, 04:59:39 PM
Memberlist Plus does not make any changes to SUBS.PHP nor does it change the INDEX.PHP viewprofile statement. This change you have was done by something else.  Here's what you do to fix this:

Look For in Index.php:
'profile' => array ("$sourcedir/Profile.php", 'ViewProfile'),

change that to:
'viewprofile' => array("$sourcedir/Profile.php", 'ViewProfile'),

Then in your Subs.php change your button link to
action=viewprofile instead of profile as you have it now.

What language is/are your board? If that is German I could use some help converting Supermod languages as well as my individual mods..


Quote
Well, i am not sure, the link to a user's profile is not working on my forum: www.dekroegonline.nl
Usually it will look like this:

http://www.dekroegonline.nl/kroeg/index.php?board=;action=viewprofile;user=Yordy

But this does not work anymore.
When i change the "viewprofile" to "profile" it does.
I just realised that "viewprofile" should work to but I don't understand what I did wrong then.

No, it is dutch, thanks for your help, i will try it rightaway.
Course if you need any help to convert something te dutch...  ;)
Logged
Pages: [1] 2 3 4 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.1 Final] Memberlist Plus « 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.019 seconds with 19 queries.