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?
bbPress support forums » Troubleshooting
Spanish characters aren't shown
(8 posts)-
Posted 2 months ago #
-
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.
Posted 2 months ago # -
Thank you! But... I have no plugins installed on BBPress. I have desactivaed all plugins on the blog and Spanish characters aren't shown...
Posted 1 month ago # -
This is a test
Esto es una prueba
¿ ó ú ñ á é ?Posted 1 month ago # -
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 !
Posted 1 month ago # -
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
Posted 1 month ago # -
Solved! What a silly thing!!
Change the config.php file
this line...
define(’BBDB_CHARSET’, ”);turns to...
define(’BBDB_CHARSET’, ‘utf8′);Thank you, everybody!!
Posted 1 month ago # -
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.Posted 1 week ago #
Reply
You must log in to post.