Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/plugins/avatarep.php on line 1102

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
portal no soporta html
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.
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:
Código PHP:
<?php 
global $post;
$mypost =& $post;

Cambia por:
Código PHP:
<?php 
if(THIS_SCRIPT == 'portal.php')
{
global
$announcement;
$mypost =& $announcement;
}
else
{
global
$post;
$mypost =& $post;
}

Podría funcionar.
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.
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.