2012-12-31, 03:21 PM
As I prepare to transfer my community from phpbb to MyBB, this remains toward the top of the to-do list for me. Basically, I'm trying to achieve cross-site compatibility with font-sizes in posts. Due to the nature of my site, people often copy/paste things from their individual sites and thus, sometimes use slightly different size codes (hence the need for this for my site). I used this modification with my phpbb board and I'm hoping it can also be used for MyBB. I'd imagine that it would work the same way since it's just basic php, but I'm unsure exactly what file I'd do the edits in.
Basically, that modification would convert all the size codes (such as "xxsmall," "size=1," or "size=50") to percentages so that they all come out looking the same. It's an amazing modification and I hope it gets put into the basic MyBB structure in a future release. But until then, would anyone happen to know how to achieve this in MyBB? More specifically, does anyone know what file would need edited and where? In phpbb, it was the posting.php file. But I know MyBB structuring is a bit different. Thanks in advance!
Basically, that modification would convert all the size codes (such as "xxsmall," "size=1," or "size=50") to percentages so that they all come out looking the same. It's an amazing modification and I hope it gets put into the basic MyBB structure in a future release. But until then, would anyone happen to know how to achieve this in MyBB? More specifically, does anyone know what file would need edited and where? In phpbb, it was the posting.php file. But I know MyBB structuring is a bit different. Thanks in advance!