Ok srry for the double post..
But about the addons scowler.. When you say this..
2) To use it, you can create a page like this:
PHP Code:
<?php
# get the function
include "addons/memberlist.php";
# show only activated members? 1 = yes, 0 = no
$activated_only = 0;
# order by column name (default Username)
$order_by = "Username";
# order (default ASC). either ASC or DESC
$order = "ASC";
# show member list
showMemberList( $activated_only, $order_by, $order );
?>
Do you mean to create another php file thats the same name and upload it to the main directory where the config, menus, etc php files are located at.. If this isn;t the case could you explain.. Thanks
Oh and about what i mentioned above about the links I found that collapsing menu answered that 2nd question above.. ^.^