Ok, bug fixed. Just upload the attached edit_site.php file and overwrite the old one, and replace the Toplist_HTML_Code template with the following code:
PHP Code:
<if condition="THIS_SCRIPT == add_site">
$vbphrase[toplist_add_successful]<br />
<if condition="$vbulletin->options['toplist_moderate_sites'] == 1">
$vbphrase[toplist_sites_moderated]<br />
<else />
$vbphrase[toplist_sites_shown_instantly]<br />
</if>
<else />
$vbphrase[toplist_edit_successful]<br />
</if>
$vbphrase[toplist_html_code_message]:<br />
<if condition="THIS_SCRIPT == add_site">
<textarea cols="40" rows="4"><a href="$vboptions[bburl]/in.php?id=$sr[id]" target="_BLANK">$_POST[sitename]</a></textarea>
<else />
<textarea cols="40" rows="4"><a href="$vboptions[bburl]/in.php?id=$id" target="_BLANK">$_POST[sitename]</a></textarea>
</if>
Let me know if you have any problems. I also updated the zip file attached to the first post for those of you who haven't installed this hack yet.
Derek