Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何免费论坛(phpBB、SMF 等)允许您为论坛的不同部分选择不同的必填字段(发布消息)?
我知道 phpBB 没有办法轻松更改每个论坛发帖的字段(也就是说,不能不修改代码)。我很确定 SMF 和 MyBB 也不会。您可以做的是添加一个条件来查看用户所在的论坛(基于论坛 ID)并要求某些字段,但除非您想全力以赴使用 ACP 模块(或更改当前论坛模块以添加此),您将不得不对其进行硬编码。