0

MyBB portal.php を編集していて、最近まで問題なく表示されていました。最近の投稿の上にカスタムのウェルカム ブロックを追加したところ、問題なく表示されていました。

今日、私はコードを整理し、改行 (Enter) とインデントを追加してコードを読みやすくしました。さて、これを行った後、何かがひどくうまくいきませんでした。完全な 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 のようにサイドバーとヘッダーを左右に表示することになっています。ここで私が意味することを見てください。

こちらの通常のフォーラム ページと比較してください。

何が問題なのか、なぜ正しく表示されないのかわかりません。

4

1 に答える 1