Bug #3586
closed
Kunena 2.0 forum rank image not displaying
Added by krileon over 12 years ago.
Updated about 12 years ago.
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
- File 3586.patch 3586.patch added
- Status changed from Assigned to Resolved
- Assignee changed from krileon to beat
- % Done changed from 0 to 100
- 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).
- Status changed from Resolved to Closed
- Estimated time set to 1:00 h
Committed in r1868 , thanks Kyle
Also available in: Atom
PDF