Forums

Join
bbPress Support ForumsTroubleshootingSpanish characters aren't shown

Info

Spanish characters aren't shown

  1. Hi! This is my bbpress (http://www.voluntariado.tv/bbpress/). When I log in, the Spanish characters are ok. When I log off, they aren't shown. A questiong mark appears instead. What's wrong?

  2. Someone posted recently with the same problem. Apparently there is a plugin that is causing whitespace to be sent before the headers.

    Try deactivating plugins until you find which one, or dig deeper into the recent topics here to find the problem.

  3. Thank you! But... I have no plugins installed on BBPress. I have desactivaed all plugins on the blog and Spanish characters aren't shown...

  4. This is a test
    Esto es una prueba
    ¿ ó ú ñ á é ?

  5. If you change the browser encoding to iso-8859-1 it works. Maybe it's a encoding issue.

    pd = ¡qué bueno saber que no soy el único que habla castellano aquí :p !

  6. Tengo el encoding del navegador en iso-8859-1 y sigo viendo los símbolos raros. Tampoco entiendo mucho sobre esto...

    PD.: Probablemente todo el mundo habla castellano aquí y no se atreve a decirlo. XD

  7. Solved! What a silly thing!!

    Change the config.php file

    this line...
    define(’BBDB_CHARSET’, ”);

    turns to...
    define(’BBDB_CHARSET’, ‘utf8′);

    Thank you, everybody!!

  8. Para aquéllos que quieran hacer la locura que he intentado, y por ahora me va saliendo:

    1. Migrar un foro phpBB a bbPress (sólo desde phpBB2)
    2. Integrar WP y BBPress.

    (Se puede)

    No debe aparecer ninguna especificación de codificación ni en bb-config.php, NI EN LA SECCIÓN ADMIN de BBPress. Es decir: quitad utf8 en la pestaña "opciones" "WordPress Integration" y del archivo bb-config.php.
    Me ha costado un mes.

  9. You must log in to post.