Joey805
02-01-2006, 05:04 AM
I am working on integrating my forum by putting a left column on it using the instructions provided for Integrating Other vB Pages & Hacks and all seems to work fine except on my showthread.php
The only thing I did was ad the two lines of code to the top of the page, just like this:
<?php
define('VBA_PORTAL', true);
define('VBA_PAGE', 'include');
For some reason the posts have moved over to the right about an inch away from the Navigation Menu. I need to move it back over to the left, next to the navigation box. It only does this on showthread.php. All other pages work correctly. I have provided screen shots of it on index.php working correctly and also showthread.php which has the extra space.
Can someone tell me how to fix this?
Thanks,
Joey
The only thing I did was ad the two lines of code to the top of the page, just like this:
<?php
define('VBA_PORTAL', true);
define('VBA_PAGE', 'include');
For some reason the posts have moved over to the right about an inch away from the Navigation Menu. I need to move it back over to the left, next to the navigation box. It only does this on showthread.php. All other pages work correctly. I have provided screen shots of it on index.php working correctly and also showthread.php which has the extra space.
Can someone tell me how to fix this?
Thanks,
Joey