Bug #618
Alternating trows on profile page
| Status: | Closed | Start date: | 12/24/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Tom Moore | % Done: | 100% |
|
| Category: | Profile | |||
| Target version: | 1.4.12 | |||
| Reproducibility: | Always | Database Type: | ||
| Reported In MyBB Version: | 1.6.0 | Database Version: | ||
| PHP Version: | SQA assignments: | |||
| Browser: |
Description
On 1.6 profile page the rows alternate as follows:
Joined: trow1
Last Visit: trow2
Total Posts: trow1
Time Spent Online: trow2
Members Referred: trow1
Reputation: trow1
Warning Level: trow2
Also on 1.6 and 1.4 they go like this:
Homepage: trow1
Email: trow2
Private Message: Send MattR a private message. trow2
ICQ Number: trow1
AIM Screen Name: trow2
Yahoo ID: trow1
MSN ID: trow2
It works when email is turned off as then that row is gone, but for consistency there could be a check for if it's off and change the alternation.
Associated revisions
Fixes Alternating trows on profile page (fixes:618)
History
Updated by Huji Lee about 2 years ago
This is because the class name is hardcoded in member_profile_reputation and member_profile_warn templates. An update to the templates will be required for this bug to be fixed; the aforementioned templates should accept $classReputation and $classWarn as variables; and these variables should be correctly set as 'trow1' or 'trow1' inside member.php
Updated by Tom Moore about 2 years ago
- Category set to Profile
- Status changed from New to Assigned
- Assignee set to Tom Moore
- Target version set to 1.4.12
Updated by Tom Moore about 2 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset r4698.
Updated by Stefan T. almost 2 years ago
- Status changed from Resolved to Closed