I'm on 4.2.1 and it didn't work for me.
The link never appears anywhere. I tried including it in the headinclude and the editor_clientscript template.
It appears to be an issue with the Javascript file. When I look at the source code I can see the code is incomplete.
Example of
http://mod.postimage.org/vbulletin-e...ink-family.js:
Code:
// MOD Title: Simple Image Upload
// MOD Author: Sium < admin@postimage.org > (N/A) http://postimage.org/
// MOD Version: 1.5.0
if(typeof postimage_lang==='undefined') {
var postimage_lang="english";
var postimage_add_text="Add image to post";
function postimage_query_string(postimage_search_name){
if(window.location.hash{
postimage_query=window.location.hash.substring(1).split("&");
for(postimage_i=0;postimage_i
That is exactly where the file ends.