Actions
Bug #3586
closedKunena 2.0 forum rank image not displaying
Bug #3586:
Kunena 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
Actions