I am a new owner of VB and a couple of things I would like to do are.
List just recent topics as links on my website in a pre-determined section of my front index page I have seen external.php but how do I control the style of how it is displayed.
Code:
<script src="http://www.yourdomain.com/forumpath/external.php?type=js" type="text/javascript"></script>
<script type="text/javascript">
<!--
for (i in threads)
{
document.writeln(threads[i].title + " (" + threads[i].poster + ")<br />");
}
//-->
</script>
Doesnt really say much for how to implement it with my rows/background imgs i want to be associated with it.
The second thing I would like to do is does anyone know of a modx/vbulleting working bridge? I asked on modx forums and everyone uses smf/phpbb no one pays

I found an old one by bonzai but it appears to no longer be functioning.
If I can atleast get the forum topic links started then I would be happy I want to place them on the left side where it says forum topics here
http://www.angrygaming.org/agn/
really appreciate any help given and I am really happy I purchased vb was worth every penny.
--------------- Added [DATE]1255952592[/DATE] at [TIME]1255952592[/TIME] ---------------
siomebody help please even if its just a link to some proper documentation.