Fork me on GitHub

left blocks not showing in pnphpbb2?  Bottom

  • I installed pnphpbb2 and when i go to the forum my left blocks are gone..i think it has something to do with my theme:

    Code

    <TD align="left" valign="top">
               
                 <? if ((pnModGetName() != 'PNphpBB2') && (pnModGetName() != 'XForum'))
                {
                echo "<td width=\"155\" valign=\"top\"> \n";
                blocks('left');
                } ?>
              </TD>
              <TD width="1"><img src="themes/bigfloor1/images/spacer.gif" width="1" height="20">
              </TD>


    how can i have my left blocks show? thank you in advance.
  • Change that code to:

    Code

    <TD align="left" valign="top">
               
              <?
             echo "<td width=\"155\" valign=\"top\"> \n";
             blocks('left');
             ?>
              </TD>
              <TD width="1"><img src="themes/bigfloor1/images/spacer.gif" width="1" height="20">
              </TD>


    --
    Home Page | Find on Facebook | Follow on Twitter

This list is based on users active over the last 60 minutes.