XF 2.1 Thread Prefix

Do you mean that the prefix is available to those forums or that those forums require a prefix for every thread created?

The former is easily achieved in the prefix settings by selecting all forums.
 
This query should set a prefix to be required for all forums (untested):
SQL:
UPDATE `xf_forum` SET `require_prefix` = 1

As ever, take a backup before making changes to the database in this manner.
 
Top Bottom