-
Posts
2,952 -
Joined
-
Last visited
-
Days Won
20
Everything posted by szabesz
-
Also: https://processwire.com/blog/posts/introducing-a-new-processwire-site-profile/
-
I see Thanx anyway!
-
Not sure either, however, the feature in its current state could be "improved" that way. After all, now we have to do it manually. Maybe an option in the Settings for those who want it to "stay" maximized?
-
Yes, I do. Oh well, then it was just a misunderstanding. So you mean it is not possible to re-maximize it automatically? The idea here is to work in maximized mode only, not being distracted (too much) by periodic saves.
-
I updated to AOS 1.3.6, nothing has changed (as expected). This is what happens: Edit: screenshot was removed because of privacy concerns.
-
The person who marked this as CON did not understand Processwire... And they left out the same in the case of WordPress: "Everything has to be a 'custom post' even if you don't use it as a post". Same for Drupal: "Everything has to be a 'node' even if you don't use it as a node" This is just the chosen terminology, so the person who made it up does not understand too much
-
Thanks for the tip, sadly it did not work Anyway, I only use/used AOS to mod the editor. I cleared the cache, tried it in Firefox too, and it does save the page so it is the new JS at work, it just cannot do maximize at the end. No JS error in the console either. Worst kinda issue...
-
Is there a limit on the number of users within PW ?
szabesz replied to Doc's topic in General Support
What if he is building Facebook II ? -
How to show message in backend when user choose a certain field value
szabesz replied to Gideon So's topic in General Support
@Macrura Last link points to a forum which is not public. I wonder if you can provide more info for the rest of us. -
Thanks @alan! I'm a happy CodeKit user too. Since I do not start a new frontend project too often, I keep forgetting all the related cli stuff (commands, updates, incompatibility issues, etc..), that is why I stick to CodeKit. For me, CodeKit is the timesaver.
-
Thanks! Save works but it cannot re-maximize it afterwards. At first I got a PW error notification which said something like: "body field could not be found" (I do not have the exact message) but after that it just fails without any error in sight.
-
Better than nothing It would be awesome if you could add it.
-
Hi @tpr Should ctrl+S/command+S trigger the save action in the maximized view as well? It does not work for me on Mac/Chrome.
-
Could you please put it in a "Spoiler" (eye icon in the toolbar).
-
Because of this, I would be interested in a team effort to build some common grounds based on the new Markup Regions and UIkit 3. If there were enough of us to take this path, we should be able to build some unofficial "PW theme for developers". I agree
-
Welcome @carloswinkel ProcessWire frontend "templates" are called "site profiles" and while there are plenty free ones to choose from, I can't think of anything which might provide what you need out of the box. There is only one commercial site profile, but that one might be a bit off topic: http://seavuel.com/ however, even this site profile is not "updatable" anyway, so you are free to change anything in the ProcessWire world as long as you do not change the core (files in /wire) There exists a PayPal module: http://modules.processwire.com/modules/payment-paypal/ PW 3 compatibility is not stated, but it does not mean it can't work, it just means the developer had not had the time to sort it out. Should you have issues with it, you can ask the developer Apeisa, who is still heavily involved in ProcessWire development so I guess this module should be supported in the future as well. Regarding tutorials, I recommend this one: http://blog.mauriziobonani.com/processwire-basic-website-workflow-part-1/ http://blog.mauriziobonani.com/processwire-basic-website-workflow-part-2/ http://blog.mauriziobonani.com/processwire-basic-website-workflow-part-3/ http://blog.mauriziobonani.com/processwire-basic-website-workflow-part-4/ and this one: https://medium.com/@clsource/understanding-processwire-templates-fields-and-pages-201aecd0a1a4#.upwyztack Hope this helps. Also, as @rick said: "...you can always ask for specific advice..." Anything is possible with ProcessWire, but you will need to code. However, it is relatively easy to put together complex solutions with PW.
-
@Robin S is right, Git will not solve your main issue. You might want to consider using online solutions, like: https://codeanywhere.com/pricing To tell the truth, I do not have any experience with such services, so I do not know how much they can help regarding your database connections. I always work with two databases, local and live.
-
CodeRunner 2 is on sale at MacUpdate: https://www.macupdate.com/app/mac/38362/coderunner Mostly I use it for writing shell scripts, mocking up algorithms in PHP, JavaScript/jQuery. But is also supports other programming languages as well. https://coderunnerapp.com/ "An advanced, highly flexible, and easy-to-use programming editor for your Mac. CodeRunner supports a large number of languages, and delivers big IDE features while remaining lightweight and clutter-free."
-
- code editor
- programming
-
(and 5 more)
Tagged with:
-
Hi all, My first – hopefully useful – ProcessWire related tutorial: http://szabesz.hu/blog/install-processwire-in-a-subfolder-on-shared-hosting-cpanel_ins-sub/
-
Module FrontendUser: login, logout and register users / members
szabesz replied to pwFoo's topic in Modules/Plugins
I'm interested in the near future I will need something like this and I will be happy to help as much as I can. -
I do not know much about ServerPilot, but I think it is "just a tool" to manage "classic" linux servers (FAQ: http://gopanel.io/faq): "With goPanel you can install/manage/configure on Unlimited servers (VPS or Dedicated)" also: What Linux distributions do you support? Ubuntu 14.04 (LTS), 14.10, 15.04, 15.10, 16.04, 16.10 CentOS 6.x, 7.x Amazon Linux 2016.03 Red Hat Enterprise Linux 6.x, 7.x Debian 7 and 8 As @Sérgio pointed out: "Looks like a timesaver" so you do not have to cli to setup a lot of features usually required, and it runs on your Mac doing the cli work for you via its GUI.