Bug #355

member.php custom profile fields alternating trow issue

Added by Ryan Gordon about 1 year ago. Updated 12 months ago.

Status:Closed Start:08/08/2009
Priority:Normal Due date:
Assigned to:Ryan Gordon % Done:

100%

Category:Member page
Target version:1.4.10
Reproducibility: Browser:
Reported In MyBB Version:1.4.8 Database Type:
PHP Version: Database Version:

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

Revision 4419
Added by Ryan Gordon about 1 year ago

Fixes Search finduserthreads problem with limit (fixes:356)
Fixes member.php custom profile fields alternating trow issue (fixes:355)

History

Updated by Ryan Gordon about 1 year ago

  • Status changed from Assigned to Resolved
  • % Done changed from 0 to 100

Applied in changeset r4419.

Updated by Stefan T. about 1 year ago

  • Status changed from Resolved to Closed

Updated by Ryan Gordon 12 months ago

  • Target version changed from 1.4.9 to 1.4.10
  • Reported In MyBB Version set to 1.4.8

Also available in: Atom PDF