phpbb特定论坛页面样式
我在客户的网站上使用 phpbb,客户要求每个不同的论坛页面具有不同的背景颜色。
这样的功能没有内置到 phpbb 中(据我所知),那么我应该如何去做呢?可以直接修改phpbb的代码吗?
我的另一个想法是使用 js 条件语句,但由于论坛页面上的唯一区别是页面标题,我不知道如何格式化它。
I am using phpbb on a site for a client, and the client has requested that each different forum page have a different background color.
Such functionality is not built into phpbb (from what I can tell), so how should I go about doing this? Can I modify the code of phpbb directly?
My other thought was to use a js conditional statement, but seeing as the only difference on the forums page would be the page title, I don't know how I could format this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您可以以一种在软件更新时不会中断的方式包含 js,那么最好使用 url 中的论坛 id?
否则,这是在黑暗中进行的尝试,但请尝试以下操作:
If you can include a js in a way that won't break when the software is updated then that would be preferable, using the forum id from the url perhaps?
Otherwise, this is a stab in the dark, but try this: