-
Posts
1,011 -
Joined
-
Last visited
-
Days Won
8
SiNNuT last won the day on December 13 2015
SiNNuT had the most liked content!
Profile Information
-
Gender
Male
-
Location
The Netherlands
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
SiNNuT's Achievements
-
Why are my pages only accessable in default language?
SiNNuT replied to Timo's topic in Multi-Language Support
Will this do the trick? https://processwire-recipes.com/recipes/activate-all-languages/ -
Just skimming this thread quickly but wanted to point to the html5 boilerplate htaccess which has some pretty robust stuff for supressing/forcing www and https. These have always worked for me on a variety of hosts. https://github.com/h5bp/server-configs-apache/blob/master/dist/.htaccess
-
http://cssgridgarden.com
-
Adding language broke database and PW admin
SiNNuT replied to mikeuk's topic in Multi-Language Support
I don't want to sound too defensive here but PW gets a pretty decent amount of usage, from 'simple' sites to things quite more complex. If it were to break down often after performing common actions i don't think it would still have such a sizable following. In fact, i would say that PW is pretty damn stable. I understand that the admin becoming inaccessible is a frustrating and undesired experience but is has been addressed in more recent versions. I think you're a little quick in doubting the quality of PW's development. -
I could have sworn that i've once seen something like this floating around the forum. I think it was a textformatter that autmates toc and is used on the PW sites for blog posts and such. Can't find it though
-
Cool stuff!
-
I'm not quite clear what you mean but maybe these are some solutions: (first) child redirect: here and here (menu) item that links to another page: here
-
@AndZyk Compass and Autoprefixer don't do exactly the same thing.
-
QGIS, a really great and capable free, open-source gis software. Plugins available to make some quick and easy webmaps. Inkscape, definitely not flawless but as far as free vector graphics progs go, it is hard to beat.
-
Nice site MuchDev. Only checked it out on smartphone and noticed a couple things: - there is a small horizontal scroll on the site - the cart is a bit off with margins/padding, stuff coming up to the edges etc. - when adding some items the cart counter in the menu does not update Unfortunately i can't do screenshots atm but it might be worth checking things out on smartphone / small screens. Used an xperia z, chrome and android 5.1.1
-
As horst explained a lot (most?) of modules will work just fine on, even if compatibility is not yet explicitly listed. But most of all: a lot of new stuff and upgrades have gone into PW3, starting from https://processwire.com/blog/posts/processwire-2.6.20-and-surprise-processwire-3.0-alpha-1/ and basically every following blog post.
-
Error: Maximum function nesting level of '100' reached, aborting!
SiNNuT replied to desbest's topic in General Support
You can probably find enough on xdebug with Google. It's a debugger/profiler for PHP and not unique to ProcessWire. Reading this thread will give enough info i guess. If you don't use xdebug you can turn it off altogether or adjust the setting LostKobrakai mentioned in php.ini