Quote:
Originally Posted by Lynne
I think you may have to actually modify the code around line 454 of class_dm_threadpost.php to change this for posts. Do a search in your files for "floodchecktime" and you'll see the various files it shows up in (checking in blogs, visitormessages, report posts, picture comments and group messages all use it).
|
Hello Lynne
Thanks for your Reply, as i am a newbie. I am stuck on Line 454
!can_moderate($this->info['forum']['forumid'], '', $user['userid'], $user['usergroupid'] . (trim($user['membergroupids']) ? ",$user[membergroupids]" : '')))
Should i ad usergroup ids in $user['usergroupid'] . (trim($user['membergroupids']) ? "?
and what to do after this?
Need bit detail if possible.