+1 for me. The “new_user_approve_pending_error” filter never fires — I just hit the WP “Nothing Found”.
http://blog.miraloma.org
It’s possible — the original manager had an independent developer do his theme development. How can I find out?
Thanks.
I solved my IE problem by adding the div-moving code to the ready event in jquery (using addLoadEvent would probably work, too). To wit:
<script type='text/javascript'>
jQuery(document).ready( function() {
putdivbefore('my_new_section_id', 'tagsdiv'); })
</script>
I’d still love to know how to put a custom edit box in the right column, where the publish date and save button are. I couldn’t find the hook for that, if there is one.