|
Re: Layout of quotes [message #33551 is a reply to message #33543] |
Thu, 07 September 2006 13:25 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The blank line is actually intentional, however it is something that is controlled via templates. This means to remove it you simply need to edit the post_html_quote_start_p2 section inside post_proc.tmpl
FUDforum Core Developer
|
|
|
|
|
|
Re: Layout of quotes [message #40107 is a reply to message #40105] |
Mon, 14 January 2008 18:56 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
you can do it yourself by editing the post_proc.tmpl template and removing the <br> from the post_html_quote_start_p2 tag. I am going to make it part of the next release.
FUDforum Core Developer
|
|
|
|
Re: Layout of quotes [message #40225 is a reply to message #40111] |
Fri, 25 January 2008 21:33 |
n3rd
Messages: 2 Registered: January 2008
Karma: 0
|
Junior Member |
|
|
We at aspies.de are making a test of FUDforum against phpBB3 and came across the same issue. It really looks better without the blank line. I would change the template for now. Thanks.
|
|
|
|
|
Re: Layout of quotes [message #158935 is a reply to message #33543] |
Fri, 17 April 2009 09:07 |
JanRei
Messages: 361 Registered: October 2005 Location: Germany
Karma: 0
|
Senior Member Contributing Core Developer Translator |
|
|
Yes, the blank line has been removed in version 2.8.0.
You should still find the file post_proc.tmpl in thm/default/tmpl/ within the Forum Data Root. In case you would like to make the change on your installation of version 2.7.7 it should be enough to remove the <br /> from the post_html_quote_start_p2 section in the mentioned file. Afterwards rebuild the theme using the Theme Manager in the Admin Control Panel.
|
|
|