Jump to content

szabesz

Members
  • Posts

    2,838
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by szabesz

  1. Yeah, TED Talks is stand-up comedy show... It has very little to do with "Ideas worth spreading". Thanks for sharing anyway, the first few minutes were really funny, then I got bored, skipped the end, and came back here to have a lot more fun in the ProcessWire "/talk"
  2. @flydev Thanks for the contribution! Sooner or later everyone needs a good (re)CAPTCHA.
  3. This is another great addition to the toolset of your No1 developer helper plugin! Thanx so much! "...hopefully it will be a significant timesaver when checking/debugging your site from other user roles." Sure, it will be! The only reason I sometimes used the ALIF module was the user switcher feature. Now we have a more feature rich solution, without needing to install another module.
  4. @EyeDentify I get what you mean, but this is a short of shortcoming when there is no huge capital behind an open source project. The constant evolution of the system is a must, so there are little resources left for the rest. But we might want to try out crowdfunding, to raise some money on the vey first ProcessWire "book" (it should be online, so that it can be updated easily by volunteers later on). such as: http://crowdfunding.com So anyone interested can spend the time on such a book, without sacrificing too much free time/resources, and the result can be what it really should be. This book should be about introduction to ProcessWire as a whole, front-end development, admin customizations and of course, module development. I would be happy to support such a book. Anybody else?
  5. The old wiki was still useful when one wanted to learn about the general concepts behind ProcessWire, but module development has evolved since then, so probably a good starting point is this: https://processwire.com/blog/posts/new-module-configuration-options/ BTW, as far as I know, there are no plans about saving the old wiki. If someone needs it, I have a version of it that was saved by a "web grabber". Just pm me, if you need it.
  6. This approach is quite good for the front-end, leading to better design. However we seem to be talking about the back-end/admin, where graphic design is of less concern, but usability is a must. Sure, to be able to use something one also needs decent graphic design, but the back-end is not about pleasing the eye, but about pleasing the deadline
  7. @madprocessor Instead of the frontend-editing features of 3.x, you can also consider using modules such as: JqueryFileUpload by kongondo http://modules.processwire.com/modules/jquery-file-upload/ FrontendUser by pwfoo http://modules.processwire.com/modules/frontend-user/ and others you can find in the module directory: http://modules.processwire.com/categories/users-access/
  8. I can imagine a landscape only gallery where saving some extra space is a good thing. However, it would be nice if we could just tick a checkbox labelled "use square thumbnails", which setting could be saved so that we can adjust the view to the use case in question.
  9. Well, we love it or not, this is how WordPress works. For those interested, here is a (guess what...) new plugin to clean things up: https://wordpress.org/plugins/wp-asset-clean-up/
  10. Hi, http://php.net/manual/en/function.include.php "When a file is included, the code it contains inherits the variable scope of the line on which the include occurs. Any variables available at that line in the calling file will be available within the called file, from that point forward. However, all functions and classes defined in the included file have the global scope." "Is it possible to have variables valid for the included file alone?" So I suppose the answer is no.
  11. Hi Jonathan, Any news on this? Probable release date?
  12. How about: 1=left|Side by side (image on right) 2=right|Side by side (image on left) 3=full|Full image (text on top) 4=small|Small article_overview_flexible_layout_type=full ?
  13. Especially I like the blog entries with LOREM IPSUM in all uppercase Anyway, site is cool and so are the products.
  14. Oh yeah, you never know what he's up to
  15. Hi, Are we talking about ProcessWire 3.x? Then it might be the namespace issue. The easiest way to fix it is to start all your template files, _func.php, _init.php, etc... with <?php namespace ProcessWire; More on this: https://processwire.com/blog/posts/processwire-3.0.14-updates-file-compiler-fields-and-more/
  16. Interesting Do you think people will figure out how to use the menu?
  17. related forum topic: https://processwire.com/talk/topic/352-creating-pages-via-api/
  18. wunderbar! gut -> besser -> tpr
  19. Thanks soo much! Can't wait to try it out. Unfortunately I have to deal with a deadline, but I will manage to try it out on the weekend, I'm sure.
  20. Well, all your mods should be part of ProcessWire by default, so...
  21. Thanx a lot tpr! Feature request for the Reno Theme: Set the sidebar accordion to be always open. This is what have already discussed here: https://processwire.com/talk/topic/7625-reno-theme/?p=120420 I like your screenshot, so why not adding it to this module?
  22. I would create a field for the section template to indicate in which language the page must be presented, and implement a language switcher (not for the visitor but as an algorithm to choose the language needed), you can use the docs as a starting point: https://processwire.com/api/multi-language-support/multi-language-urls/
×
×
  • Create New...