1
konadu
View all members with a click of a button
  • 2005/12/2 11:40

  • konadu

  • Not too shy to talk

  • Posts: 116

  • Since: 2005/11/27


This is my first time using this forum and i am new to xoops.

I will like to have a direct link to all the members on my XOOPS site appear when the member button is click. Instead, currently, i get a search page to search for members.

Can any one give me a direct clickable link to be able to view all members and it include their avatar?

Please help.

Thanks

2
JMorris
Re: View all members with a click of a button
  • 2005/12/2 12:14

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


First, welcome to XOOPS!

Please do not double post. This makes it hard to provide support for you, it bumps down other people's post, which is unfair, and it will not get your question answered any faster. I have removed the oldest of your duplicate posts. Please keep your discussion about this topic in this thread. If you have not received an answer in a day or so, please reply to this thread with a ::bump::.

Please refer to the guidelines set forth in XOOPSiquette for more information.

Best Regards,

James
Insanity can be defined as "doing the same thing over and over and expecting different results."

Stupidity is not a crime. Therefore, you are free to go.

3
blueteen
Re: View all members with a click of a button
  • 2005/12/2 13:04

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16


hi,
for wich xoops's version ? and wich module ?

on XOOPS 2.0.13.2, with xoopsmembers's module,
I replace this code in index.php :

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


by this one

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

Login

Who's Online

221 user(s) are online (143 user(s) are browsing Support Forums)


Members: 0


Guests: 221


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