Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have a project that hinges on the ability to either earn or purchase "userpoints".
Being that a D8 version of "Userpoints" is seemingly dead in the water, I am deciding whether to either use Drupal 7 or find an alternate solution compatible with Drupal 8. One idea that was floated was to have an Integer field on the user account and then use rules to either increase or decrease that field based on whatever action. That actually sounds like a pretty reasonable solution. My primary question than becomes, how do I tie that to Drupal commerce to achieve "buying" functionality?
Hey guys,
So I've taken the lazy route and done a drupal 8.1.3 clean install through one click install/cpanel on a hostgator server. I was just clicking around the empty site to make sure nothing was broken before I get started and I'm getting the following when attempting to go to basic site settings (~/admin/config/system/site-information):
I have a view type of paragraph. It displays fields from my paragraph which are placed in a node where you can drag and rearrange the order.
But the order of the fields in the view is not the same as the order in the node. I've tried to create a relationship to the field, but i still do not see anything relating to the order weight of the paragraph fields. I just want them to have the same order as where they are created.
Drupal 8 running on my Windows 10 computer
using Acquia Dev Desktop (version 2)
installed with
AcquiaDevDesktop-2-2017-04-13.exe,
and a site created using the option
'Lightning' distribution v8.x-2.15
**MY ERROR**
The error on my site's page
[D8]/admin/reports/status#error
was:
I have generated a custom entity using Drupal Console.
drupal generate:entity:content
The entity doesn't have the permission 'edit own content' which we usually have in node types etc... The entity's entity_name.permissions.yml the file has the following entries.
I have a site, where users can follow each other using Flag. Currently, I am able to create a view which shows content from all the user the currently logged in user is following. This is done adding a relationship to the flag.
What I am creating is a feed of posts, like in Facebook. So it should also show content posted by the current user along with user followed. But I am unable to do that unless the user follows himself.