SimplePortal

Support => English Support => Topic started by: telles0808 on October 07, 2011, 06:25:27 PM

Title: Shoutbox is not refreshing.
Post by: telles0808 on October 07, 2011, 06:25:27 PM
Hello, recently I updated my host and turned my forum from 1.1.15 to 2.0.1.

Now, my shoutbox is not refresh properly. Someone have the same issue?

www.igmbrasil.com/forum
Title: Re: Shoutbox is not refreshing.
Post by: telles0808 on October 08, 2011, 09:34:12 PM
don't need support anymore.

I found the problem.

Quote
Muito obrigado:)

Por coincidencia procurei em todas as linguagens de suporte e no frances estava lá a solução, vusto eu nao usar o UTF8.
Está resolvido, shoutbox a funcionar perfeitamente.

Rechercher (find) :

Code: [Select]
      <timeclean>', strip_tags($shout['time']), '</timeclean>Remplacer par (replace by) :

Code: [Select]
      <timeclean>', htmlspecialchars(strip_tags($shout['time'])),
Quote from: lyon25 on October 16, 2010, 12:46:05 AM

    Boas, amigo Portugal, testa fazer esta alteração a ver se resulta, comigo resultou após ter andado meses a tentar que a shout fizesse refresh.

    Encontra em: index.portuguese_pt-utf8.php
    Code: [Select]

    $txt['smf10'] = '<b>Hoje</b> &agrave;s ';
    $txt['smf10b'] = '<b>Ontem</b> &agrave;s ';


    Substitui por:
    Code: [Select]

    $txt['smf10'] = '<b>Hoje</b> &#224;s ';
    $txt['smf10b'] = '<b>Ontem</b>  &#224;s ';


    Abraço.
SimplePortal 2.3.8 © 2008-2024, SimplePortal