YAFLogo

johnk
  • johnk
  • 74.8% (Friendly)
  • YAF All-the-Time Topic Starter
11 years ago
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:


This is the last line of forum post.
[color=blue]Edited by user[/color] 2 days ago  | Reason: Not specified

After adding line break:


This is the last line of forum post.

Edited by user 2 days ago  | Reason: Not specified

Sponsor
Zero2Cool
  • Zero2Cool
  • 100% (Exalted)
  • YAF Leader YAF Version: YAF 3.1.16
11 years ago
This would be good. Sometimes, the last line of a post will be ignored (by me anyhow) because I see the edited by link.
JP
  • JP
  • 100% (Exalted)
  • YAF Leader
11 years ago
Well, I made that less "intrusive" with CSS...


.yafnet .MessageDetails {color: #505050; font-weight:normal; font-size: 9pt;padding-top: 30px;}


He who asks a question is a fool for five minutes. He who does not ask a question remains a fool forever. [Old Chinese Proverb]
johnk
  • johnk
  • 74.8% (Friendly)
  • YAF All-the-Time Topic Starter
11 years ago
I was going to suggest the same CSS with less padding-top :)

This seems to have been fixed in latest build from codeplex.