Jump to content

Mats

Members
  • Posts

    360
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Mats

  1. I'd like to add a dynamic parent class based on the page name. Is there a way of doing this at the moment or is it possible to add such a feature? Something like: 'parent_class' => 'parent {name}' or 'active_parent' => true This is such a great module and time saver! Thanks for creating it Soma!
  2. Good to hear and thanks for the feedback!
  3. I implemented the first of your requested features (MarkerClusterer) in your RCDMap class. You can find it here: http://processwire.com/talk/topic/690-map-marker-fieldtype/page-3#entry25865 Here it is in action (built for mobile): alltpaoland.com
  4. radioparadise.com. Plays a lot of great stuff.
  5. It returns the next page id. So you have to use $page->next->title to get the title ie. And a linked title: <a href='{$page->next->url}'>{$page->next->title}</a>
  6. Try this: $page->next $page->prev http://processwire.com/api/variables/page/
  7. Here's another one: https://docs.klarna.com/en/getting-started
  8. If you only need website you could use the dev version. No custom fields though.
  9. Welcome Manaus! I think you could have a parent page as building and child pages as apartments. There is a autocomplete function in the page field which could be used for categories/apartment feature etc. /Mats
  10. http://processwire.com/api/modules/markup-pager-nav/
  11. If you use the dev version of PW you have built in support for Gravatar and webiste. https://github.com/ryancramerdesign/ProcessWire/tree/dev/wire/modules/Fieldtype/FieldtypeComments
  12. Updated Ryans/drilonbs code to include marker cluster and custom icons. Marker clusters need this script to work. Here are the updated scripts: https://gist.github.com/4648340 Use at your own risk... If anyone with actual javascript skills could take a look at it, i'd appreciate it. /Mats
  13. Obrigado Diogo! And thanks for the link fix Pete!
  14. I'm trying to use https://github.com/galen/PHPGoogleMaps to render Google maps from PW templates, but i can't get it to work. Any ideas on how to get this working from templates? Or is bootstrapping the way to go? /Mats
  15. This might help: http://processwire.com/talk/topic/955-translatable-file-list/#entry8100 And welcome to the forums!
  16. That solved it. Thanks again!
  17. When i update the wire folder with the latest dev-branch i get: Any ideas why this is happening and how to solve it? /Mats
  18. God jul och gott nytt år!
  19. I had the same issue when uploading images. Turned out that my storage space on the server was full. You probably already checked but wanted to mention it as a possible problem. This also turned out to be a mod_security setting. Once changed everything started working as expected.
  20. Swipeview feels almost like a native slideshow. Unfortunately i found it hard to implement the script.
  21. Works like a charm! Thanks again!
  22. Thanks for the update. Unfortunately i get the following error: (I'm on dev 2.3) Error Exception: Method AjaxSearch::addScripts does not exist or is not callable in this context (in /Applications/MAMP/htdocs/kalmarlansmuseum/wire/core/Wire.php line 232) #0 /Applications/MAMP/htdocs/kalmarlansmuseum/wire/core/Wire.php(293): Wire->__call('addScripts', Array) #1 /Applications/MAMP/htdocs/kalmarlansmuseum/wire/core/Wire.php(293): AjaxSearch->addScripts(Object(HookEvent)) #2 /Applications/MAMP/htdocs/kalmarlansmuseum/wire/core/Wire.php(229): Wire->runHooks('render', Array) #3 /Applications/MAMP/htdocs/kalmarlansmuseum/wire/modules/Process/ProcessPageView.module(98): Wire->__call('render', Array) #4 /Applications/MAMP/htdocs/kalmarlansmuseum/wire/modules/Process/ProcessPageView.module(98): Page->render() #5 [internal function]: ProcessPageView->___execute() #6 /Applications/MAMP/htdocs/kalmarlansmuseum/wire/core/Wire.php(271): call_user_func_array(Array, Array) #7 /Applications/MAMP/htdocs/kalmarlansmuseum/wire/core/Wire.php(229): Wire->runHooks('execute', Array) #8 /Applications/MAMP/htdocs/kalmarl This error message was shown because you are logged in as a Superuser. Error has been logged.
  23. Thanks for looking into it. Much appreciated!
  24. Hi Soma! Would you consider adding shortcuts for closing the search results list and stepping up/down in the search result list, like in the Admin Hot Keys module? I tried adding the functionality my self, but my "coding skills" wasn't sufficient. Thanks for a great module! /Mats
×
×
  • Create New...