在论坛上发布消息的不同形式
是否有任何免费论坛(phpBB、SMF 等)允许您为论坛的不同部分选择不同的必填字段(用于发布消息)?
Does any of the free forums (phpBB, SMF, etc.) allows you to select different required fields (to posting messages) for different sections of the forum?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我知道 phpBB 没有办法轻松更改每个论坛发帖的字段(也就是说,不能不修改代码)。我很确定 SMF 和 MyBB 也不会。您可以做的是添加一个条件来查看用户所在的论坛(基于论坛 ID)并将某些字段设为必填,但除非您想全力以赴使用 ACP 模块(或更改当前的论坛模块以添加此),您将不得不对所有内容进行硬编码。
I know that phpBB does not have a way to easily change the fields on posting per forum (that is, not without a modification of the code). I'm pretty sure SMF and MyBB don't either. What you could do is add a conditional to see what forum the user is in (based on forum ID) and make certain fields required, but unless you want to go all out with an ACP module (or changing the current forums module to add this), you would have to hardcode it all.