As requested by lasto. In this example I'll show you how to add a new counter, that you can enable for forums, to count new threads started in there by a member. Everywhere where I use the word Jokes you can replace it with what you want to call it!
Run these query's:
You must first be a
registered member to view any code.
Add a new plugin (hook: forumadmin_edit_form):
You must first be a
registered member to view any code.
Add a new plugin (hook: forumdata_start):
You must first be a
registered member to view any code.
Add a new plugin (hook: newthread_post_complete):
You must first be a
registered member to view any code.
Add a new plugin (hook: useradmin_edit_column1):
You must first be a
registered member to view any code.
Add a new plugin (hook:userdata_start):
You must first be a
registered member to view any code.
Edit template postbit and postbit_legacy.
Find:
You must first be a
registered member to view any code.
Add under:
You must first be a
registered member to view any code.
That's it

Hope it worked for you, if not? Feel free to ask
