By tom-knox on
I've installed the User Badges module and the badges do display on the profiles, but not next to posts in the forum etc.
Can you help me please.
I've installed the User Badges module and the badges do display on the profiles, but not next to posts in the forum etc.
Can you help me please.
Comments
Bump!
Bump!
I've managed to get badges
I've managed to get badges into the line under 'Submitted' on nodes + under signatures on comments. But they wont show on the forums
Im using:
Drupal core
Advanced forums
User Badges
Barron (theme)
Can anyone help?
.
It would help if you pasted the PHP code you're using to add the badges so we can see what's wrong with it.
Michelle
--------------------------------------
See my Drupal articles and tutorials or come check out life in the Coulee Region.
comment.tpl.php<div
The line of
<?php print user_badges_for_uid($uid); ?>is used in both, with comment and node inside the round brackets respectively..
One thing I see in comments is that they will only print if there is a signature since it's in the same if test.
You used this same code in advf-forum-post.tpl.php as well?
Michelle
--------------------------------------
See my Drupal articles and tutorials or come check out life in the Coulee Region.