MyBB Community Forums

Full Version: Fields between reputation, warninglevel etc.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Because of my limited knowledge of the English language and MyBB I'll show you in some image within the information about what I would like to have on my forum.
[Image: dinges.PNG]

So I want to put something between things like warning level, reputation, post count and things like that showed at every post a user makes. How do I do that?
Put this into postbit_author_user templates:

{$post['fidx']}

Change x with the id.
Thank you so much! This was exactly what I was looking for!
By the way, is it possible to force registered users to fill in this field? It's something new I require to new users but I would also like this information about users who already have an account
If you set it to be a required field, they'll have to put something there when they next edit their profile.