vBulletin 外部页面BBCode
我将 vBulletin 与自定义首页集成。我想知道如何在该页面上使用 vBulletin BBcode(我在那里显示一些帖子)。
有什么建议吗?
I integrated my vBulletin with custom front page. I'm wondering, how could I use vBulletin BBcode on that page (I'm displaying some posts there).
Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好只使用 vBulletin 本身的 BBCode 解析器。它相对容易使用,这里有一个例子:
您可能需要使用
chdir
玩游戏,以包含 vBulletin 树之外某处的global.php
,但我确信您无论如何,对于其他集成都必须这样做。 :)也有限制标签的方法,只需翻阅
class_bbcode.php
,您就会看到一些相当明显的起点。It's probably best to just use the BBCode parser from vBulletin itself. It's relatively easy to use, here's an example:
You may need to play games with
chdir
to includeglobal.php
from somewhere outside the vBulletin tree, but I'm sure you've had to do that for other integration anyway. :)There are way of restricting the tags too, just have a rummage around
class_bbcode.php
and you'll see some fairly obvious places to start.