IE 7 has a little problem with the popups in the editor.. quick and standard editor..
as a fix vbulletin added a little popup page called ieprompt.html where you can enter the url of an image for example..
now if you do that when posting in gallery... the page forum/clientscript/ieprompt.html is not found because gallery is looking for it in gallery/clientscript/ieprompt.html ...
there obviously should be a clientscript replacement (it exists in header) also for showimage.php and newreply.php. I suggest this be done in 2.4
for the moment.. so that page will work.. as a trick i did following:
create a subfolder called "clientscript" in your gallery directory (without quotationmarks of course)
The from forum/clientscript copy the
file called ieprompt.html to
gallery/clientscipt
then open your new iepromt.html (the one you just copied) with your favorite texteditor.
Find:
Code:
Content visible to verified customers only.
and replace with:
Code:
Content visible to verified customers only.
NOTE: you have to enter the full URL (not the path) to your forum.. there is no way you can use $vboption[bburl] there.. as it is not a template but a standard html file...
Allthough it is not very elegant.. it seems to work..
Luc