I read this thread all the way through, downloaded 2 different mod blocks, started to install one and realized the database structure didn't match mine at all. Tried the other with the file to track the blocks. All way more than what I needed. So I did further research and FINALLY found what I think most people here are asking for... a simple solution to making the forum look like a stand-alone.
So I decided to register here and share it because I'm so glad to have come across it myself...
SMF and PHP Nuke integration is ready! Take a look at it by clicking on the link above.
Kingmarine Nuke Cadet
Joined: Feb 13, 2007
Posts: 4
Posted:
Mon Feb 12, 2007 11:09 pm
Ok below is my code for my left modules and I have tried several of the ideas in this thread to get them to go away. Some of them work for me but my images are then all messed up and the theme just looks like (well you know). Any info would be greatly appreciated to get those left blocks to go away only in the forums.
// Left Side Bar and Starts Theme Table
echo "<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" align=\"center\">"
."<tr valign=\"top\">"
."<td width=\"50\" valign=\"top\" background=\"themes/Reborn/images/l_side.gif\"><img src=\"themes/Reborn/images/l_side.gif\" width=\"50\" height=\"2\" border=\"0\"></td>";
echo "<td width=\"181\" valign=\"top\">";
blocks(left); // displays active left blocks for module.
echo "</td>";
echo "<td width=\"5\" valign=\"top\"><img src=\"themes/Reborn/images/spacer.gif\" width=\"5\" height=\"0\" border=\"0\"></td>";
echo "<td width=\"100%\">";
}
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum