User talk:Jeroen De Dauw
[edit] A kitten for you!
O_o
Jeroen De Dauw 22:57, 5 October 2011 (UTC)
[edit] A barnstar for you!
| The Technical Barnstar | |
| Heiya Jereon, this is for your tireless efforts on making extensions more professional as well as having an ear for the community. I and presumably a lot of other people out there very much appreciate this. Cheers and keep up your excellent work. -- [[kgh]] 10:19, 10 December 2011 (UTC) |
Contents
| Thread title | Replies | Last modified |
|---|---|---|
| Editor rights | 1 | 15:37, 14 January 2012 |
| Older version of Spark? | 1 | 19:37, 6 December 2011 |
| Semantic Google Maps with kml? | 4 | 23:47, 29 November 2011 |
| Ratings Extension | 1 | 19:43, 11 November 2011 |
| extension developement | 0 | 06:46, 17 October 2011 |
| Mainspace redirect to your userpage? | 2 | 19:40, 26 September 2011 |
| Extension:SlimboxThumbs | 4 | 04:57, 9 November 2010 |
| Let's Cornify the world! | 1 | 12:21, 10 October 2010 |
| RSS download | 2 | 18:35, 30 July 2010 |
| Semantic MediaWiki | 1 | 13:29, 26 May 2010 |
Hi, I have an extension named eduWIKI, but now I have to go through Pending Changes. Is it okay if you would add Editor to my user account? Thanks!
Hi,
Do you happen to have a version of Spark that would work with MW version 1.16.5? My organization would really like to implement your extension, but since we just upgraded to 1.16.5 I don't think we'll be upgrading to 1.17 for quite some time.
Thanks. Linda
Jeroen, for a documentation site on landgrabbing issues I managed to set up a semantic mediawiki (1.17) including semantic maps (1.03). Forms and a results map have been straightforward to implement, but now I have been asked if we could display the contents of a kml or kmz file in such a map. I have tried to understand the maps code (I am not really good in php), but I found no real entry point or hint that this is implemented in semantic google maps. From my understanding, it however seems to have been implemented in the normal mediawiki google maps.
Could you please shed some light on this?
If you use Google Maps v3 as service (which is the default), then you can add kml and kmz files using the kml and gkml parameters. These are accepted by display_map, display_points and semantic queries with format map or googlemaps.
{{
#ask: ABQIAAAAaufLn-pud1u2U6PL9te-BBTSCke0pf_Q3FbnK4iLZ8CjvGATgBSyLJTPlQhtdtcsHoxC4sdYWbv3IQ
[[Category:DemoLandgrab]]
| ?Has GeoKoordinaten
| ?GeoKoordinaten
| ?kml=http://wiki.space2live.org/mw/images/4/44/Ashaninka.kml
| format=map
}}
This is what I do so far - it displays the map with the places from the DemoLandgrab category if they have coordinates. I thought I could add the kml coordinates to this map - visible only when zooming in. But I would be at least as happy with a map showing only the kml outline, I just couldn't find out the syntax how to accomplish that.
The KML parser of Semantic Maps does not support the LinearRing element, so it, and all the point it contains, are getting dropped. You can try the gkml param instead, which sends the KML to Google services and get the tiles from there.
Thanks, Jeroen. I couldn't get it to work immediately, but will try again tomorroy. Additionally I found your blog plus some documentation on referata.com, which will probably help.
Thanks again, also for this excellent extension to MediaWiki
Markus
I hope I didn't give the impression that I was impugning you or the extension - you do excellent work all around, please keep it up!
hello, i'm the owner of www.ratingstars.org and i'd like it to become a reviews website where any logged in user can submit star rating (10 stars) as many times he wants, but for every user there will be 1 average. so overall rating would look like this: The Avatar Movie 7,55/1000 votes/200 users. it will allow to generate chart with line presenting changes of the average in time. it should also allow authors of the articles to manually include ratings (average and number of votes) from external websites during the page edit.could you do that? and how much does it cost? maybe you would like to cooperate on this website and share profits?
Hi
I just installed this on MedaWiki, but can not get it to work.
MediaWiki is ver 1.15. I downloaded the latest snapshot of SlimboxThumbs from SF. Installed the SlimboxThumbs folder etc in /extensions/ I added "include_once("$IP/extensions/SlimboxThumbs/SlimboxThumbs.php");" at the end of LocalSettings.php
My image is addressed by "
"
Is there something I've missed?
You can see it at http://wiki.webtrees.net/Access_and_Privacy
Nigel
What is "SF" in "I downloaded the latest snapshot of SlimboxThumbs from SF"? Also, what am I supposed to see on the linked page? I don't see anything odd, and there doesn't appear to be any "My image is addressed by".
Sorry for those confusions. Ignore "SF", my error. I got the download of SlimboxThumbs by clicking on "Download snapshot" at www.mediawiki.org/wiki/Extension:SlimboxThumbs.
The link attached to "My image is addressed by" was converted to an image link, on the right of the post. Not much use to you, I realise. Sorry. Try http://wiki.webtrees.net/Access_and_Privacy
If you click on the image there, captioned "Setting user access", on the right-hand side, I expected it to open in slimbox, but it doesn't.
I have no doubt its my error - but need to help to see where.
Nigel
Are you able to help, or is there someone else I should be asking?
I intend to have a poke at this issue at some point, but that can take a while. After all, I'm not the maintainer of SlimboxThumbs. Sadly enough the person that is the maintainer does currently not have the time to look at it. So you are probably best of waiting with using the extension until it's more stable.
Jeroen,
Great widget! We need more of these ;)
I've added some async loading to it so it doesn't slow down target site! ;)
Hi Jeroen, I notice you have some experience with SMW. Can you please help me troubleshoot a page on my wiki? See http://libertapedia.org/w/index.php?title=Edward_Brown_%28prisoner%29&oldid=23038 (working version) and http://libertapedia.org/wiki/Edward_Brown_%28prisoner%29 (non-working version). I replaced the #ask with #show. Isn't that the command I'm supposed to use when I'm only trying to get one result? Once this is figured out, then there is a template I am also trying to troubleshoot, and then hopefully everything will be working as intended. Thanks.
By the way, if you get stuck on your project, or just want to bounce ideas of someone, feel free to drop me a line. I've only been programming MediaWiki for a few months, but I'm fairly good at research, and sometimes it's helpful to have a second pair of eyes look at a problem.