Hi,
Been having a good old search, but don't seem to be having much joy!
Is there a way to show how many resources a member has submitted in their postbit message block?
From memory, I don't believe that is available as a predefined entry, so you would have to edit the post_macros template and use $post.User.xfrm_resource_count to display the value.
From memory, I don't believe that is available as a predefined entry, so you would have to edit the post_macros template and use $post.User.xfrm_resource_count to display the value.
Something like that - you will need an if check to confirm the user has posted resources and then just format the display how you want.
You could also make the value link to the user's resources if desired.