Limit Prefixes per thread

Alpha1

Active Member
Reactions
181
We only need multiprefix for our bug tracker forums.
My members are creating half of our threads with multiple prefixes. Sometimes they add 12 prefixes to one thread. Ever since I installed multiprefix we just keep on removing them and contacting members. There is no end to it. Its really a major issue for us.

Please implement a limit per thread node setting.

Feel free to invoice me the hours for this function. I will be glad to pay you for it.
 
@Alfa1 it should already exist per forum:
Capture.PNG


You can bulk set it with the following SQL:

Code:
update xf_forum set xm_max_prefixes = 1 where node_id not in (2);
Just replace the 2 in "node_id not in (2);" with the forums you want to keep unlimited. Or just manually update them after
 

Users who are viewing this thread

Back
Top