Results 1 to 4 of 4
  1. #1
    Pligg Donor mightyb's Avatar
    Joined
    Jan 2006
    Posts
    103
    Thanks
    Received:0
    Given: 0

    Smile Display number of members

    Just a simple bit of code i wrote for my pligg

    PHP Code:
    // Number of members code start

    We have:
    <?php
    // Query the database and get the count
    $result mysql_query("SELECT * FROM users");
    $num_rows mysql_num_rows($result);
    // Display the results
    echo $num_rows;
    ?>
    &nbsp;members</a>

    // Number of members code end
    Just drop this code whenever you want it in your template.

    I will however add an extra sql query so if you have a very busy pligg this might not be a good idea.

  2. #2
    Pligg Developer/Admin kbeeveer46's Avatar
    Joined
    Jun 2006
    Posts
    3,215
    Thanks
    Received:1
    Given: 0
    there is already a stats mod included in Pligg. You can find it in the modules manager.

  3. #3
    Constant Pligger savant's Avatar
    Joined
    Apr 2006
    Posts
    1,181
    Thanks
    Received:0
    Given: 0
    if you are using that code, you can make it a bit more optimized by saying select id from users. that way mysql doesn't have to send all the information.

    Quote Originally Posted by mightyb View Post
    Just a simple bit of code i wrote for my pligg

    PHP Code:
    // Number of members code start

    We have:
    <?php
    // Query the database and get the count
    $result mysql_query("SELECT * FROM users");
    $num_rows mysql_num_rows($result);
    // Display the results
    echo $num_rows;
    ?>
    &nbsp;members</a>

    // Number of members code end
    Just drop this code whenever you want it in your template.

    I will however add an extra sql query so if you have a very busy pligg this might not be a good idea.

  4. #4
    Pligg Donor mightyb's Avatar
    Joined
    Jan 2006
    Posts
    103
    Thanks
    Received:0
    Given: 0
    Ah well, i'm not really a coder. Just trying to help.

Similar Threads

  1. Display number of published stories not only at profile
    By visine in forum Questions & Comments
    Replies: 1
    Last Post: 11-13-2011, 08:06 AM
  2. Displaying number of members
    By Geoserv in forum Questions & Comments
    Replies: 3
    Last Post: 01-22-2008, 08:08 AM
  3. How to display number of users in header?
    By katlis in forum Questions & Comments
    Replies: 1
    Last Post: 01-21-2008, 08:21 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Pligg Modules and Pligg Templates from Pligg Pro Web Hosting Services by Midphase Dreamhost Web Hosting Donate to Pligg