diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-05-11 00:58:14 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-05-11 00:58:14 +0000 |
commit | 30fd2486d82d50fecd4ba5ec6b81eebc4fcfdf49 (patch) | |
tree | 1a810c52171ee2b0fb38078084288b78e5c42ee5 /phpBB/ucp.php | |
parent | 549537b9d570ac70c16f4560b9efbafa293834db (diff) | |
download | forums-30fd2486d82d50fecd4ba5ec6b81eebc4fcfdf49.tar forums-30fd2486d82d50fecd4ba5ec6b81eebc4fcfdf49.tar.gz forums-30fd2486d82d50fecd4ba5ec6b81eebc4fcfdf49.tar.bz2 forums-30fd2486d82d50fecd4ba5ec6b81eebc4fcfdf49.tar.xz forums-30fd2486d82d50fecd4ba5ec6b81eebc4fcfdf49.zip |
Yet more mildly fudged code ... just to get something up, minor fixes/updates elsewhere
git-svn-id: file:///svn/phpbb/trunk@4004 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/ucp.php')
-rwxr-xr-x | phpBB/ucp.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/phpBB/ucp.php b/phpBB/ucp.php index d38c551a74..e412d1fbcd 100755 --- a/phpBB/ucp.php +++ b/phpBB/ucp.php @@ -23,13 +23,9 @@ // // * Registration // * 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 @@ -37,20 +33,11 @@ // * 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 |