Actions
Bug #3586
closedKunena 2.0 forum rank image not displaying
Description
When using Kunena 2.0 the rank title is correct, but the image doesn't show properly due to template path added from configuration not necessary anymore. Now Kunena API needs to be used to retrieve the template path as follows.
$template = KunenaTemplate::getInstance();
$rImg = $template->getRankPath( $userRank->rank_image, true );
Files
Updated by krileon over 12 years ago
- File 3586.patch 3586.patch added
- Status changed from Assigned to Resolved
- Assignee changed from krileon to beat
- % Done changed from 0 to 100
Updated by krileon over 12 years ago
Updated by nant about 12 years ago
- Priority changed from Normal to High
Increased priority as this appears to be a simple patch without deeper implications (plus would be nice to have CB 1.9 + kunena show a good first impression on Joomla 3.0).
Updated by beat about 12 years ago
- Status changed from Resolved to Closed
- Estimated time set to 1:00 h
Committed in r1868 , thanks Kyle
Actions