Hello to all forum members.
I would like to know if you also register with Wondercms
available as a plugin or something similar
can set
For example, customers register to visit the site.
I'm currently trying to create a delivery service page.
Thanks
register to visit the site.
- NorfolkGreg
- Posts: 190
- Joined: Wed Sep 01, 2021 7:50 am
Re: register to visit the site.
WonderCMS is a single user platform, ideal for personal use, for blogs, etc. There is no facility for having additional named users login, even as a plug-in. You'd need additional external systems to cope with customer logins
- NorfolkGreg
- Posts: 190
- Joined: Wed Sep 01, 2021 7:50 am
Re: register to visit the site.
To go a little further than this...
While contributors are welcomed to submit plug-ins that would add such features most of those with the skills to do it are probably already using different platforms with such features already available. After all Wcms is only ntended for small personal sites.
However, there are some cases where there is not such a pressing need for security or a need for a large database. If you just want to keep some parts of a site available only to a small group of people (such as friends and family) Here's a couple of places to try to find code to help you:
https://www.w3schools.in/php-script/php ... -database/
https://devdojo.com/tnylea/creating-a-s ... a-database
The "additional external systems" I mentioned includes some kind of database to contain customer name, email address and password is required and that goes with the coding necessary to allow the customer to update his address or password - not to mention some kind of shopping cart system if payments are to be processed.NorfolkGreg wrote: Sat Dec 14, 2024 1:45 am WonderCMS is a single user platform, ideal for personal use, for blogs, etc. There is no facility for having additional named users login, even as a plug-in. You'd need additional external systems to cope with customer logins
While contributors are welcomed to submit plug-ins that would add such features most of those with the skills to do it are probably already using different platforms with such features already available. After all Wcms is only ntended for small personal sites.
However, there are some cases where there is not such a pressing need for security or a need for a large database. If you just want to keep some parts of a site available only to a small group of people (such as friends and family) Here's a couple of places to try to find code to help you:
https://www.w3schools.in/php-script/php ... -database/
https://devdojo.com/tnylea/creating-a-s ... a-database