From: SourceForge.net <no...@so...> - 2012-06-12 04:50:34
|
Bugs item #3534503, was opened at 2012-06-11 21:50 Message generated for change (Tracker Item Submitted) made by irmtfan You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3534503&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core - Core Group: XOOPS 2.5.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: irmtfan (irmtfan) Assigned to: Nobody/Anonymous (nobody) Summary: alter table 'user' user_sig and bio fields to 'text' Initial Comment: This is not a bug but it is very needed because the limited size of these fields will cause big problems specially in 2-bytes languages. For example in arabic and persian users just have 255/2=127 characters Please change the size to 'text' ALTER TABLE `users` MODIFY `user_sig` text; ALTER TABLE `users` MODIFY `bio` text; ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3534503&group_id=41586 |