Forum Replies Created
-
I have found a partial solution …
EDIT bp-forum-filters.php and comment all filters
function bp_forums_filter_encode( $content ) {
//$content = htmlentities( $content, ENT_COMPAT, “UTF-8” );
//$content = str_replace( ‘&’, ‘/amp/’, $content );
return $content;
}
function bp_forums_filter_decode( $content ) {
//$content = str_replace( ‘/amp/’, ‘&’, $content );
//$content = @html_entity_decode( $content, ENT_COMPAT, “UTF-8” );
//$content = str_replace( ‘[‘, ‘<‘, $content );
//$content = str_replace( ‘]’, ‘>’, $content );
//$content = stripslashes( wp_filter_kses( $content ) );
return $content;
}
I think it is a bug becouse …
If I write something with accents in bbpress works fine,
If I write something with accents in other sites in buddypress (blog, groups, etc …) works fine,
But if I write somethining in buddypress forums with accents I get this error but only in the content, not in the title topic …
see this example http://profesionales.net/groups/profesionales-de-la-informatica/forum/topic/5
Hi Nicola, bbPress XML-RPC is enabled
if I write “más” in buddypress forum’s group the buddypress show “m�s” and the bbpress forum show “m/amp/aacute;s”
http://www.profesionales.net/foro/topic/nuevos-profesionales-y-empresarios-de-la-construccion
thanks apeatling, but I can’t find that I must change in the BuddyPress home theme for get it
The ideal for not change my old permalink structure of Principal Blog is …
(Blog Id 1) in “/” not in “/blog/”
(Social Network) in “/socialnetwork/” not in “/”
thanks johnjamesjacoby.
I already tried that.
I go to Site Admin->Blogs
My main blog (id=1) have path “/” but in the momment that Buddypress is installed it force my permalink Structure to “/blog/” …
johnjamesjacoby
the problem is that if you install buddypress plugin automatly transform the permalink structure
OLD STRUCTURE OF WORDPRESS MU (BlogID=1)
mydomain.com/2009/03/13/hello-world/
NEW Structure
mydomain.com/blog/2009/03/13/hello-world/
I want to mantain the OLD structure and when you install buddypress, if you go to SETTINGS -> PERMALINK SETTING is impossible to delete /blog/ for custom permalink Structure.
¿how can I change this for the old structure?
Thanks Burtadsit.
your solution is not vialbe
If I delete home.php I get the same structure…
mydomain.com/blog/2009/03/13/hello-world/
not the old structure that I want …
mydomain.com/2009/03/13/hello-world/