MyBB Community Forums

Full Version: mybb_users field postnum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey all,

I'm trying to build an community where ppl can post on the forum, but also leave a comment on news-topics (news-replay) ( not of the mybb forum ). Now i was wondering if there is a way to add, somewhere on the mybb part those news-replay, so that i can create some different levels for the users like:
These levels are then about the activity from the complete website
- beginner
- moderate
- pro
- expert
- king

now i've been looking into the db tables and in the table mybb_users is the field postnum. In the ideal situation i can just add those up, after an news-replay.
But i'm wondering can i just do that? Not that i'm breaking up some mybb functies with strange data and stuff..

already thnx for the replays
Post num is simply the post count. But if you did interfere with that then the statistics of the forum may mess up. As recounting them would only count the posts on the MyBB forum.
Oke, then i think that i will try to add an extra field into mybb

I've just run a small test, and it's working just fine

	1 add an extra field in mybb_users
	2 add an extra array element on forum/inc/functions_post.php ( around line 411)
	3 add the extra field to "Post Bit Templates -> postbit"
And the extra field is viewable into the topics
	4 add some extra thema's where you want that info