Jump to content

szabesz

Members
  • Posts

    3,015
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by szabesz

  1. Sure we do, not yet in the core though... ? One can give a thumbs-up over here to support the request of adding it to the core: https://github.com/processwire/processwire-requests/issues/126 EDIT: ot here, but Padloper 2 should utilize FiledtypeDecimal, for example prices should be of this type. There are lots of currencies where a price like 100,000,000.00 is quite possible....
  2. I no longer login because I find that chat apps running in the background are very distracting and it is very difficult to work at the same time. This forum is more forgiving, I just have to check the "unread stream" (https://processwire.com/talk/discover/unread/?&view=condensed) a few times a day to see what is going on.
  3. I am sure it was not your intention and I understand why you posted this, however I am probably too strict in this matter. Also, I would be able to point out why I oppose the motivation behind this initiative but that would certainly be called politics.
  4. New Oxford American Dictionary, politics: among other similar definitions, it says: "...the assumptions or principles relating to or inherent in a sphere, theory, or thing, especially when concerned with power and status in a society..." Anyway, your reply to the topic is even one step closer to "hard core politics", so it is clearly a controversial topic. If I were to really tell you what I think about this topic, that would be certainly called politics. You see, people does not live in poverty or receive low income because they chose it (except for a very few individuals) but mostly because they are forced to. From this point on, we are talking about politics...
  5. @bernhard https://processwire.com/talk/topic/8234-community-rules-guidelines/ quote: "No discussion of politics or religion anywhere on these forums including the Off Topic boards - there are many other websites where you may discuss these topics."
  6. I'll need to think about this some more - I feel like we are starting to get into the territory of this module: http://modules.processwire.com/modules/process-access-overview/ which is not really the goal here, or at least it wasn't. I'll let you guys chime back in on what you think would actually be most useful. @LostKobrakai might not want to take his module any further, he also writes: Also, your Tracy Debugger module is an all-in-one Swiss Army Knife module to support development in general, so this feature would also be welcome.
  7. I dared not write these down ?
  8. I no longer use PHPStorm but it is also able to properly highlight concatenated strings of source code. So it depends on the capabilities of the IDE/code editor. I simply use the alternative PHP syntax: http://www.brian2000.com/php/understanding-alternative-syntax-for-control-structures-in-php/ in which case highlighting is supported by all editors.
  9. Any chance of hints or links pointing to somewhere where superusers can get more info on how to adjust those permissions listed?
  10. Related good article on Android app development at i-programmer.info : https://www.i-programmer.info/news/193-android/12177-android-studio-32-released-more-cruft-than-substance.html quotes: "So what is the latest revolution we have to suffer?" "Who knows what is Android best practice any more? The one thing we can all be sure of is that our old apps, of even six months ago, are all probably legacy." "The bottom line is that the Android forest has grown so much that not only can you not see the trees any more, all you can see are the weeds. If you go to the documentation you usually can't determine what is best practice and it is quite possible to spend months working on implementing something only to discover that there is some completely different way of doing it that is now the only way to do it."
  11. I like the following intro to the picture element: http://web.simmons.edu/~grovesd/comm333/modules/responsive-media/srcset/#art-direction the article links to a simple but good responsive demo page: http://web.simmons.edu/~grovesd/comm333/demo/responsive-media/srcset/art-direction.html Try using CSS Grids if you are concerned that google thinks using display:none is bad for SEO. I've read articles which say it is OK to use them. It is a controversial topic, some say google will penalize the site, some say it does not matter.
  12. That's OK for the last few seconds before time runs out, but the countdown timer should be in a fixed position. I always use AOS with a fixed header, so that is a good candidate but default themes do not seem to have a fixed header. Maybe Admin UIkit Theme does have a fixed header? I have not seen it for a while...
  13. It is also discussed in the issue I likened to. Eg.: "I guess at the minimum, the system should ask if the user really wants to trash the page as it is being referenced at least once "somewhere". It should also point out where the reference(s) are and what to expect if they decide to trash it..." Do you think it is necessary to open another issue?
  14. One more thing: since that issue has been discussed we have $page->references();: https://processwire.com/blog/posts/processwire-3.0.107-core-updates/#page-gt-references Maybe it is time to rethink it?
  15. related issue at github: https://github.com/processwire/processwire-issues/issues/620
  16. I use this app on my Mac: https://www.bluem.net/en/projects/plain-clip/ Press SHIFT when launching Plain Clip.app to see its preferences settings panel. I use it by launching it with ctrl+option+command+V and afterwards my launcher app performs a paste operation by simulating command+V. This way I rarely run into copy/paste issues like that.
  17. szabesz

    other CMSs

    How does your client edit content with a static site generator like this? I mean: adding end editing images, adding new "posts" an editing them, etc... Does Eleventy supports these? I am asking this, because I have never used a static site generator. Is it only for developers or for clients too?
  18. FYI. Well worth the read: https://www.i-programmer.info/news/81-web-general/12149-google-gives-amp-open-governance-still-not-good-enough.html "It doesn't matter if Google hands AMP over to an entirely benevolent foundation, as long as Google is adjusting its search and hosting the cache, it has too much control. The web served by Google isn't an open and free web, it is a walled garden in waiting."
  19. Reminds me of MorphOS: http://www.morphos.de/ which is still a 250MG disk image full of all sorts of GUI apps we are used to today and runs quite fast on a G4 PPC processor (more info: http://www.morphos.de/hardware). Last year I installed the demo of MorphOS on my G4 PPC and I really liked what I saw. I want to buy a silent power supply for he G4 so that its noise drops to a level where using it becomes enjoyable. I plan doing it next year, together with my son, just for fun. After all, he wants to become a programmer, so he needs be aware of efficient pieces of software out there. BTW, the author mentioned how shoddy browser based apps can be. Talented and dedicated programmers can do a lot better than that, of course, a very good example is: https://editor.construct.net/
  20. "There are some bright spots indicating that improving over state-of-the-art is not impossible." The author is probably not aware of another excellent piece of high quality software which should also be listed: ProcessWire ?
  21. @josua118 Shooting in the dark: are you maybe doing something like <p><?php echo $page->body ?></p> ? You do not have to surround it with a p tag, simply use <?php echo $page->body; ?> instead.
  22. Just turn on "Show system templates" in the template list. Edit the template level field settings as usual: If you have the great Custom Inputfield Dependencies module by @Robin S installed, you can easily implement any sort of custom visibility (even by using PHP and the PW API).
  23. The admin theme selection should be configurable with admin_theme. Anyway, another trick is to edit the Fields settings of User template and on the Input tab of the given field set the visibility to Hidden (not shown in the editor).
  24. If I understand it correctly, you can do it by adjusting the settings of the core User Profile module: "What fields can a user edit in their own profile?" which also removes them from the user's profile page.
  25. I see. I'm still on Reno, and get white text when LightWire is being used.
×
×
  • Create New...