cellarius |
03-08-2012 02:13 PM |
So you're in postbit after all? :confused:
In your first post, you wrote you would want to show it in the member's profile! As has been pointed out, the code needs to be different for profile (the memper's page you get taken to if you click on a username) and postbit (the information field on top or on the left of every post in threadview).
Try this:
Code:
<dt>{vb:rawphrase member_number}</dt> <dd>{vb:raw post.userid}</dd>
Make sure you have created a phrase "member_number" and have put it into an appropriate phrase group (global or, preferably if not used anywhere else, postbit). Note that you do not need the condition you have put around your code - the whole userinfo block in postbit is already wrapped in the exact same condition.
If you ask questions like that, please provide as much information on what you want to achieve where - makes it a lot easier to help :)
|