[buddypress-trac] [BuddyPress Trac] #6668: Strange characters on @username when using arabic

buddypress-trac noreply at wordpress.org
Tue Oct 20 16:58:43 UTC 2015


#6668: Strange characters on @username when using arabic
---------------------------------------+----------------------
 Reporter:  silu44                     |       Owner:
     Type:  defect (bug)               |      Status:  closed
 Priority:  high                       |   Milestone:
Component:  API                        |     Version:  1.9
 Severity:  normal                     |  Resolution:  wontfix
 Keywords:  needs-patch needs-testing  |
---------------------------------------+----------------------

Comment (by r-a-y):

 silu44 - For now, you can add the following to
 [https://codex.buddypress.org/themes/bp-custom-php/ wp-content/plugins/bp-
 custom.php]:

 {{{
 // Enable username compatibility
 define( 'BP_ENABLE_USERNAME_COMPATIBILITY_MODE', true );

 // URL decode member permalinks on the Members Directory page
 add_filter( 'bp_get_member_permalink', 'urldecode' );
 }}}

 This probably will not solve 100% of the issues, but it should get you
 partially there.  If you do encounter other bugs, please let us know.

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6668#comment:10>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list