Bug #650
Status Icon of Forum not shown on Forum Subscription List
| Status: | Closed | Start date: | 01/06/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Tom Moore | % Done: | 100% |
|
| Category: | User Control Panel | |||
| Target version: | 1.4.12 | |||
| Reproducibility: | Always | Database Type: | ||
| Reported In MyBB Version: | 1.6.0 | Database Version: | ||
| PHP Version: | SQA assignments: | |||
| Browser: |
Description
The Template "usercp_forumsubscriptions_forum" does not display the Status Icon of the Subscribed Forums
The Line
Original
<td class="trow1" align="center" valign="top"><img src="{$theme['imgdir']}/{$folder}.gif" valign="top" /></td>
needs to be changed to
<td class="trow1" align="center" valign="top"><img src="{$theme['imgdir']}/*{$folder['folder']}*.gif" valign="top" /></td>
Associated revisions
Fixes Status icon of Forum not shown on Forum Subscriptions List (fixes:650)
History
Updated by Ryan Gordon about 2 years ago
- Status changed from New to Rejected
No that's wrong. Adding an asterisk to the URL won't fix anything.
Updated by Ryan Gordon about 2 years ago
- Status changed from Rejected to New
Ah unless you just meant that to show what is changed.
Updated by Nifty xxl about 2 years ago
Yes, correct Line:
<td class="trow1" align="center" valign="top"><img src="{$theme['imgdir']}/{$folder['folder']}.gif" valign="top" /></td>
Updated by Tom Moore about 2 years ago
- Category set to User Control Panel
- 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 r4707.
Updated by Stefan T. about 2 years ago
- Status changed from Resolved to Closed