aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/ucp.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-01-08 17:00:37 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-01-08 17:00:37 +0000
commit930a9223c76053b52db53a913572a2fcc8411dcf (patch)
tree17d5932f00e79a91cf7e2beeef0580856d63cbdd /phpBB/ucp.php
parent1c5d6dcf39dc5b416d7ad71c146af16f3dfc0fbb (diff)
downloadforums-930a9223c76053b52db53a913572a2fcc8411dcf.tar
forums-930a9223c76053b52db53a913572a2fcc8411dcf.tar.gz
forums-930a9223c76053b52db53a913572a2fcc8411dcf.tar.bz2
forums-930a9223c76053b52db53a913572a2fcc8411dcf.tar.xz
forums-930a9223c76053b52db53a913572a2fcc8411dcf.zip
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
Diffstat (limited to 'phpBB/ucp.php')
-rwxr-xr-xphpBB/ucp.php40
1 files changed, 40 insertions, 0 deletions
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');