Jump to content

Help talk:Gadget-ImageAnnotator

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Poymode (talk | contribs) at 10:02, 23 March 2010. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

This is the talk page for the experimental ImageAnnotator feature. If you experience any bugs or other problems while trying it out, or if you have suggestion improvements, please leave a note here. Lupo 11:10, 8 March 2010 (UTC)[reply]

"Add a note" button not present

Hello, I followed the install guide on [1]Gadget-ImageAnnotator/Installation but the "Add a note" button is not present. Anyone can help? I have also added $wgUseAjax = true; in LocalSettings.php Poymode (talk) 11:14, 22 March 2010 (UTC)[reply]

That question belongs here. ManishEarthTalkStalk 11:26, 22 March 2010 (UTC)[reply]
Yes, but since he's asked and I've seen it, I'll answer it here: do you have the read API enabled on your wiki? Does your wiki serve the normal wikibits.js? Did you adapt the configuration to the setup of your wiki? Did you change the LAPI_file_store variable in MediaWiki:LAPI.js on your wiki as appropriate? Can you post a URL to your wiki (if it's public, of course)? Lupo 12:44, 22 March 2010 (UTC)[reply]
What do you mean by the read API? Yes, I have wikibits.js. This is from the source of my main page: <script type="text/javascript" src="/wiki/skins/common/wikibits.js?207"></script>. Actually, I haven't made my wiki live yet. Still testing it on my local. This is my LAPI_file_store: var LAPI_file_store = "http://10.48.30.154/wiki/images/";. btw, sorry for posting in unappropriate section.Poymode (talk) 03:26, 23 March 2010 (UTC)[reply]
Does your wiki really generate image urls containing an IP? The read API is enabled by setting $wgEnableAPI to true in LocalSettings.php. Lupo 08:58, 23 March 2010 (UTC)[reply]
Well, yes. For example if I entered http://10.48.30.154/wiki/images/logo.png then the logo would show up. I just enabled my $wgEnableAPI and set it to true. Any core pages that should be customized? Is the LAPI_file_store very important? I was thinking that all images in the variable's Path will the only ones be considered by the ImageAnnotator, Am I right on this? Poymode (talk) 10:00, 23 March 2010 (UTC)[reply]