MyBB Community Forums

Full Version: [F] Alternating trow issue. [C-StefanT]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I think I have found one bug with MyBB.

If you look at profiles, custom profile fields to be specific, you will see that there is two trow1's in a row.

My basic fix for it would be to find in member.php
$bgcolor = "trow1";
    // If this user is an Administrator or a Moderator then we wish to show all profile fields 
and change to
$bgcolor = "trow1";
$alttrow = "trow1";
    // If this user is an Administrator or a Moderator then we wish to show all profile fields 
so that when the alt_trow function runs it will see that it has already done one and do trow2. You probably have a better fix, but that seemed the easiest to me.

Also I don't know if this is planned or not, but if you have both Email member and PM member, there is two trow2's in a row.

Nickman
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.

With regards,
MyBB Group