MyBB Hacks

Full Version: How can I do this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I need to put a count of threads, posts and top users, per forum insade of a forum for example:

(navigation) Index/Category/Games

Forum: Games       /  Threads 3

Post 1                  / Posts 30
Post 2                  /Top 5 users in this forum.
Post 3

How can I do this?
Sorry for my english if I wrote weird Tongue
Maybe query to your db to get the "top 5 users" in that forum?
yeah the problem is that I dont know SQL or php very well, I dont have any idea Ouch
I dont want bother you but i need help :C Can you help me?
I did that but nothing happened Ouch with this {$mn_freak}

I cant see anything displaying in my forum display
What's the settings?
What do you mean with settings? Ouch
(03-27-2012 06:38 AM)RateU Wrote: [ -> ]Open up the file, change these settings:

PHP Code:
'type'	=> 0,//0 = threads, 1 = posts
'fids'	=> '2',//Forum IDs applied for this plugin (separated by commas)
'gids'	=> '2,3,6',//Only these usergroups are allowed to be a freak (separated by commas)
'limit'	=> 5,//How many users should be displayed
'tlmt'	=> 0,//In hour(s). Only for threads/posts submitted in the last x hour(s). 0 = No limit.
'nlmt'	=> 0,//Only accept freak if their num of threads/posts in this forum is above this setting. 0 = No limit.
'avdim'	=> '50x50'//Maximum avatar dimensions (width x height)

I did that but nothings happened Ouch I put this
{$mn_freak} in gal_thread_list template but nothings happened Ouch
Did you change the settings to suit your need? For example, the forum id, usergroups id and etc?
Pages: 1 2
Reference URL's