Project

General

Profile

Actions

Bug #3586

closed

Kunena 2.0 forum rank image not displaying

Added by krileon almost 12 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
High
Assignee:
Target version:
Start date:
09 July 2012
Due date:
% Done:

100%

Estimated time:
1:00 h

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

3586.patch (2.56 KB) 3586.patch krileon, 09 July 2012 14:35
cb.simpleboardtab.model.php (46.8 KB) cb.simpleboardtab.model.php Pre-patched CB 1.8.1 file krileon, 09 July 2012 14:42
Actions

Also available in: Atom PDF