I tried to change the code from this
Code:
<span onmouseover="this.style.cursor='hand';" onClick="window.open('/forum/modcp/banning.php?do=banuser&userid=$post[userid]','ban','width=500,height=375,scrollbars=yes')">Ban $post[username]</span>
to this
Code:
<a href="/forum/modcp/banning.php?do=banuser&userid=$post[userid]">Ban $post[username]</span>
And I get 404 error :S