Posted by: johnk - Sunday, 2 June 2013 03:24:56 |
---|
Whenever a user edits a post YAF adds "Edited by user 2 days ago | Reason: Not specified".
Could we add one line break so that there is gap of one line after original forum post. Example: Original: [code] This is the last line of forum post. [color=blue]Edited by user[/color] 2 days ago | Reason: Not specified [/code] After adding line break: [code] This is the last line of forum post. Edited by user 2 days ago | Reason: Not specified [/code] |
Posted by: Zero2Cool - Monday, 3 June 2013 17:00:41 |
---|
This would be good. Sometimes, the last line of a post will be ignored (by me anyhow) because I see the edited by link. |
Posted by: JP - Tuesday, 4 June 2013 22:00:43 |
---|
Well, I made that less "intrusive" with CSS... [code] .yafnet .MessageDetails {color: #505050; font-weight:normal; font-size: 9pt;padding-top: 30px;}[/code] |
Posted by: johnk - Tuesday, 4 June 2013 22:08:34 |
---|
I was going to suggest the same CSS with less padding-top :) This seems to have been fixed in latest build from codeplex. |