Chris Peterson FusionBB Fanatic Total Posts: 3758
 Location: West Fargo, ND Average Post Ranks%:
|
09-07-09 04:41 PM - Post#82609
In response to greg
It's an aesthetic thing. Honestly it doesn't bother me and I think that it wouldn't bother most people. CT was looking for a cleaner way to line up the icons because of complaints about how they lined up. We really can't please everyone.
The nice thing is, if you don't like it, you don't have to use it! I find it really interesting that something this small would seriously stop someone from using all the other incredible features of this version of FusionBB, especially knowing how easy it is to make simple template changes to change how the layout looks. That's the best part of FusionBB, flexibility!
SO if you decide to upgrade, even though the template isn't to your liking, well... here's the small bit of code to remove to get rid of the gap.
In templates > fusionbb > showtopic_p_row.php
Find:
Code:
<!--SIGNATURE-->
<!--EDIT_PRINT-->
<br /><br />
<br /><br />
<br /><br />
<br /><br />
REMOVE:
Code:
<br /><br />
<br /><br />
<br /><br />
That would put it back to the exact same spacing as 2.3. I hope that helps with your decision.
|