Community Central
Community Central
Forums: Index Help desk Getting rid of license template preview
Fandom's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
Archive
Note: This topic has been unedited for 5887 days. It is considered archived - the discussion is over. Information in this thread may be out of date. Do not add to unless it really needs a response.

I would really like to know how to deactivate this feature for myself only on a single wikia (fr.guildwars) because every time i upload an image there, almost every page i create need two of them, this feature cause the boutton for validating the upload to "jump" down the second i try to clic it.

I know that it's not a so big problem if i wait for the thing to load but i really dont need it. I mostly only use the screen capture template nowadays. That thing is just getting in the way, i was working faster before it was added. — TulipVorlax 16:08, 6 March 2008 (UTC)

Try to put that in a user-js (not tested):
addOnloadHook(function(){
	if (window.wgUploadLicenseObj){
		wgUploadLicenseObj.fetchPreview = function(){};
	}
});
--Ciencia Al Poder (talk) -WikiDex 20:44, 6 March 2008 (UTC)
It seems to work perfectly well. I've put it in my monobook.js over there. I'll leave it that way in a sort of testing stage hoping it wont need it. Lol.
A real big thanks. — TulipVorlax 11:42, 7 March 2008 (UTC)