创建新论坛时,选项是
Forum image:
Location, relative to the phpBB root directory, of an additional image to associate with this forum.
有没有办法添加图片作为实时链接?
答案 0 :(得分:0)
您有两种选择:
选项1:您可以在管理面板中将U_SITE_HOME定义为外部URL。但是,当他点击Breadcrumbs中的第一个链接时,他也将重定向到这个外部链接。
选项2:如果您只想要徽标的实时链接,并且只是针对您的论坛,则可以将第83行中的overall_header.html file更改为:
<a id="logo" class="logo" href="http://www.example.org" title="Example site "><span class="site_logo"></span></a>