Download & Extend

Intergrate User Badges Module with UIE

Project:UIE Forum
Version:5.x-1.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:daniel.hunt
Status:postponed

Issue Summary

Hi there

Is there a way to integrate the User Badges Module with the UIE ?.

Best regards
Morten

Comments

#1

Component:User interface» Code

Well i found out that the Drupal Advanced forum module can show badges using this simple php code in forum-thread-tpl.php :

<?php if (isset($user_badges)) { ?>
        <div class="author-badges">
          <?php print $user_badges ?>
        </div>

Now i just wonder if its possible to adapt it to work with UIE Forum.

Morten

#2

Assigned to:Anonymous» daniel.hunt

Not quite that easy I would imagine. I haven't looked into the badges code, but if you're willing to look for hooks I could implement in uieforum, I'd be happy to help :)

Daniel

#3

Status:active» postponed

Postponing this, as it has to do with the eventual move over to nodes for this module

Daniel

nobody click here