View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000743 | v2.3 Release (Closed) | [All Projects] General | public | 2011-03-10 13:20 | 2011-03-24 09:50 | ||||
Reporter | TheoVanDerWeijst | ||||||||
Assigned To | caseydk | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | 2.3 | |||||||
Summary | 0000743: forum text formating does not expands new-line characters. | ||||||||
Description | New-line charters are not expanded in forum messages, so all sentences are just displayed as one long string. This is very unnatural for the users. | ||||||||
Additional Information | I have made a small changes in : modules/forms/view_messages.php, line 184 $row['message_body'] = bbparser->qparse($row['message_body']); is replaced by: $row['message_body'] = nl2br($bbparser->qparse($row['message_body'])); Using an message editor with tag insertion buttons would also make it much more user friendly. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|
caseydk (administrator) 2011-03-22 22:48 |
Resolved this one a while back.. unsure which commit, but it will be in the v2.3 release this week. |
caseydk (administrator) 2011-03-24 09:50 |
Closed in preparation for v2.3 release. |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2011-03-10 13:20 | TheoVanDerWeijst | New Issue | |
2011-03-16 22:02 | caseydk | Project | v2.2 Release (Closed) => v2.3 Release (Closed) |
2011-03-22 22:48 | caseydk | Note Added: 0001745 | |
2011-03-22 22:48 | caseydk | Status | new => resolved |
2011-03-22 22:48 | caseydk | Resolution | open => fixed |
2011-03-22 22:48 | caseydk | Assigned To | => caseydk |
2011-03-24 09:50 | caseydk | Note Added: 0001769 | |
2011-03-24 09:50 | caseydk | Status | resolved => closed |
2011-03-24 09:50 | caseydk | Fixed in Version | => 2.3 |