Welcome, Guest. Please Login or Register.
April 26, 2024, 07:31:27 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.4.0] All in One MemberList 1.0 « previous next »
Pages: 1 [2] 3 4 5 Reply Ignore Print
Author Topic: [Done 1.4.0] All in One MemberList 1.0  (Read 40658 times)
goosemoose
Sr. Member
****
Posts: 256


I'm a llama!

Re:[Done] All in One MemberList 1.0
« Reply #15 on: June 24, 2002, 07:52:14 PM »
Reply with quote

I'm confused. My mod does order in alphabetical order. Check it out. Also what error are you getting. I just uploade the exact same memberlist.php and it works perfect. List your website too. Has anyone got this version to work?
Logged

MobileYaBB v.3 [75% done]
All in One MemberList 1.0
Integrated Chat v 2.0
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Done] All in One MemberList 1.0
« Reply #16 on: June 24, 2002, 08:22:36 PM »
Reply with quote

i tried that,
Sort by username returns: Sorry, no matches were found
and sort by position returns to boardindex when clicked

is it possible because in your board, everyone is in a membergroup?
Logged

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


I'm a llama!

Re:[Done] All in One MemberList 1.0
« Reply #17 on: June 24, 2002, 10:35:52 PM »
Reply with quote

What is the link to your site? Sort by username will always return no people found because it defaults to display the users with special characters instead of all users. Try clicking on one of the letters. I am working on changing the default to be display all users instead. I found the problem of why none of your sort by membergroup isn't working. Gotta add this to your index.php!!

Search for:
else if ($action == 'mlall') { include_once "$sourcedir/Memberlist.php"; MLAll(); }

and add the following afterwards:
else if ($action == 'mlallbygroup') { include_once "$sourcedir/Memberlist.php";
MLAll(TRUE); }

Please let me know if this worked!!!
Logged

MobileYaBB v.3 [75% done]
All in One MemberList 1.0
Integrated Chat v 2.0
KenTeamBG
Jr. Member
**
Posts: 74


TeamBG rules!!!

WWW
Re:[Done] All in One MemberList 1.0
« Reply #18 on: June 24, 2002, 11:47:55 PM »
Reply with quote

I am not saying when you select sort by username...that actually is alphabetical by number/letter category.  I am talking about the normal mlall list (which returns ALL users, not just one letter or number group)...it should be alphabetized too, or if not it should be an option one way or the other.  (I have added the line needed to SORT by default in mlall into mine already.)

As for the error, its with the Sort By Group...it takes me to BoardIndex...my URL is:

http://www.teambg.net/forum/

user: test
pass: test

« Last Edit: June 24, 2002, 11:48:46 PM by KenTeamBG » Logged

KenTeamBG
Jr. Member
**
Posts: 74


TeamBG rules!!!

WWW
Re:[Done] All in One MemberList 1.0
« Reply #19 on: June 24, 2002, 11:52:52 PM »
Reply with quote

Quote from: goosemoose on June 24, 2002, 10:35:52 PMWhat is the link to your site? Sort by username will always return no people found because it defaults to display the users with special characters instead of all users. Try clicking on one of the letters. I am working on changing the default to be display all users instead. I found the problem of why none of your sort by membergroup isn't working. Gotta add this to your index.php!!

Search for:
else if ($action == 'mlall') { include_once "$sourcedir/Memberlist.php"; MLAll(); }

and add the following afterwards:
else if ($action == 'mlallbygroup') { include_once "$sourcedir/Memberlist.php";
MLAll(TRUE); }

Please let me know if this worked!!!

Okay, that worked...duh...I shoulda figured that out.  lol

Anyway, there are still little tweaks needed...like these issues and the hardcoded colors.  I am taking care of that baby blue right now...BAD BABY BLUE, BAD!  lol   :P

I am also adding the letter row to all modes and defaulting to mlall is the same as mlallbygroup...its a nice default layout.



« Last Edit: June 25, 2002, 01:42:17 AM by KenTeamBG » Logged

goosemoose
Sr. Member
****
Posts: 256


I'm a llama!

Re:[Done] All in One MemberList 1.0
« Reply #20 on: June 25, 2002, 02:15:27 AM »
Reply with quote

