Ok I figured this out myself..
My members got tired of viewing a thread... Then they would give karma to a member. But it would not return them to the thread they were reading once they rated someone. It would kick them to their profile.
So what I did was edit karma.php
Find:
PHP Code:
$vbulletin->url = 'member.php?' . $vbulletin->session->var['sessionurl'] . "u=$userid";
And remove it, save the file and upload it..
It will now bring you back to the page you were viewing..