1
pavant
Member list hack?
  • 2004/11/12 3:20

  • pavant

  • Just popping in

  • Posts: 20

  • Since: 2004/10/20


Hi,

Xoops comes with the memberlist module. When you click on Members in the Main Menu, it takes you to the search form. How can I skip the form and show all the members at once?

I've found smb asking this same question but nobody responded to it...

Please help if you can. Thanks.

2
ackbarr
Re: Member list hack?

I know this has been answered on the forums before, though I could not find the exact post:

in /modules/xoopsmembers/index.php

Change this section:
include "../../mainfile.php";

$op "form";
if ( isset(
$HTTP_POST_VARS['op']) && $HTTP_POST_VARS['op'] == "submit" ) {
    
$op "submit";
}

to:
include "../../mainfile.php";

[
color=008000][b]$op "submit";[/b][/color]
if ( isset(
$HTTP_POST_VARS['op']) && $HTTP_POST_VARS['op'] == "submit" ) {
    
$op "submit";
}

Wash, rinse, and repeat.

To make searching for this easier:
xoopsmembers members module index search hack form skip

3
pavant
Re: Member list hack?
  • 2004/11/12 3:45

  • pavant

  • Just popping in

  • Posts: 20

  • Since: 2004/10/20


You are the best, Ackbarr. I should come to Missouri and shake your hand!

4
dheltzel
Re: Member list hack?
  • 2004/11/12 14:20

  • dheltzel

  • Not too shy to talk

  • Posts: 164

  • Since: 2003/1/8 1


Another, fancier, alternative is to install the membership module:http://dev.xoops.org/modules/xfmod/project/?group_id=1080

This will let you customize the display of the members by changing the column headings and specifying which fields are displayed.

Dennis

5
pavant
Re: Member list hack?
  • 2004/11/13 15:23

  • pavant

  • Just popping in

  • Posts: 20

  • Since: 2004/10/20


Great! I may need this, too! Thanks, Dennis.

6
dheltzel
Re: Member list hack?
  • 2004/11/15 15:15

  • dheltzel

  • Not too shy to talk

  • Posts: 164

  • Since: 2003/1/8 1


Glad to help. If you try it and you have any suggestions, please send them my way

Dennis

7
twitaman
Re: Member list hack?
  • 2004/11/15 16:23

  • twitaman

  • Friend of XOOPS

  • Posts: 270

  • Since: 2004/7/28


I was wondering if anyone had made this change? I would love to see how the member page actually looked in action once this change has been made.

I've been interested in having a member page that looked similar to a yearbook -- with small photos of each member and a short bit of information about each one.

Any similar examples?

Login

Who's Online

238 user(s) are online (167 user(s) are browsing Support Forums)


Members: 0


Guests: 238


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits