Removing Image preview
63,457pages on
this wiki
this wiki
Forum page
Forums: Index → Support Requests → Removing Image preview
Wikia's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
To contact staff directly or to report bugs, please use Special:Contact.
Note: This topic has been unedited for 677 days. It is considered archived - the discussion is over. Do not add to unless it really needs a response.
How do I make it so when a person clicks on an image, they go to the image page instead of the same preview box opens up? Thank you in advance.—This unsigned comment is by Anno1404 (wall • contribs) . Please sign your posts with ~~~~!
- To disable the image popup, add the following to either your personal JS (just for you), or to the MediaWiki:Monaco.js to disable it for all users (providing the other users on your Wiki agree):
window.wgEnableImageLightboxExt = false;
- Hope that helps. Cheers, Grunny (talk) 06:22, July 1, 2010 (UTC)
- Makeshift Barnstar to you sir! Thank you SO much.
- In case someone else references this, monaco MUST be lower case:
- MediaWiki:monaco.js
- Also each editor can custom edit and suppress the image preview:
- So, for example, in my case I added:
window.wgEnableImageLightboxExt = false;
- to the newly created, blank page:
- User:Anno1404/monaco.js
- Anno1404 15:02, July 1, 2010 (UTC)