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
for example: http://localhost/foro/forumdisplay.php?fid=3

this is my settings:

function mn_freak_settings(){
return array(
'type' => 0,//0 = threads, 1 = posts
'fids' => '3',//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:33 AM)Jonatthu Wrote: [ -> ]for example: http://localhost/foro/forumdisplay.php?fid=3
Do you have a test user posted a thread in that forum? Or only Admin posts in the forum?
only admin Tongue
(03-30-2013 06:33 AM)Jonatthu Wrote: [ -> ]'gids' => '2,3,6',//Only these usergroups are allowed to be a freak (separated by commas)
Include Admin usergroup to the list.
Im using an account as user and I already create a posts but its the same
Re-check the variable in your forumdisplay_threadlist template and the settings of the plugin.
Its working Biggrin
the plugin only shows the user and his post, right?
How can I put the link for his threads in that forum in the count of threads?
Install XThreads. It has an ability to filter threads by thread author:
http://mybbhacks.zingaburga.com/showthread.php?tid=415
Thanks!
Pages: 1 2
Reference URL's