-
Posts
354 -
Joined
-
Last visited
-
Days Won
2
Everything posted by Mats
-
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
-
http://processwire.com/api/modules/markup-pager-nav/
- 3 replies
-
- 1
-
- pagination
- pager
-
(and 4 more)
Tagged with:
-
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
-
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
-
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!
-
Fatal error: Cannot redeclare class SessionLoginThrottle on update
Mats replied to Mats's topic in General Support
That solved it. Thanks again! -
Fatal error: Cannot redeclare class SessionLoginThrottle on update
Mats replied to Mats's topic in General Support
Thanks! I'll try that. -
God jul och gott nytt år!
-
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
-
Thanks for checking Soma. Then i must be doing something else wrong...
-
Great new features indeed! After updating to latest dev-branch jquery fullcalendar and Somas Ajax search module stopped working on a local site. Cant find any errors in the console. Something totally unrelated to the update. Sorry for bugging you gentlemen.
-
Haven't tried it yet but Jquery Cycle is nice: http://jquery.malsup.com/cycle2/
-
Great!
-
Hello! Is there a way to translate the the add, cancel, change and select commands when using a Page field and multiple select. Atm i changed the code here to translate it (besides select): https://github.com/r...iple.module#L53