hey guys, I just visited this thread and made some adjustments to make this work for vb4.2.0 pl 3 today. Here's how to add member numbers to your member profile.
Edit MEMBERINFO template.
Find "edit_user_profile"
Below that, find "userinfo"
Add this to the list:
Code:
<br>Member #CZCC-{vb:raw prepared.userid}
In my case, I am adding "Member #CZCC-" to the description before the number shows. So, my users will ultimately see this:
Member #CZCC-235234
Hope this helps someone else. Thanks for the other tips!