Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
Código titulo y link del tema
Páginas (2):    1 2
Omar G.   11 Jul, 2012, 4:41 pm
#11
Intenta nuevamente con el codigo que actualize.
Leandro M.   11 Jul, 2012, 4:49 pm
#12
(11 Jul, 2012, 4:41 pm)Omar G. escribió: Intenta nuevamente con el codigo que actualize.

Sigue pasando lo mismo, para que veas si lo coloco bien aca te dejo una parte del fuctions_post

Código PHP:
<?php 
// If we have incoming search terms to highlight - get it done.
if($mybb->input['highlight'])
{
$parser_options['highlight'] = $mybb->input['highlight'];
$post['subject'] = $parser->highlight_message($post['subject'], $parser_options['highlight']);
}

if(
$GLOBALS['thread']['tid'] && $post['pid'] && $GLOBALS['thread']['firstpost'] == $post['pid'])
{
$post['message'] = str_replace('{URL}', $GLOBALS['settings']['bburl'].'/'.get_thread_url($GLOBALS['thread']['tid']), $post['message']);
$post['message'] = str_replace('{TITLE}', $parser->parse_badwords($post['subject']), $post['message']);
}

$post['message'] = $parser->parse_message($post['message'], $parser_options);

get_post_attachments($id, $post);
Páginas (2):    1 2
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.