我在网上找过相关“不同频道,不同LOGO”的教程。但都不完美,
e世博,门户和论坛可以实现,但排行榜和帮助等没有LOGO了。
因此,本人特整理一下,增加了排行榜和帮助的LOGO。
完美演示:信阳老茶馆论坛:
http://bbs.i0376.com
你的模板目录/common/header.htm
查找:<h2><a href="./" title="$_G['setting']['bbname']">{BOARDLOGO}</a></h2>复制代码替换为:<h2>
<a href="index.php" title="$_G['setting']['bbname']">
<img src="{if $_G[basescript] == forum}/static/image/forum_logo.gif
{elseif $_G[basescript] == home}/static/image/home_logo.gif
{elseif $_G[basescript] == group}/static/image/group_logo.gif
{elseif $_G[basescript] == portal}/static/image/portal_logo.gif
{elseif $_G[basescript] == userapp}/static/image/userapp_logo.gif
{elseif $_G[basescript] == misc}/static/image/misc_logo.gif
{elseif $_G[basescript] == member}/static/image/member_logo.gif{/if}" alt="$_G['setting']['bbname']" border="0" /></a>
</h2>复制代码将不同LOGO放到对应目录即可。