Hello,
I am currently building a site for a book publishing house.
I have 2 content types:
- "page_Artiste": individual pages on each artist (fields name, first name, portrait ...)
- "books": information sheets on books (price, number of pages, etc.).
In "books", there is also a "field_artistes" (entity reference on the field "name" in "page_Artiste") that allows me to link each book to its authors.
I have been hunting on forums, in D8 docs and around the web in general and have not been able to crack this nut. In D7 it was easy to use variable translation to set a different node as the front page for each language on your site, i.e. localized homepages per language, as opposed to pure translation.
I don't seem to be able to figure out whether that is possible and if so, how to do it in Drupal 8. Are there docs on this and I just can't find them or is this an issue that has yet to be solved? Appreciate any pointers that can send me and my team in the right direction here.
I am converting my existing PHP project(Hospital management system) to D8. I am having hard time in understand Drupal. Although I referred many books and websites I am unable to understand terminology (like node,entity, entity form, entity type.taxonomy,views etc). can anyone explain all these terms while relating all the terms to project(Hospital management system) . Its really confusing when to create each one.
I would need to limit submissions of a webform to a certain number. This nunber will be defined in the a webform node containing the form.
The scenario is as per following : To book one or several places for a representation, people could book 1 to x seats. The form should be closed/disabled once the number of available seats is reached.
I know webform can deal with number of submission, but here this is uncertain as we cannot predict how many people will book how many seats.
I subscribed to an email service called mailerlite. Initially, the email subscribe form worked on my website. However, soon it started giving me trouble. Here is the description of what I do to get the desired results.
I copy and paste the code which the HTML form version of the form, creates. I am able to updates but the moment, I refresh the page, the code is automatically changed to some other unrecognizable format. That is the reason you can not form code. Every time I try to paste it automatically changes the code and everything else
Here's what's happening with my website; I have a node with a block that lists content of a particular type. Let me be more specific; The node is a jobs board and the content type are job postings. What I want to do is make all the job postings that are past their closing date (the specific field) not visible.
Is that possible? Are there modules? Some other way?