两个PHPBB问题
我想知道我是否可以获得有关两个问题的帮助:
首先,假设我有一个随机变量来加载两个不同的注册屏幕,这是可能的吗? IE。 有和没有验证码的一个? 或者有或没有我想使用的其他东西?
其次,是否可以有第二个登录框? 说某人已经登录,向他们显示另一个人,这可能允许他们再次登录,或者当我想使用它时,显示他们知道另一个人的密码?
I was wondering if i could get some help with two questions I have:
Firstly, is is possible, assuming I have a random variable to load up two different registration screens? Ie. one with and without the captcha? or one with and without some other stuff i would like to use?
Secondly, is it possible to have a second log in box? say someone is already logged in, to display another to them which could potentially allow them to log in again or as I want to use it, show they know another persons password?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Chris 您是否尝试过询问 phpBB 社区论坛 上的人?
他们也许能够帮助你,因为我认为修改 phpBB 是他们的面包和黄油。
Chris have you tried asking the guys on the phpBB community forums?
They might be able to help you as I would assume that modifying phpBB is thier bread and butter.
http://www.phpbb.com/community/?sid=fde569d6a492d70273b878edfeece0f4
一个好地方是检查 phpBB 网站上的 phpBB MOD 数据库,看看是否有其他人已经做到了。
如果您确实找到了一些可以满足您要求的功能,请确保其版本正确。 phpBB2 mods 不适用于 phpBB3,反之亦然。
A good place to check is the phpBB MOD database on the phpBB website to see if someone else has already done it.
If you do find some that do what you want, make sure it's for the correct version. phpBB2 mods will not work on phpBB3 and vice versa.
phpBB 是开源的,因此您可以修改它来完成这两件事 - 但它们不是开箱即用的选项。
phpBB is open source, so you can modify it to do both those things - but they are not options available out-of-the-box.