|
|
Joined: Dec 2003
Posts: 107
Journeyman
|
Journeyman
Joined: Dec 2003
Posts: 107 |
Mod Name / Version: User List Display Limited by Post Count 1.0 Description: Users and Guests (if allowed to see the user list), will only see members with a certain minimum post count. Moderators and Administrators still have access to the full list. Working Under: UBB.Threads 6.5 Mod Status: Finished Any pre-requisites: None Author(s): Anno Date: 08/03/05 Credits: Files Altered: showmembers.php New Files: none Database Altered: no Info/Instructions: <br /> In showmembers.php <br /> <br />Search for: <br /> <br />// -------------------------------------------------- <br />// Grab the total number of users out of the database <br /> <br /> <br />Insert above: <br />if ( ($user['U_Status'] != 'Moderator') && ($user['U_Status'] != 'Administrator')){ <br /> $ShowOnlyActiveUsers = " AND U_TotalPosts > 9 "; <br />} <br /> <br /> <br />Search for: <br /> $andlike <br /> <br />Insert below: <br /> $ShowOnlyActiveUsers <br /> <br />(this appears in 2 places with no other code on the same line (as $andlike), insert in both places) <br /> <br />'9' determines the miminum number of posts to be shown, this can be changed to any desired value. If set to 0 only members with 1 or more posts will be shown. Disclaimer: Please backup every file that you intend to modify. If the modification modifies the database, it's a good idea to backup your database before doing so. Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files.
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
danke! 
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 69
Joined: January 2001
|
|
Forums63
Topics37,575
Posts293,931
Members13,824
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|
|