From 930a9223c76053b52db53a913572a2fcc8411dcf Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 8 Jan 2003 17:00:37 +0000 Subject: Oh my God what have they done? What HAVE they done .... infamy! infamy! they've all got it in-for-me ... (c) Rank git-svn-id: file:///svn/phpbb/trunk@3277 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/ucp.php | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'phpBB/ucp.php') diff --git a/phpBB/ucp.php b/phpBB/ucp.php index 60170cd119..0c9e055957 100755 --- a/phpBB/ucp.php +++ b/phpBB/ucp.php @@ -20,6 +20,46 @@ * ***************************************************************************/ +// TODO for 2.2: +// +// * Registration +// * Admin defineable use of COPPA +// * Link to (additional?) registration conditions +// * Form based click through rather than links +// * Inform user of registration method i.e. if a valid email is required +// * Admin defineable characters allowed in usernames? +// * Admin forced revalidation of given user/s from ACP +// * Simple registration (option or always?), i.e. username, email address, password +// * Tab based control panel +// * Modular/plug-in approach +// * Opening tab: +// * Last visit time +// * Last active in +// * Most active in +// * Current Karma +// * New PM counter +// * Unread PM counter +// * Subscribed forum and topic lists + unsubscribe option, etc. +// * (Unread?) Global announcements? +// * Link/s to MCP if applicable? +// * Black and White lists +// * Add buddy/ignored user +// * Group buddies/ignored users? +// * Mark posts/PM's of buddies different colour? +// * Preferences +// * Username +// * email address/es +// * password +// * Various flags +// * Profile +// * As required +// * PM system +// * See privmsg +// * Avatars +// * as current but with definable width/height box? +// * Permissions? +// * List permissions granted to this user (in UCP and ACP UCP) + define('IN_PHPBB', true); $phpbb_root_path = './'; include($phpbb_root_path . 'extension.inc'); -- cgit v1.2.1