I still need to find a way to make the members private category accessible via a direct link....
Tried it by adding this (second line "user_cat_id") to member.php:
$site_template->register_vars(array(
"user_cat_id" => $user_row['user_cat'],
"auth_edit_js" => $auth_edit_js,
"admin_cat_owner" => $admin_cat_owner['user_id'],
"user_cat_owner" => $admin_cat_owner['user_name'],
And that to the user_logininfo.html:
<a href="{root_path}categories.php?cat_id={user_cat_id}">My folder</a><br />
But that does not work.... What do I have to do? Please help....