One suggestion for your mod Chuck would be to find a way to move the PP menubar to the footer. With the threads bar and the pp just below it, it looks cluttered.. I usually move mine to the footer on the main page. Also the profile and logout tags in the pp menubar are not needed, since the threads bar has em

My souliton was to empty out the menubar template, (except for the needed PP tags etc) and put this at the bottom of the index page.
<br />echo<<<PPPRINT <br /></form> <br /><br /> <br />$ppopen <br /> <tr> <br /> <td class="tddetails" align="center" width="100%"> <br />$menu <br /></td> <br /></tr> <br />$ppclose <br /> <br /><br /> <br /><br /> <br />PPPRINT; <br />
What do you think?