Hi, i have a node field (number integer) that increment +1 every time a specific node is viewed by specific role
This is the Rule
- Event: Content is viewed of Type: Example
- Conditions: Path has url alias "node/21" and User has role "Floor2"
- Action: Set data value "node:field-visits-floor-2" and Add offset "1"
It works perfect, increments plus 1 on each visit, but only with default layout, if another layout is activated for this page the increment stop working, i tried removing the conditions and tried with any user and any role but still the problem, the only way to make it to work is with Default Layout
Thanks for help
Recent comments
Here is an update: https://backdropcms.org/security/backdrop-sa-core-2021-001
Feedback on version 1.18
I configured virtual hosts for each site. There are only a symlink between files/ and sites/default/files in the backdrop site.
Backdrop returns 404 error only in CiviCRM pages
Is this recent Drupal security advisory about Archive_Tar applicable? https://www.drupal.org/sa-core-2021-001
Feedback on version 1.18
Are you on localhost with the Backdrop installation compared to the Drupal site, or both on the same server? Are any symlink directories being used for the installation?
Backdrop returns 404 error only in CiviCRM pages
Hello, I double checked resource urls and directory settings. I made a new migration of Drupal 7 site, but clean URLs doesn't work. I disabled clean URLs and I rebuilt menus, updated resources urls,...
Backdrop returns 404 error only in CiviCRM pages