pwFoo
Members-
Posts
708 -
Joined
-
Last visited
Profile Information
-
Gender
Not Telling
Recent Profile Visitors
8,880 profile views
pwFoo's Achievements
-
Module FrontendUser: login, logout and register users / members
pwFoo replied to pwFoo's topic in Modules/Plugins
Hi, I'm moved away from PW some time ago because I stopped build websites or server site web applications and so unhappily have no use case for Processwire... For me Processwire is still the best CMS. Create content types / pages and fields and create content / pages with the backend and enjoy the flexibility to build your page with html, css, js and the awesome PW api ? With more complex applications, you also benefit from the flexibility and the powerful API, but more like from a framework / CMF. Without restrictions regarding the frontend. Write own modules, plugins and hooks is really easy to learn. Frontend User was one of my first modules I wrote. And the community is great ? -
pwFoo started following Push notifications for PW , Client Login and Processwire as a Headless CMS
-
Hi, do not use my old "FrontendUser: login, logout and register users / members" module... It's not up to date and not maintained for a long time...
-
Hi, I would build a website with embedded videos (because of used video source maybe need to use iframe...) and would like to export sites to PDFs. Before I start with PW / pages2pdf... is it possible to export a page to pdf with the embedded video? Anyone tested that use case? Regards
-
I thought about different cms/f and headless cms (for example directus, cockpit). Processwire can be used as headless cms out of the box (response with json) or with a rest api module. Directus / cockpit looks great, but it would be so much easier to use processwire with custom code / modules to add some server side features I think? Will PW as headless cms bloated by template system and some more non-headless features? Maybe best would be a rest api module with a process module? Would that skip some not needed core parts like template parser? Will that reduce overhead or maybe there isn't really overhead by not needed core features?
-
Nice to see a push notification module, but I would love a universal webpush api module for that case? Browser dependent push notifications working with edge, firefox, chrome (for android) without forced to use one push service. Just let the browser decide.
- 15 replies
-
- push
- notifications
-
(and 1 more)
Tagged with:
-
Module FrontendUser: login, logout and register users / members
pwFoo replied to pwFoo's topic in Modules/Plugins
Hi, module isn't maintained or tested anymore. I love PW, but at the moment I don't need / use it. Because of missing time I stopped web development / fun tasks some time ago... -
pwFoo started following TextInputAwesomplete , Searching for a forum software for mobile and with push notifications , Better database abstraction and 3 others
-
It isn't really difficult to setup with php and javascript. Working example: https://webpushdemo.azurewebsites.net/ Custom server php lib for testing: https://github.com/web-push-libs/web-push-php I tried to build it with php and js, which works. But the js part isn't a library for simple use... I tested it some time ago, but the code should work... https://notify.it-dengler.de/index.php Just subscribe / enable notifications and wait 5 seconds (configured delay). It also works if you disable and enable notifications and close the browser during delay. You will get a notification and click opens a new tab.
-
Hi, gallery, forum and push notifications would be great, but it's to expensive for a small non commercial site for few users.
-
Yes! ? I would love to see such a DB class standalone for small not PW projects! Best ever! In the last time I found some nice frameworks like Flight PHP micro-framework (router, hooks, extendable, views, ...) or db frameworks Medoo, Propel3 and lessql.
-
SQLite would be nice, but not really needed. If possible and changes to database abstraction is needed a move to PDO would make it possible. At the moment it would be interesting because of a small private php project which should run on cheap webhostings without extra features. So sqlite would reduce the requirements *g* With a small private projects I would try to keep hosting cost low... But web hostings with mysql isn't expensive today...
-
Hi, I would use Service worker for additional tasks like push notifications. Instead of build another service worker module it would be great to add (custom) code to the existing service worker?
-
Nice module, but I would prefer push notifications dependent on used browser only instead of an additional push provider. It works with that demo cross browser (with system-worker web push api support). https://webpushdemo.azurewebsites.net/
- 23 replies
-
- 1
-
- alerts
- notifications
-
(and 1 more)
Tagged with:
-
Hi @stikki, thanks for take a look into it. Additional / instead of GUI field selection I use a array to filter the fields to convert / output. At the moment I have some other topics and can't work & play with PW. My code seems to work for my needs and I like the multidimensional filter array to filter sub-pages and wirearray / pagearray / image fields too. So if you could implement it a nice and easy way it would be fine. I like to have one module for one job and not some similar modules ?