Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/mybb-es.com/html/inc/functions.php on line 7422

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/mybb-es.com/html/inc/functions.php on line 7422
Código titulo y link del tema - MyBB-Es.com
Contrata servicios web en ougcNetwork.
Intenta nuevamente con el codigo que actualize.
Envía un DM o MP si te interesa patrocinar alguna actualización o complemento a alguno de mis plugins.

[Image: signature.png]


Discord omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
11 Jul, 2012, 4:41 pm Omar G. wrote:
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

	// 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);