How can I do this?
Jonatthu Offline
Junior Member
**
Posts: 34
Joined: Mar 2013
Post: #1
Wink How can I do this?
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
03-28-2013 03:04 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #2
RE: How can I do this?
Maybe query to your db to get the "top 5 users" in that forum?

03-29-2013 06:27 AM
Find all posts by this user Quote this message in a reply
Jonatthu Offline
Junior Member
**
Posts: 34
Joined: Mar 2013
Post: #3
RE: How can I do this?
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?
03-29-2013 09:53 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #4
RE: How can I do this?
Maybe similar to this:
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=1264&pid=1053

03-30-2013 01:09 AM
Find all posts by this user Quote this message in a reply
Jonatthu Offline
Junior Member
**
Posts: 34
Joined: Mar 2013
Post: #5
RE: How can I do this?
I did that but nothing happened Ouch with this {$mn_freak}

I cant see anything displaying in my forum display
03-30-2013 06:12 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #6
RE: How can I do this?
What's the settings?

03-30-2013 06:22 AM
Find all posts by this user Quote this message in a reply
Jonatthu Offline
Junior Member
**
Posts: 34
Joined: Mar 2013
Post: #7
RE: How can I do this?
What do you mean with settings? Ouch
03-30-2013 06:23 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #8
RE: How can I do this?
(03-27-2012 06:38 AM)RateU Wrote:  Open up the file, change these settings:

PHP Code:
18
19
20
21
22
23
24
'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)


03-30-2013 06:26 AM
Find all posts by this user Quote this message in a reply
Jonatthu Offline
Junior Member
**
Posts: 34
Joined: Mar 2013
Post: #9
RE: How can I do this?
I did that but nothings happened Ouch I put this
{$mn_freak} in gal_thread_list template but nothings happened Ouch
03-30-2013 06:29 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #10
RE: How can I do this?
Did you change the settings to suit your need? For example, the forum id, usergroups id and etc?

03-30-2013 06:31 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: