Awesome hack, I really like it.
A few of the issues I had installing are:
1. Originally I had "[]" below my smilies, rather than the [Open] link. Clicking Edit on one of the phrases then saving saving without making any changes fixed it for the Newthread but not for the Edit. I'm still looking into this one.
2. I am using /forum as opposed to /forums so I needed to change the vbulletin_editor.js edit from
Code:
function open_geek_gallery_window(is_wysiwyg) {
photoWindow=window.open('../forums/geek-gallery-popup.php','geekgallery','scrollbars=yes,resizable=yes,width=550,height=500');
}
to
Code:
function open_geek_gallery_window(is_wysiwyg) {
photoWindow=window.open('../forum/geek-gallery-popup.php','geekgallery','scrollbars=yes,resizable=yes,width=550,height=500');
}