-
Posts
360 -
Joined
-
Last visited
-
Days Won
2
Posts posted by Mats
-
-
Good to hear and thanks for the feedback!
-
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
-
2
-
-
radioparadise.com. Plays a lot of great stuff.
-
1
-
-
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>-
1
-
-
-
1
-
-
Here's another one: https://docs.klarna.com/en/getting-started
-
If you only need website you could use the dev version. No custom fields though.
-
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
-
-
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
-
1
-
-
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
-
2
-
-
Obrigado Diogo!
And thanks for the link fix Pete!
-
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
-
This might help: http://processwire.com/talk/topic/955-translatable-file-list/#entry8100
And welcome to the forums!
-
1
-
-
That solved it. Thanks again!
-
Thanks! I'll try that.
-
When i update the wire folder with the latest dev-branch i get:
Fatal error: Cannot redeclare class SessionLoginThrottle in /wire/modules/Session/SessionLoginThrottle/SessionLoginThrottle.module on line 17Any ideas why this is happening and how to solve it?
/Mats
-
God jul och gott nytt år!
-
2
-
-
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.
-
Swipeview feels almost like a native slideshow. Unfortunately i found it hard to implement the script.
-
Works like a charm! Thanks again!
-
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.
-
Thanks for looking into it. Much appreciated!
-
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
MarkupSimpleNavigation
in Modules/Plugins
Posted
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
This is such a great module and time saver! Thanks for creating it Soma!