I was hoping someone could help me out with the site integration mod. I'm was formating my forum and realized that when the user is and admin or not logged in I get the left column but if the user is logged in but not an admin everything gets squeezed into the left column. Here is a link to the site and a login to test. Thank you for any help!
I double checked and there is only one section to change and I think I got it right. To be sure I have attached a txt copy of this file to the thread so that maybe you could see what I did wrong. Thank you.
The only restriction with this MOD is that any code within one the inlcude files must be complete in terms of table structure i.e.
<table> <tr><td>[blah]</td></tr> </table>
If there is a missing (or extra) <td> or </td> or <tr> or </tr> problems arise. In your case the code inside inc_site_left.asp that is presented to the browser when somebody is logged in, has incorrect table structure. Check carefully through that file for missing or extra table-related tags.
You hit the nail right on the head! My Log IN/OUT add on was messed up. When I removed it everything was ok so I found some code you wrote and posted on the forum and used that. Now everything is great! See you helped and didn't even know it Check out the site again when you get a chance and tell me what you think. Your mod rocks!