Quote:
Originally Posted by stalk
build_new_post will grab YOUR permissions (I believe).
|
I think you're wrong
PHP Code:
// ###################### Start newpost #######################
function build_new_post($type = 'thread', $foruminfo, $threadinfo, $parentid, &$post, &$errors)
{
//NOTE: permissions are not checked in this function
This is quite useful if you use this function for automated purposes where there actuallyy is no "user".