Medal Display - Display Points As an image

  • Topic Author
  • Visitor
  • Visitor
11 years 11 months ago #10821 by
How can i get the medals to display under Profile image / And hello me?

Is it possible that instead of displaying Points, it will display an image similar to how karma images work?

Please Log in or Create an account to join the conversation.

  • Visitor
  • Visitor
11 years 11 months ago #10831 by
defined('_JEXEC') or die('Restricted access');
require_once( JPATH_ROOT . DS . 'components' . DS . 'com_community' . DS . 'libraries' . DS . 'core.php' );
if(!class_exists('plgCommunityAupProfile')){
class plgCommunityAupProfile extends CApplications{
var $name = 'AUP Profile';
var $_name = 'aupprofile';
var $_path = '';
var $_user = '';
var $_my = '';
function onProfileDisplay(){
JPlugin::loadLanguage( 'plg_aupprofile', JPATH_ADMINISTRATOR );
$config = CFactory::getConfig();
$showrank = $this->params->get( 'showrank',1 );
$showmedals = $this->params->get( 'showmedals',1 );

Maybe something like that added to Hello me and JS Profile?

Please Log in or Create an account to join the conversation.

Time to create page: 0.302 seconds
Powered by Kunena Forum
Disclaimer: Nordmograph is not affiliated with or endorsed by The Joomla! Project™. Any products and services provided through this site are not supported or warrantied by The Joomla! Project or Open Source Matters, Inc. Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.