Heisenberg submitted a new resource:
You must be registered for see links
- Reduce font size on Long Username to fit Postbit (legacy)vB Version: 4.2.2
I found that when I switched to the "legacy" postbit, some of the usernames wrapped (if they were particularly long:
So I made a mod for this which contains 2 steps: a new plugin and template edit. Less than 5 minutes!
1. Create a plugin for hook location memberaction_dropdown. This puts the length of the username into a variable the template can use.
Code:[I][B]$memberinfo['unlength']= $memberinfo['musername']? strlen($memberinfo['musername']):...
You must be registered for see links
Last edited: