如何在phpbb中解析URL中的括号[]
是否有可能解析其中包含方括号的链接(url),因为 phpbb 将这些用于 BBcode?
我不是在谈论 BBcode [url]www.google.com[/url],而是像 www.google.com/foo[test]end 这样的链接。
如果可以在 phpbb 中实现,我将在哪里以及如何执行此操作? (哪个文件)
我找到了 drupal 的示例,我可能可以在其中使用正则表达式,但我仍然不知道要编辑哪个文件和内容... http://drupal.org/node/190466
Is it even possible to parse a link (url) that has square brackets in it since phpbb uses these for there BBcode?
Im not talking about the BBcode [url]www.google.com[/url] but just links like www.google.com/foo[test]end
If it is possible in phpbb where and how would I go about doing this? (which file)
I found an example for drupal, which I might be able to use there regex, but I still don't know which file and what to edit... http://drupal.org/node/190466
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此处查看 phpbb3 的 JIRA
Have a look at JIRA for phpbb3 here