junitro   3 Jul, 2012, 5:22 pm
#1
instale un plugin de que acepta html en el foro pero en el portal salen mal alguna ayuda
el portal no soporta html
instale HTML in Posts This plugin adds the possibility to use HTML in posts.

en el foro se mira bien los post pero en el portal no
Omar G.   3 Jul, 2012, 5:48 pm
#2
Segun veo, es por que no es compatible con el portal.

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;
junitro   3 Jul, 2012, 5:50 pm
#3
(3 Jul, 2012, 5:48 pm)Omar G. escribió: Segun veo, es por que no es compatible con el portal.

sabes como puedo hacer que el portal soporte html ??
Omar G.   4 Jul, 2012, 9:38 am
#4
Abre el archivo del plugin, busca:
	global $post;
	$mypost =& $post;

Cambia por:
	if(THIS_SCRIPT == 'portal.php')
	{
		global $announcement;
		$mypost =& $announcement;
	}
	else
	{
		global $post;
		$mypost =& $post;
	}

Podría funcionar.

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;
junitro   4 Jul, 2012, 9:56 am
#5
funciono!! Omar G. gracias un abrazo desde P.R.
Omar G.   6 Jul, 2012, 12:59 pm
#6
He reportado el bug:
http://forums.mybb-plugins.com/thread-28...l#pid50944

Para que no te sorprenda si sale una actualizacion que funcione.

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;
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.