Looks like I can't post the official MOD area, so posting this here.
This is an add-on that does NOT plug into VB5's API. This is a stand-alone file that utilizes the VB5 header and footer system to wrap my implementation of the member list with the look/feel of your VB site. You may need to edit colors and such; that is up to you to change. But it is compatible with the out of the box VB5 style.
This is running at this URL:
www.diecastmodelaircraft.com/memberlist.php
We have a more customized version running here:
www.diecastmodelaircraft.com/memberlist
Instructions:
- Upload all files to the root of your VB5 install
- Edit memberlist.php - Enter the information for your mysql server, database username and password, database table name and your sites URL, and number of users to list per page. Default is 15
- Load http://www.yoursite.com/memberlist.php
Optional:
Add the following lines to .htaccess
Code:
RewriteEngine on
RewriteRule ^(memberlist)$ /memberlist.php [QSA,L]
RewriteRule ^(memberlist)/$ /memberlist.php [QSA,L]
Now you can access your memberlist by going to the url:
Load
http://www.yoursite.com/memberlist
Questions? Comments?
Email:
todd@aero-pro.net
Donations are gladly accepted for this work:
paypal@aero-pro.net
If you install it, let us know so we can see how it works on other sites.