Previous Thread
Next Thread
Print Thread
Rate Thread
#206140 11/16/2000 12:07 AM
Joined: Aug 2000
Posts: 3,590
Moderator
Moderator
Offline
Joined: Aug 2000
Posts: 3,590
Just take this file and rename the downloaded file to showmembers.php and replace the old copy.

The major feature it adds is support for displaying the 4 other Extra columns other then the ICQ column in the showmembers page and sorting by those columns. Defaultly out of the box it will display the extra columns if they're configed to anything in the config.inc.php if they're not then it won't display them. It also allows you to turn on and off the display of all 5 (including the ICQ one) on the showmembers.php. All you have to do is add the following stuff to the bottom of your config.inc.php inside the ?> tag.

    // Config variables to turn on and off the extra variables in the ShowMembers.php script  
// Valid values are 0 (off) or 1 (on)
$config['showextra1'] = 1;
$config['showextra2'] = 1;
$config['showextra3'] = 1;
$config['showextra4'] = 0;
$config['showextra5'] = 0;

That turns on the first 3 (including the ICQ).

It also adds a feature a user mentioned that he'd like added where when you click on the little ICQ flower icon, it'll have ICQ search for the user to add them to your list or to send them a message.

It also allows you to add the support of the AIM Remote(tm) to your User List by having the AOL/AIM SN in your list clickable to pop up an IM window on the user's machine. To make this work you must add to config.inc.php at the end but before the ?> the following code...

// Config variables to turn on and setup which field is the field with AIM/AOL SN's in it.  
// $config['aimlink'] can be 0 (off) or 1 (on) And for $config['aimextra'] is the number of the
// field that has AIM/AOL SN's in it. Valid values are 2, 3, 4, 5.
// Please note to turn this on please read the AOL/AIM License agreement and follow it.
$config['aimlink'] = 1;
$config['aimextra'] = 2;

This copy replaces a buncha elseif's with a neater switch().

This also fixes a bug that I found on the W3T website and notified Scream about.


Doug
http://www.netherworldrpg.net

Attachments
23-24865-showmembers.txt (0 Bytes, 60 downloads)

Sponsored Links
Anonymous #206141 11/16/2000 3:02 PM
Joined: Aug 2000
Posts: 262
Enthusiast
Enthusiast
Offline
Joined: Aug 2000
Posts: 262
awesome, my host is down right now, i want to test it asap. i wanted to ad favorite sport or something to my board.

--------------
http://php.extremeforums.org


Link Copied to Clipboard
Donate Today!
Donate via PayPal

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.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Zarzal
Zarzal
Berlin, Germany
Posts: 808
Joined: July 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240506)