Jump to content

szabesz

Members
  • Posts

    3,020
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by szabesz

  1. Did you logout/login the client user?
  2. If you happen to use the UIkit Admin Theme then its very easy to craft any sort of custom GUI just by using its styles.
  3. Sure I've been doing it for a while. However, built in support would be most welcome.
  4. This hard coded icon path issue of UIkit is a pita, it can be fixed by using symlinks (at least on *NIX systems) but that is a workaround and not a solution. So true! I've already raised the same concerns. Changing the logo and the colors should be built in. The former is already supported, sure. But what about the colors?
  5. I couldn't agree more Maybe that is why I already proposed: https://processwire.com/talk/topic/17348-is-pw-becoming-more-popular/?do=findComment&comment=150914 "...I propose to make 2018 the year of the documentation, so to speak. What if we could stop hunting for new features for a while and concentrate on the following in 2018..."
  6. Sure. The issue is that there is more. For example the Blog is also full of organized info. At least one blog post is organized... but the all the blog posts as one entity is not really. Maybe one an endpoint which is actually a search feature that can search them all at once? Merging all this stuff looks like a mighty task.
  7. +1 Plus @mindplay.dk last visited the forums in Oct 2015 and seems to be working on non-PW related projects.
  8. I'm not aware of any additional work on this. Please give it a thumbs up at my GitHub request and you might also want to express why. New features are often added to ProcessWire when it is asked by lots of us...
  9. Maybe not the best solution but you might want to export a profile and reinstall the system.
  10. It would not be explicit but another thing I forgot to note is that there is no /product-categories/ nor /skin-concerns/ pages accessible by design, so what would happen if someone tried to go there? Thanks, not yet done just happens to be live
  11. There you go: https://www.szepelet.com/products/ There are two parent categories: product-categories and skin-concerns but the tree is: - products - categories (not this one nor children are frontend accessible directly) - product-categories - cat 1 - cat 2 - skin-concerns - cat 1 - cat 2 I did not want to do product-categories/body-care because there would also be skin-concerns/body-care but those two body-care categories are not the same, even though they are called the same (client's request...). So I explode and implode parent_child in order to create these "combo categories" on the fly by using URL segments. But this is just one example, any kind of tags an categories are good candidates for URL segments.
  12. https://processwire.com/api/ref/sanitizer/textarea/ "If using returned value for front-end output, be sure to run it through $sanitizer->entities() first." So it depends, if you do not trust your email client then use entities() too. It cannot hurt I think to use it, but you can experiment, of course.
  13. "Please note the default 255 character max length setting." https://processwire.com/api/ref/sanitizer/text/ Maybe?
  14. They spend too much time on social media The two "P"s are not even close, not to mention the rest. As for placing the emblem in front of the logotype: that is the most common way to produce a horizontal logo, naturally.
  15. +1 Along with a hard to miss notification maybe?
  16. If your project's budget permits: https://www.youtube.com/watch?v=Bohhf3aK8gU Unfortunately, I do not have ProDrafts (yet) but it seems to save with AJAX (and not just when AutoSaving) so you might wan to investigate how it actually works.
  17. One more module I forgot but I also use @teppo's ProcessChangelog module along with Activity Log: http://modules.processwire.com/modules/process-changelog/ I keep an eye on the RSS feed so that I get notified when someone makes changes. Quite handy too.
  18. @flydev Here come my findings: I installed Duplicator on my shared hosting account and also on a VPS and there are no timeout issues but I have noticed the following: - Package Manager's Support button is not liked to https://processwire.com/talk/topic/15345-duplicator-backup-and-move-sites/ - Similarly, lots of module developers also link to the support forum thread and the Module Directory page in the modules's More Information block. Currently it links to https://processwire.com which is not too useful - Package Manager has two buttons: Settings, Support. What about a "Clear Log" button as well? It would clear the Duplicator log file. - until DropBox support is back once more, you might want to update the first post of this thread where it says "Implemented" I use the built in cron.php and it works for me.
  19. @androbey May be you can use this or learn from it source code: @renobird's Activity Log module https://processwire.com/talk/topic/9838-module-activity-log/ Even though I use it on one site, I have not had much time to checkout this module properly so I only use its basic features and it appears to me that changes made to image fields are not logged but it could be possible to extend it. Also, this module keeps generating PHP warnings when a non-superuser is the one to make changes but seems to work otherwise, even on ProcessWire 3.x too. (I did not have the time to check why I have the warnings...)
  20. FYI ForkLift 3 Winter Sale This is the season of gifting, so we've decided to surprise you with a huge winter sale as a thank you for such a great year with ForkLift 3. All licenses are 50% off for a limited time. http://binarynights.com/forklift/store
  21. Currently I'm lucky enough to be able to pick whatever technology I want in order to deliver the end results and that is why my goals regarding web development are not learning something specific but to focus on the tasks I'm "assigned to". As long as everybody is happy with my work, I'm happy too There is always room for improvement but that's what keeps me interested anyway...
  22. I'm in the same boat but I set out fixed and achievable goals for myself. As log as I can reach my goals I do not care too much what other options are out there. I try to keep an open eye on the ever evolving technology but I also have 24 hours a day so we need to take it easy as much as possible. I do not know either but I'm sure I keep improving. Do not think they would surely not be happy to employ you, they just list whatever they think would be perfect for them. However, when there is no one in sight fulfilling those requirements then they are happy to employ the first one who can at least help them out
  23. szabesz

    opernhaus.ch

    One either uses standard GUI design so that visitors will not get lost and find their way around the website quickly or start to introduce unconventional GUI elements to showcase how creative one can be. The more unconventional UI one starts to use the more disorientated the visitor gets. This site pushed it to the extreme so it is really hard to find your way around in a pile of eye candy.
  24. https://processwire.com/talk/topic/17707-php-in-2017-rasmus-lerdorf-wearedevelopers-conference-2017/ You might want to watch it from 02:42 PHP was meant to be a templating language only (which it is still today) on top of the business logic written in C but as it turned out, nobody wanted to write and compile C. Sure, these days we have better alternatives when it comes to writing code that can be compiled to machine code but it still requires a lot more setup an configuration than to simply use PHP or Perl which are preinstalled on each webserver, ready to be used by writing a few lines of code or installing a CMS or framework in a few minutes. PHP is evolving and it is still a solid option for small or medium sized solutions and I guess 95% of the web belongs to those categories. Sure, when one is after a career of writing code for big companies (including big governments), PHP might not be the best language to practice. However, freelancers and small companies can still rely solely on PHP as far as running code on the server is concerned.
  25. Maybe you want to consider other ways to get some funding. A quick idea is "croudfounding". I'm not suggesting using such a service because as far as I know they cost money, so maybe a dedicated PW forum thread under the topic Beer Garden will do. We send you money the cheapest way possible (bank transfer?) and you update the first post of the thread announcing who sent what. You can assign a random ID to each donator and that way only you and the donator can identify it (in order to keep this info private.)
×
×
  • Create New...