allow_unreg()) && $this->have_access($this->check_parms($_GET['forum'])) && $this->have_access($this->check_parms($_GET['forum']), 'post')) { $parser = new cartpaujBBCodeParser(); $this->current_view = NEWTOPIC; $out = $this->header(); $out .= "
"; $out .= ""; $out .= apply_filters('wpwf_form_guestinfo',''); //--weaver-- $out .= $this->get_captcha(); if($this->options['forum_allow_image_uploads']) { $out .= " "; } $out .= "
".__("Post new Topic", "mingleforum")."
".__("Subject:", "mingleforum")."
".__("Message:", "mingleforum")." ".$parser->get_editor()."
".__("Images:", "mingleforum")."


"; $this->o .= $out; } else wp_die(__("Sorry. you don't have permission to post.", "mingleforum"));