mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-18 22:58:10 +01:00
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
This commit is contained in:
parent
1c5d6dcf39
commit
930a9223c7
@ -19,8 +19,21 @@
|
||||
*
|
||||
***************************************************************************/
|
||||
|
||||
// TODO for 2.2:
|
||||
//
|
||||
// * deletion of posts/polls? or should this (at least posts) be entirely handled by the mcp?
|
||||
// * topic review
|
||||
// * post preview (poll preview too?)
|
||||
// * check for reply since started posting upon submission?
|
||||
// * hidden form element containing sid to prevent remote posting - Edwin van Vliet
|
||||
// * attachments -> Acyd Burns Mod functionality
|
||||
// * bbcode parsing -> see functions_posting.php
|
||||
// * lock topic option within posting
|
||||
// * multichoice polls
|
||||
// * permission defined ability for user to add poll options
|
||||
|
||||
// Grab all data
|
||||
import_request_variables('GP');
|
||||
import_request_variables('GP', 's_');
|
||||
|
||||
define('IN_PHPBB', true);
|
||||
$phpbb_root_path = './';
|
||||
@ -41,20 +54,6 @@ if (!empty($cancel))
|
||||
redirect($redirect);
|
||||
}
|
||||
|
||||
|
||||
// TODO:
|
||||
// * deletion of posts/polls? or should this (at least posts)
|
||||
// be entirely handled by the mcp?
|
||||
// * topic review
|
||||
// * post preview (poll preview too?)
|
||||
// * check for reply since started posting upon submission?
|
||||
// * hidden form element containing sid to prevent remote
|
||||
// posting - Edwin van Vliet
|
||||
// * attachments
|
||||
// * bbcode parsing
|
||||
// * lock topic option within posting
|
||||
|
||||
|
||||
// ---------
|
||||
// POST INFO
|
||||
|
||||
@ -518,6 +517,7 @@ if (isset($post))
|
||||
$template->assign_vars(array(
|
||||
'ERROR_MESSAGE' => $err_msg)
|
||||
);
|
||||
|
||||
} // isset($post)
|
||||
|
||||
// PROCESS SUBMIT
|
||||
|
1888
phpBB/privmsg.php
1888
phpBB/privmsg.php
File diff suppressed because it is too large
Load Diff
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user