Log in

View Full Version : Hard moving. Merge and delete problem (help please)


kralchat
05-25-2006, 04:30 PM
hello;

my supermod can delete , merge or move 200 post in same time. how can i limit ? i want to set maximum 3 post limit for post moving, merging and deleting options. how can i make?

peterska2
05-25-2006, 04:33 PM
in your inlinemod.php file edit this line your specifications

$threadlimit = 200;

NOTE: This is a hardcoded amount and so will affect all user groups.

kralchat
05-25-2006, 04:37 PM
thank you.

this limit is for evertything ? deleting, moving, merging ...

peterska2
05-25-2006, 05:27 PM
that affects everything that is to do with threads. the line above it affects everything to do with posts.