MikQuattro
02-23-2010, 11:34 PM
For whatever reason, user ranks have disappeared from the member profile page in v4, and I simply want to add it back. I have tried stealing the code from the postbit:
<vb:if condition="$post['rank']">
<span class="rank">{vb:raw post.rank}</span>
</vb:if>
and adding it to the member profile template, but it didn't work. I'm assuming because the variable isn't available for that page, but I'm unsure how to make it work in v4. Can anyone help? Please? :D
--------------- Added 1267048529 at 1267048529 ---------------
Okay, so that's a no-go then. Well, let me ask this then: can someone tell me how I can display content (some text, for instance) on a member's profile page according to their usergroup?
So, if the user is a member of usergroup 5, then display the text "Hello World"....sort of thing?
<vb:if condition="$post['rank']">
<span class="rank">{vb:raw post.rank}</span>
</vb:if>
and adding it to the member profile template, but it didn't work. I'm assuming because the variable isn't available for that page, but I'm unsure how to make it work in v4. Can anyone help? Please? :D
--------------- Added 1267048529 at 1267048529 ---------------
Okay, so that's a no-go then. Well, let me ask this then: can someone tell me how I can display content (some text, for instance) on a member's profile page according to their usergroup?
So, if the user is a member of usergroup 5, then display the text "Hello World"....sort of thing?