No,but i think the problem is this code which is shown to all (logged in or not)
Please Check your showthread (view source) if you also have this problem.
Code:
<script type="text/javascript">
<!--
function post_thanks_give_84842()
{
do_thanks_button = new vB_AJAX_Handler(true)
do_thanks_button.onreadystatechange(thanks_button_Done_84842)
do_thanks_button.send('showthread.php?do=post_thanks_button_ajax&p=84842')
do_thanks_add = new vB_AJAX_Handler(true)
do_thanks_add.onreadystatechange(thanks_add_Done_84842)
do_thanks_add.send('showthread.php?do=post_thanks_add_ajax&p=84842')
}
function thanks_button_Done_84842()
{
if (do_thanks_button.handler.readyState == 4 && do_thanks_button.handler.status == 200)
{
fetch_object('post_thanks_button_84842').innerHTML = do_thanks_button.handler.responseText
}
}
function thanks_add_Done_84842()
{
if (do_thanks_add.handler.readyState == 4 && do_thanks_add.handler.status == 200)
{
fetch_object('post_thanks_box_84842').innerHTML = do_thanks_add.handler.responseText
}
}
function post_thanks_remove_all_84842()
{
do_thanks_button = new vB_AJAX_Handler(true)
do_thanks_button.onreadystatechange(thanks_button_Done_84842)
do_thanks_button.send('showthread.php?do=post_thanks_button_add_ajax&p=84842')
do_thanks_remove_all = new vB_AJAX_Handler(true)
do_thanks_remove_all.onreadystatechange(thanks_remove_all_Done_84842)
do_thanks_remove_all.send('showthread.php?do=post_thanks_remove_all_ajax&p=84842')
}
function thanks_remove_all_Done_84842()
{
if (do_thanks_remove_all.handler.readyState == 4 && do_thanks_remove_all.handler.status == 200)
{
fetch_object('post_thanks_box_84842').innerHTML = do_thanks_remove_all.handler.responseText
}
}
function post_thanks_remove_user_84842()
{
do_thanks_button = new vB_AJAX_Handler(true)
do_thanks_button.onreadystatechange(thanks_button_Done_84842)
do_thanks_button.send('showthread.php?do=post_thanks_button_add_ajax&p=84842')
do_thanks_remove_user = new vB_AJAX_Handler(true)
do_thanks_remove_user.onreadystatechange(thanks_remove_user_Done_84842)
do_thanks_remove_user.send('showthread.php?do=post_thanks_remove_user_ajax&p=84842')
}
function thanks_remove_user_Done_84842()
{
if (do_thanks_remove_user.handler.readyState == 4 && do_thanks_remove_user.handler.status == 200)
{
fetch_object('post_thanks_box_84842').innerHTML = do_thanks_remove_user.handler.responseText
}
}
//-->
</script>