the math spam is a permission… if you are using drag and drop, just set all permission sets to have the bypass spam control permission set to true…
you have lots of jquery errors on your pages… use firefox with firebug and the console open when you load a page… you will see them…
big one:
“NetworkError: 404 Not Found – http://mygarageshop.com/forum/general-discussions/jquery.js/”
so appears you are trying to hard code load js??? on forum pages? its going to be coming from these:
<!–
<script type=”text/javascript” src=”jquery.js”></script>
<script type=”text/javascript”>
$(document).ready(function(){
$(“form”).submit(function(e){
alert(“Submitted”);
});
});
</script>
<script src=”http://code.jquery.com/jquery-latest.js”></script>
<script type=”text/javascript”>
$(document).ready(function(){
$(“.mg-FacebookContainer”).mouseleave(function(){
$(“.mg-FacebookContainer”).scrollTop(0);
});
});
</script>
also would suggest turning off wp comments on the forum page… that comment opening/closing box is quite annoying! 😉