Intergrate User Badges Module with UIE

fantomcat - January 27, 2008 - 14:19
Project:UIE Forum
Version:5.x-1.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:zoro
Status:postponed
Description

Hi there

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

Best regards
Morten

#1

fantomcat - January 30, 2008 - 09:30
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

zoro - February 13, 2008 - 17:23
Assigned to:Anonymous» zoro

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

zoro - June 5, 2008 - 23:12
Status:active» postponed

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

Daniel

 
 

Drupal is a registered trademark of Dries Buytaert.