MantisBT - v2.3 Release (Closed) |
View Issue Details |
|
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 | |
---|
Platform | | OS | | OS Version | |
---|
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. |
---|
Relationships | |
Attached Files | |
---|