Profile Changes Redux
A little bit late on this, but anyway -- last week we changed the user status display from the old one (bar) to the new one (the dropdown that you see in forums). User reaction was pretty extreme because we broke a lot of profile layouts. In essence, the issues were:
- the positioning mode for the avatar had changed. (On a fair number of layouts, the avatar moved to somewhere else).
- the dropdown bars interfered with the layout that had already been coded.
After looking at this, we've decided to revert back to the old scheme for
classic profiles. If you would like the dropdown bar in your classic profile, you can add the code:
.forum_userstatus { display: inline; }
to your customization, and it will display.
Current profiles had changes done, but since the changes did not affect positioning of elements I believe they aren't causing a problem.
In the future, we may make changes or tweaks to the profiles that cause your profiles to break, but as much as possible we'll try to warn you up front and give you some lead time so you can adjust to the new scheme.