I need to make a new CMS with the following security settings. Anyone knows how to do it under Drupal?
1) Administration site on an Intranet server (for Internal Staff only)
2) Public site on an Internet server without the Administration site (for content Integrity)
Reason why the Administration site cannot be hosted together with the Public site is to avoid hacking or bypassing of the Administration login, afraid of making page defacement or SQL injection possible by professional hackers.
I am looking to find some data about the pure overhead of an extra module on a Drupal site. Not in terms of its functionality or the amount of actual codes it adds, but the mere fact there is an extra module.
Sorry if this is readily available somewhere, but when Googling for this, all I found was generic answers about many vs. few modules, every module adding a memory footprint, etc.
Is there any way to modify a controller's content? To be more specific, I have a controller building a table (using #type => table) and I want another module to add a field to it and add the field's data, is there a way to do that in Drupal 8?
Hello,
For a platform drupal8 beta12 I unzipped manually filed several modules in the " Sites / Modules " folder.
These modules have been integrated with Drupal and I wished activate simultaneously by checking their check box .
Activation failed but the modules have been marked as enabled.
Since it is impossible to uninstall .
is there a procedure to check which modules properly installed ?
Can manually uninstall a module and if so how?
Aaaaand we got an official Drupal Docker container! (I know it's sitting there since 2015-04-29 02:45:55 lol)
In case you're wondering what are these Docker containers, they're a way of simplifying our development without actually being scared of breaking something.