Páginas (2):    1 2
Omar G.   11 Jul, 2012, 4:41 pm
#11
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.

[Imagen: signature.png]

Discord omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
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

	// 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);
PHP
Páginas (2):    1 2
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.