Firstly this isn't an e-commerce site, this is just for keeping prices on the site for advertising purposes. The fact I mention prices is arbitrary, just think of any old data format, this could be text or just a number in a field.
We need a central place where all prices/data can be kept, there needs to be translation capability for each price as they differ from country to country, we then need to be able to use these prices throughout the site, and for them to all update, to propagate when the central data of the prices is changed.
how can i Making region content available to view templates in Drupal 8 , i want to render a block ( that i placed it in region ) to a view template (views-view-summary--khansaa.html.twig) , i search but no result , im waiting for your answers .
Using Drupal 8 with Groups module I want to create views as a block and as a page which list groups filtering by group type and/or current user as a member, possibly including member role.
E.gs.
List all groups of type 'open' where user is a member
List all groups of type 'closed' where user is a member with a role of 'contributor'
List all groups where user is a member with a role of 'admin'
List all groups of type 'open' where user is not a member.
l create a view block width this machine name "all_articles_blog" and i want to render this block to other view theme "views-view-summary--khansaa.html.twig" how can i do that
I am using the Paragraphs module in Drupal 8.6.2. I have defined a simple paragraph entity that includes one field. So when the paragraph is displayed/viewed in a piece of content the information in the field is included. However I would also like to be able to include the "Authored by" field for the paragraph when the content is included. I do not see that the "Authored by" field is available in the Manage Display section for the Paragraph type.
In essence I want to be able to show the following:
Hi everyone
A new prob...
I want to put up an acceptationserver for an exsisting drupalsite.
The site is currently hosted and mainted by an extern company.
That same company also developped the site.
I'm normally a java developper.
I do have some experience with html, css, js and drupal, although I started making drupal sites before I had any programexperience, so except for changing some html and css I never changed anything directly on the server.