Zeile 186 | Zeile 186 |
---|
eval("\$postinsert = \"".$templates->get("post_attachments_attachment_postinsert")."\";"); } eval("\$attach_rem_options = \"".$templates->get("post_attachments_attachment_remove")."\";");
|
eval("\$postinsert = \"".$templates->get("post_attachments_attachment_postinsert")."\";"); } eval("\$attach_rem_options = \"".$templates->get("post_attachments_attachment_remove")."\";");
|
| $attach_mod_options = '';
|
eval("\$attemplate = \"".$templates->get("post_attachments_attachment")."\";"); $ret['template'] = $attemplate;
| eval("\$attemplate = \"".$templates->get("post_attachments_attachment")."\";"); $ret['template'] = $attemplate;
|
Zeile 376 | Zeile 377 |
---|
if(!isset($postoptions['signature'])) { $postoptions['signature'] = 0;
|
if(!isset($postoptions['signature'])) { $postoptions['signature'] = 0;
|
}
| }
|
if(!isset($postoptions['subscriptionmethod'])) { $postoptions['subscriptionmethod'] = 0;
| if(!isset($postoptions['subscriptionmethod'])) { $postoptions['subscriptionmethod'] = 0;
|
Zeile 693 | Zeile 694 |
---|
$posticons = get_post_icons(); } $subscription_method = get_subscription_method($tid); // Subscription method doesn't get saved in drafts
|
$posticons = get_post_icons(); } $subscription_method = get_subscription_method($tid); // Subscription method doesn't get saved in drafts
|
| $numpolloptions = "2";
|
}
// Otherwise, this is our initial visit to this page.
| }
// Otherwise, this is our initial visit to this page.
|
Zeile 1102 | Zeile 1104 |
---|
$forum['rulestitle'] = $lang->sprintf($lang->forum_rules, $forum['name']); }
|
$forum['rulestitle'] = $lang->sprintf($lang->forum_rules, $forum['name']); }
|
if(!$parser)
| if(empty($parser))
|
{ require_once MYBB_ROOT.'inc/class_parser.php'; $parser = new postParser;
| { require_once MYBB_ROOT.'inc/class_parser.php'; $parser = new postParser;
|