I would like to create some statistics: total number of registered users, total number of subscribers, total number of registered users online on website without paid membership and so on.
I'm trying to find out a solution. DRUPAL8.
Create a table in the database with all the statistics I need, after that create a view page with the the information from that table, so I need to write some custom php code in that view with simple queries.
Is this a good approach? There are any rules? I'm new to Drupal, thanks in advance.
Can I build in API-first approach and still apply the usual approach to drupal theming? Go to production and then in the future (say a year's time) build a JS framework frontend that reads off content from the API-first drupal repository? Thsank you for any direction.
Does anyone have a solution to prevent update of an entity reference view field item on a node display page when the node is in an unpublished state?
For example, I have a content type "Daily Task List" which has an entity reference view field that lists tasks (nodes that have been created from a Task content type). If a Task node is edited (say, to change the task interval from weekly to monthly), the Daily Task List node display field item will update to reflect the edit, irregardless of the Daily Task List node published state.
In this site that is not a Drupal site i can sort at the left ( or the right) and see the outcome in the middle .. can i do the same with Drupal and how ?
I'm running four drupal 8.8.x sites on Bluehost and for the most part they run okay. They're not big by web standards. My main problem now, and I've add four separate tech chats with them about this, is enabling opcache. They insist that it is installed by default. It is, up to php 5.6 but the module cannot be found in in any php 7.x. configurations. Other than switching to another provider, I guess I'm stuck with this.