Help talk:Gadget-ImageAnnotator
Appearance
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)
"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)
- That question belongs here. ManishEarthTalk • Stalk 11:26, 22 March 2010 (UTC)
- 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)- 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)- 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)
- Does your wiki really generate image urls containing an IP? The read API is enabled by setting $wgEnableAPI to
- What do you mean by the read API? Yes, I have wikibits.js. This is from the source of my main page:
- 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