MyBB Community Forums

Full Version: Scrollbar for too high signature
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Some users in my forum have huge signatures, can be put a scrollbar in the signature?
1. Go to Admin CP > Templates & Style > Templates > Your Template Set > Post Bit Templates > postbit_signature.

2. Replace all with:

<hr size="1" width="25%"  align="left" />
<div style="overflow: auto; height: auto; max-height: 200px; display: block;">{$post['signature']}</div>

3. Change 200px to the max height you want to allow.