MyBB{}标签显示而不是解释



我一直在编辑我的MyBB portal.php,直到最近它还显示得很好。我在最近的帖子上面添加了一个自定义的欢迎块,它显示得很好。

今天我开始整理代码,添加新的行(输入)和缩进,使代码更清晰。现在,在做了这些之后,有些事情出现了严重的问题。它显示的不是完整的MyBB页面样式,而是像{$header}这样的标签。下面是代码:

<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr><td valign="top" width="200">
{$welcome}
{$pms}
{$search}
{$stats}
{$whosonline}
{$latestthreads}
</td>
<td>&nbsp;</td>
<td valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
    <tr>
        <td class="trow1">
            <span class="smalltext">
<!--Main Welcome Panel-->
        <p style="text-align: center;">
            <img alt="" src="http://axelcraft.net/images/welcome.png" style="width: 1024px;" /></p>
        <p style="text-align: center;">
            <span style="color:#696969;"><span style="font-size: 24px;"><em><span style="font-family: hutrmold;">Get ready for a whole new minecraft experience.</span></em></span></span></p>
<!--Slideshow-->
<center>
    <iframe src="http://axelcraft.net/images/slides/slideshow.html" width="800" height="320" scrolling="no" frameBorder="0" style="overflow:hidden;"></iframe>
</center>
<!--End Slideshow-->
        <p style="text-align: center;">
            <span style="font-size:20px;">
                <span style="font-family: 'trebuchet ms', helvetica, sans-serif;">
                    Thanks for visiting AxelCraft! Start by <a href="http://axelcraft.net/member.php?action=register"><span style="color:#385947;"><span style="">signing up</span></span></a> to get the latest news and updates on the server as well as to register for <a href="http://axelcraft.net/forumdisplay.php?fid=9"><span style="color:#385947;">contests</span></a> and <a href="http://axelcraft.net/forumdisplay.php?fid=19"><span style="color:#385947;">events</span></a>!
                </span>
            </span>
        </p>
<!--End Welcome Panel-->
            </span>
        </td>
    </tr>
</table>
<br />
{$announcements}
</td>
</tr>
</table>
{$footer}
</body>
</html>

现在,当您导航到portal.php时,它只显示{$}标记和html段落。它应该像MyBB那样左右显示侧边栏和header。明白我的意思了吧

与这里的正常论坛页面比较。

我不知道是哪里出了问题,也不知道为什么不能正常显示。

我可能错了,但你是否在这里错过了an '>

<tr><td
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr><td valign="top" width="200">

相关内容

  • 没有找到相关文章

最新更新