[buddypress-trac] [BuddyPress] #2066: Wrong non-latin slugs (in activity stream, group names etc.) (was: Cyrillic in the names of items in activity stream)
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Wed Jun 30 03:58:18 UTC 2010
#2066: Wrong non-latin slugs (in activity stream, group names etc.)
---------------------+------------------------------------------------------
Reporter: motomac | Owner:
Type: defect | Status: new
Priority: major | Milestone: 1.3
Component: Core | Keywords: cyrillic
---------------------+------------------------------------------------------
Comment(by motomac):
Simple solution is to increase limit of symbols for slugs tables in the
database:
primary_link in wp_bp_activity make varchar(300), for example.
And make the same with other slug tables (group names, for example): slug
in wp_bp_groups (varchar(900)).
It happens because non-latin symbols take more space then latinic (*6
times longer).
--
Ticket URL: <http://trac.buddypress.org/ticket/2066#comment:3>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list