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 #1

Updated by krileon almost 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
Actions #3

Updated by nant over 11 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).

Actions #4

Updated by beat over 11 years ago

  • Status changed from Resolved to Closed
  • Estimated time set to 1:00 h

Committed in r1868 , thanks Kyle

Actions

Also available in: Atom PDF