@khorkch - Welcome to Backdrop CMS community. Here is my take on the answer to your questions. Hopefully, others will help me out.
Is this CMS able to integrate into our existing templates?
It's possible to create your own templates for Backdrop CMS or edit the existing templates. I don't believe that there is any automated way to pull in your existing templates, but you certainly could recreate them within the CMS. This would probably require at least a little coding or html skills.
Is my client able to edit website on their side?
Backdrop comes with very flexible "roles" and very customizable "permissions." Which means that you can create custom roles for your clients to edit their own site and you can be very fine grained about which permissions you give them. So you decide which types of content they can add or edit and which they can't.
Is the CMS able to integrate into our .net platform?
The short answer is that I believe that it's possible to integrate Backdrop CMS with anything if you have the tech skills and budget. But, that's not a very helpful answer.
I'm not sure how easy it would be or what you would need. Can you say anything more about what kind of integration you would be looking for?
Thanks. openid_connect is actually a different beast than OpenID. I think the "connect" version implements an OpenID client to work on an Oauth server. Or something like that.
I think this alternative works too. Instead of installing the stub modules, you may be able to just insert the relevant records in the systems table (while also ensuring entity_plus and...
This relates to a problem with creating a View of Projects on a site using MySQL >= 8.0.3
https://github.com/backdrop/backdrop-issues/issues/5795
I can't be at the meeting this...
Posted18 hours 17 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Additionally, "outside" means a file that is located outside a module folder. The second parameter of module_load_include() is the name of a module, so, this function assumes that you are loading a...
Posted23 hours 1 min ago by Alejandro Cremaschi (argiepiano) on:
Yes, it does mean outside your functions. You can use module_load_include() within functions but not outside.
The YouTube module gives an example:
<?php
/**
* @file
* Youtube field module adds...
Posted1 day 3 hours ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Comments
@khorkch - Welcome to Backdrop CMS community. Here is my take on the answer to your questions. Hopefully, others will help me out.
It's possible to create your own templates for Backdrop CMS or edit the existing templates. I don't believe that there is any automated way to pull in your existing templates, but you certainly could recreate them within the CMS. This would probably require at least a little coding or html skills.
Backdrop comes with very flexible "roles" and very customizable "permissions." Which means that you can create custom roles for your clients to edit their own site and you can be very fine grained about which permissions you give them. So you decide which types of content they can add or edit and which they can't.
https://backdropcms.org/user-guide/users-roles-and-permissions
The short answer is that I believe that it's possible to integrate Backdrop CMS with anything if you have the tech skills and budget. But, that's not a very helpful answer.
I'm not sure how easy it would be or what you would need. Can you say anything more about what kind of integration you would be looking for?
ok. Thank you!
Here are Backdrop's system requirements: https://backdropcms.org/requirements?destination=admin/dashboard I don't know if it's possible to run PHP and MySQL on a .net system, but if so then the answer is "yes".