Hi there

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

Best regards
Morten

Comments

fantomcat’s picture

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

daniel.hunt’s picture

Assigned: Unassigned » 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

daniel.hunt’s picture

Status: Active » Postponed

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

Daniel

pomliane’s picture

Status: Postponed » Closed (won't fix)

This version of UIE Forum is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.

This issue has been automagically closed by a script.