| Anonymous | Login | 05-24-2013 03:44 PM | ![]() |
| My View | View Issues |
| View Issue Details [ Jump to Notes ] | [ Print ] | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |
| 0002791 | SMF 2.0 | public | 2008-12-10 11:08 | 2008-12-10 17:38 | ||
| Reporter | Nao/Gilles | |||||
| Priority | normal | Severity | minor | Reproducibility | always | |
| Status | resolved | Resolution | fixed | |||
| Platform | OS | OS Version | ||||
| Summary | 0002791: Wrong sort value in contributions page | |||||
| Description | Profile-View.php, line 566: $context['page_index'] = constructPageIndex($scripturl . '?action=profile;u=' . $memID . ';area=contributions;sa=attach;sort=' . $sort . ($context['sort_direction'] == 'up' ? ';asc' : ''), $context['start'], $attachCount, $maxIndex); $sort is actually something like "m.poster_time", which appears hardcoded in the URL in page links. It should be replaced with $context['sort_order'], which holds the current value, such as "posted". Easy fix :) | |||||
| Tags | No tags attached. | |||||
| Attached Files | ||||||
Notes |
|
|
(0006305) Aaron (Developer) 2008-12-10 17:38 |
! The contributions area in member profiles wasn't sorting properly sometimes. (Profile-View.php) Revision 7682 |





