Ok so now I have a new question and possible problem. Check out my main page at
www.verticalterrain.com
You can see that this hack is working as it is displaying my 2 test threads down under the new posts nav bar. Anyhow if I go in to my admin cp and edit the "Latest Threads Skin" template which I assume would be the template that the latest threads code is calling on it doesn't utilize the template. How do I know? Because even if I change the background color in the table to white it won't change. This has nothing to do with existing HTML or CSS on my home page because I have even tried it in a blank PHP page and it still doesn't work... This is the code that in generated for the lastest threads...
PHP Code:
<?php include("http://www.verticalterrain.com/forums/vrssi.php?id=lt&climit=100&amount=10");
That is also the code that I am using in my main page. It's obviously working but I can't change anything on the template, even when I do it doesn't show up any different... Any ideas?