[Ayuda]  portal no soporta html
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 plugi...

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
(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 ??
Abre el archivo del plugin, busca:
Código PHP:
    global $post;
    
$mypost =& $post

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

Podría funcionar.
{SIGNATURE_IMAGE}
funciono!! Omar G. gracias un abrazo desde P.R.