Bug #355
member.php custom profile fields alternating trow issue
| Status: | Closed | Start date: | 08/08/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Ryan Gordon | % Done: | 100% |
|
| Category: | Member page | |||
| Target version: | 1.4.10 | |||
| Reproducibility: | Database Type: | |||
| Reported In MyBB Version: | 1.4.8 | Database Version: | ||
| PHP Version: | SQA assignments: | |||
| Browser: |
Description
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.
Associated revisions
Fixes Search finduserthreads problem with limit (fixes:356)
Fixes member.php custom profile fields alternating trow issue (fixes:355)
History
Updated by Ryan Gordon over 2 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset r4419.
Updated by Stefan T. over 2 years ago
- Status changed from Resolved to Closed
Updated by Ryan Gordon over 2 years ago
- Target version changed from 1.4.9 to 1.4.10
- Reported In MyBB Version set to 1.4.8