KenTeamBG it looks great! And it is fast too, I am glad to see it works so quickly on a board with over 2000 users (my biggest get 500 posts a day but only 300 users) and I am on a 56k. I think it is a good idea to change the default to sort by membergroup. What did you change to do this? I found one way but it seemed too backwards and there has to be an easier way. Let me know so I can put it in the mod. Also if someone wants to show me where to add the code to include options such as default sort in the admin mod panel I would appreciate it. Thanks! Anyone else get it to work?
Logged

MobileYaBB v.3 [75% done]
All in One MemberList 1.0
Integrated Chat v 2.0
itswheelie
Jr. Member
**
Posts: 88


I love YaBB SE!

Re:[Done] All in One MemberList 1.0
« Reply #21 on: June 25, 2002, 02:40:48 AM »
Reply with quote

Have all the changes been made to this mod yet?  Is it now final?
Logged
KenTeamBG
Jr. Member
**
Posts: 74


TeamBG rules!!!

WWW
Re:[Done] All in One MemberList 1.0
« Reply #22 on: June 25, 2002, 02:45:49 AM »
Reply with quote

Everything I have done was to Memberlist.php and Index.php...

To default mlall to be the same as mlallbygroup I simply made it the same (added TRUE) in Index.php as the mlallbygroup section.

Here is my tweaked version, I took the liberty of calling it v1.1...you can take it and run with it.  I also added some info to the Readme.txt

...slight tweaks and link is availble below...
« Last Edit: June 25, 2002, 04:25:36 AM by KenTeamBG » Logged

itswheelie
Jr. Member
**
Posts: 88


I love YaBB SE!

Re:[Done] All in One MemberList 1.0
« Reply #23 on: June 25, 2002, 03:08:51 AM »
Reply with quote

I think you better recheck your archive.  You have included MessageIndex.php instead of Membership.php
Logged
KenTeamBG
Jr. Member
**
Posts: 74


TeamBG rules!!!

WWW
Re:[Done] All in One MemberList 1.0
« Reply #24 on: June 25, 2002, 03:22:51 AM »
Reply with quote

Oooops...its fixed now.  hehe   :o

Logged

itswheelie
Jr. Member
**
Posts: 88


I love YaBB SE!

Re:[Done] All in One MemberList 1.0
« Reply #25 on: June 25, 2002, 03:24:14 AM »
Reply with quote

Thanks :)
Logged
itswheelie
Jr. Member
**
Posts: 88


I love YaBB SE!

Re:[Done] All in One MemberList 1.0
« Reply #26 on: June 25, 2002, 03:50:50 AM »
Reply with quote

small problem.  I installed all the files.  It now defaults to sorting all members but the odd thing is that the Position heading is highlighted and the arrow pointing down and the link not clickable.

The Username and Post hedings are both clickable.

If I click on Username it sorts into the first letter but the Position heading becomes clickable.

Do I have to make the default sort "Position" to correct this?
Logged
KenTeamBG
Jr. Member
**
Posts: 74


TeamBG rules!!!

WWW
Re:[Done] All in One MemberList 1.0
« Reply #27 on: June 25, 2002, 04:01:34 AM »
Reply with quote

argh...

Please redownload v1.1...I have put two versions of Memberlist.php inside now.  The normal one for a normal mlall, and then another version of Memberlist you simply rename and use if you wish to use it with the Index.php tweak to allow mlall to work like mlallbygroup (if you want that layout to be default, like I do).

We'll get this right yet.

« Last Edit: June 25, 2002, 04:23:16 AM by KenTeamBG » Logged

KenTeamBG
Jr. Member
**
Posts: 74


TeamBG rules!!!

WWW
Re:[Done] All in One MemberList 1.0
« Reply #28 on: June 25, 2002, 04:22:07 AM »
Reply with quote

Just so there is no confusion, here is v1.1 with 2 Memberlist.php files to chose from depending upon which default layout you wish to have (remember this also depends upon how you edit Index.php...as specified in the Readme.txt).

--update below--

« Last Edit: June 25, 2002, 05:29:00 AM by KenTeamBG » Logged

itswheelie
Jr. Member
**
Posts: 88


I love YaBB SE!

Re:[Done] All in One MemberList 1.0
« Reply #29 on: June 25, 2002, 04:24:04 AM »
Reply with quote

Perfect.  Thanks :)
Logged
Pages: 1 [2] 3 4 5 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.4.0] All in One MemberList 1.0 « 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.083 seconds with 20 queries.