Jeroen
Members-
Posts
35 -
Joined
-
Last visited
Everything posted by Jeroen
-
I just ran into this and thought you guys might like it as well as it seems like a really useful tool to me! It's called Kite and is still in beta, but in the end should be working with your editor of choice. Check out this video on youtube.
-
Comparing two files can be done by the opensource program WinMerge as well, if you're running a Windows machine
-
Maybe just use something like Cloudflare?! You might check this topic
-
Hi @thlinna, welcome to the forum! To answer you question, I've not, but I'm just as curious as you are. It looks awesome. Did you give it a shot in the meantime?
-
Thanks @LostKobrakai, I'm aware. I use the browser to debug. Will remove the setting afterwards @szabesz You're welcome!
-
i got this error on my local machine, using Blisk, an awesome browser for developers. adding this to your config.php will make things work again $config->protectCSRF = false;
-
Not sure if this is the right place to post this, but the example of the blogprofile seems broken
- 1 reply
-
- 1
-
getting a Phishing Website warning on one of my sites?!
Jeroen replied to bernhard's topic in General Support
Quite some scanners: http://www.urlvoid.com/ -
oops, missed that Methods are slightly little different though, but nice!
-
Something I like to use myself Create a bookmark and set the url to: javascript:void(q=prompt('ProcessWire.com Search:',getSelection()));if(q) void(window.open('http://google.com/search?q=site:processwire.com '+encodeURIComponent(q))) Enjoy!
-
Just checked out this module.. Wowww.. Brilliant!!!
-
Released: PadLoper (commercial eCommerce platform for ProcessWire)
Jeroen replied to apeisa's topic in Modules/Plugins
I just ran into Forward, a php opensource ecommerce platform. Looks great! Might be interesting to keep an eye on. I haven't tried it yet -
Thanks guys, it's working! @adrian, thanks for putting me on the right track. I was at the wrong one @cstevensjr, thanks! The cron is running
-
-
The module seems to work fine, but.. I have tested the URL, that needs to be executed by the CRON, in the browser using the locationbar and works like a charm, but I can't set the URL in cPanel. cPanel doesnt allow me to use the following characters (which are used in the URL): \ ? % * : | " > <
-
I'd like to make this work on a shared hosting account, but am not sure if it's possible. cPanel doesn't allow me to use some characters. Is there a workaround?
-
Thanks! I just ran into the same issue. So here are my dutch translations nl_js.txt nl_dlg_js.txt
-
Could the errors of John Kelleher be due to an incorrect order of the textformatters? As I change the order I get quite the same error (using TinyMCE)
-
Ah, great! Thanks interrobang
-
Found the answer myself $categories = $pages->find("template=category"); $maincategory = $page->parent; $categories->remove($maincategory); return $categories;
-
Hi guys, I need a little help on this. I want to be able to add optional categories to pages from a specific template. Main category will be set by the pagetree (parent) and the optional ones will be selectable by pagerefence (type:page). Only I want to exclude the one set by the pagetree (as this one should be set already; will do this by an import). I guess the solution can be done by a custom selector (input fieldsettings), but how? Any help would be greatly appreciated
-
Hi Josh, you can simulate different smartphones with google chrome press ctrl + shift + i goto settings (bottom right) click 'overrides' check user agent PS: site looks good!
-
Hi Jasper, I noticed a little typo. Tried to change it via git. As I'm totally new to github, I'm not sure if I did the right thing. Anyway: line 74 says piwik_max_kewords i/o piwik_max_keywords That's all Cheers, J
-
Correct I generally don't use a redirect if the maintenance is short, else I use a 503 because the spider leaves the pages in the SERPs like they were.
-
Pete, I'm not sure if it has something to do with your update, but it all seems to work!! Thank you so much