Quote:
Originally Posted by grc
Do you think that perhaps the "Following Users Say..." takes up too much screen real estate? It seems to me that smaller fonts and keeping the usernames on the same line and less white space below the names would be less disruptive to the "flow" of the forums. I know I can hack it, but every upgrade will likely break my hack of the hack. Any thoughts?
|
Since Abe seems to be busy with other things, I went ahead and hacked the font size on the "Following Users Say..." line on the forums.
Listen, I'm not a coder and all I can say is that it works on my forum -- follow at your own risk and be sure you can go backwards if needed.
Anyway...
In post_thanks_postbit find:
HTML Code:
<h2 class="<vb:if condition="!$vboptions['legacypostbit']">post</vb:if>title">
If you're using the legacy (vertical) postbit template: change the word "
title" to "
bitlegacy"
Otherwise change the word "
title" to "
content"
Again: I'm no coder - try it at your own risk.