1
is it possible to display points associated with this module in a block (not custom)?
I'm using the module with WFSection and would need to know the smarty tag of points for submitted articles. I already tried $score, $comst, $totalpnts...
I know there are points given 'cause TopMembers (the UserPoints module) shows the users and their points.
maybe the syntax is wrong - it just shows the username and nothing else.
the block template looks like this (maybe the syntax is wrong - it just shows the username and nothing else):
<{foreach item=user from=$block.users}>
" valign="middle">
<{$xoops_uname}> |
<{$totalpnts}> |
<{/foreach}>