First Post Reserved
Q: I have a lot of forums that I need to be able to hide, but I cannot hide them all. Help!
A: Yes, there is a limitation due to the properties of the mysql field. It is intended to hold up to 64 forums. If you need more than that, please run the following query:
[SQL]ALTER TABLE PFXusertextfield CHANGE excludeforumids excludeforumids MEDIUMTEXT NOT NULL[/SQL]
Make sure to replace PFX with your TABLE_PREFIX (it is found in config.php).
|