[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/includes/ucp/ -> ucp_pm.php (summary)

(no description)

Copyright: (c) 2005 phpBB Group
License: http://opensource.org/licenses/gpl-license.php GNU Public License
Version: $Id$
File Size: 416 lines (13 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ucp_pm:: (1 method):
  main()


Class: ucp_pm  - X-Ref

Private Message Class

$_REQUEST['folder'] display folder with the id used
$_REQUEST['folder'] inbox|outbox|sentbox display folder with the associated name

Display Messages (default to inbox) - mode=view
Display single message - mode=view&p=[msg_id] or &p=[msg_id] (short linkage)

if the folder id with (&f=[folder_id]) is used when displaying messages, one query will be saved. If it is not used, phpBB needs to grab
the folder id first in order to display the input boxes and folder names and such things. ;) phpBB always checks this against the database to make
sure the user is able to view the message.

Composing Messages (mode=compose):
To specific user (u=[user_id])
To specific group (g=[group_id])
Quoting a post (action=quotepost&p=[post_id])
Quoting a PM (action=quote&p=[msg_id])
Forwarding a PM (action=forward&p=[msg_id])

main($id, $mode)   X-Ref
No description



Generated: Wed Oct 2 15:03:47 2013 Cross-referenced by PHPXref 0.7.1