Jump to content

Mats

Members
  • Posts

    353
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Mats

  1. Check this out: https://processwire.com/talk/topic/9234-search-for-partial-words-in-any-positionorder/
  2. This module renders a download link for imagefields. https://github.com/madebymats/ImageDownload
  3. @rick: Check out the thread kyle mentions in the op: https://processwire.com/talk/topic/2089-create-simple-forms-using-api/?p=19547
  4. Thanks for the heads-up! Since it's a beta i will wait until it's more stable and Marker cluster plug in is compatible with the new version.
  5. Leaflet is indeed very nice. I did a leaflet version of Ryans Google maps module. (Includes cluster functionality). Example here: http://tegelwebb.se/leaflet-map-test/ Here's the link to the module: https://github.com/madebymats/FieldtypeLeafletMapMarker-
  6. I don´t think you should have a index.html file in your site/templates folder. Only the template files, home.php etc. If you have a dot in the url the page will be routed to the home page. That's my experience wit dots in urls anyway.
  7. @iNoize: Did you try this for custom markup? https://processwire.com/talk/topic/2089-create-simple-forms-using-api/?p=19547 And this for custom class names: https://processwire.com/talk/topic/2089-create-simple-forms-using-api/?p=22191
  8. Hi Navid! What error message do you get when trying to log in again?
  9. I think the providers can be a part of the module as long as one can choose from others providers like Mapbox. Awesome markers support will be awesome!
  10. You've put the script in the <body>. Put it in the <head> instead: <head> <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script> </head>
  11. That's great Gebeer! I created a thread for the Leaflet version here.
  12. This is a Leaflet version of Ryans Google Maps marker module. @Github
  13. Mats

    Poll site

    Today Kalmar County Museum released a small campaign site where people can vote for their favorite building in the city of Kalmar (Sweden). The site uses latest PW dev version and Somas excellent Pollino module. The maps are powered by Leaflet and map tiles are from Mapbox. http://kvarnholmen.kalmarlansmuseum.se/
  14. Thanks for building this module Soma! And the detailed documentation is very helpful. I'm using it on a small campaign site here: http://kvarnholmen.kalmarlansmuseum.se/
  15. I think the category is a Pagefield.
  16. Mats

    Net magazine CMS Poll

    Net magazine is doing a CMS poll. Seems like you can vote multiple times which could make the poll a bit misleading. https://docs.google.com/forms/d/1QH9axSE7sS1B56KSxzVVzwE9Hg0gPiSNSvMy_ZFqRMM/viewform https://twitter.com/netmag/status/578594852524417024
  17. If you change the zoom to an integer? $options = array('zoom' => 7, 'height' => '700px');
  18. Stackoverflow http://stackoverflow.com/questions/7471830/google-maps-api-v3-weird-ui-display-glitches-with-screenshot
  19. The zoom controls doesn't work because of the css. Try this: #map_canvas_id img { max-width: none; }
  20. I tried to check if there was any output but i guess i must have done something wrong. I'll look at it again, thanks Soma!
  21. Is there a way of checking if the module finds any items to display in the navigation? What i would like to do is check if there are any navigation items found, if so show a link to the submenu further down the page (on mobile), if not don't display the link. Solved it with javascript instead.
  22. @awebcreature I have modified the MapMarker module so you can add a polyline (both admin and front-end). You can download it here: https://github.com/madebymats/FieldtypeMapMarkerDraw Please note that you should not use the module in production, but may give you an idea how to build the functionality you needed.
  23. I made a Leaflet version of this module: https://github.com/madebymats/FieldtypeLeafletMapMarker- Front-end demo: http://tegelwebb.se/leaflet-map-test/
×
×
  • Create New...