Posted by fantomcat on January 27, 2008 at 2:19pm
Jump to:
| 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
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
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
Postponing this, as it has to do with the eventual move over to nodes for this module
Daniel