What I would like here is some ideas on what parts of Drupal 8 core do the modules you write have to work with most frequently. It is those sections of the code that should be first in having their errors converted to this format, and assertion statements added.
Is it somehow possible to let users edit part of their user profile i Drupal 8?
I have set up some extra fields in the user profile and would like the user to be able to edit some of them, but some should be managed by admin. Is this possible?
Br.
I'm working on a simple site based on Drupal (blog + forum + classified advertisements). It's my first project based on this CMS, so please, be patient :P The effect, which I want to achieve is something like this: http://www.e-petrol.pl/gielda-paliw
I would be very grateful if someone can suggest me how can I build that. It's a non-profit project, so - if it's possible - I prefer to use Drupal's embedded functionality or available plugins more than writing it from scratch.
I'm fairly new to drupal and I gues there is a quick fix for this issue, but I have been searching the site for over an hour and can't find the answer.
I installed drupal 8 in a subdirectory and I gues I still need to configure something to make it work.
all the internal links use the subdomain and the directory, but they should only use the subdomain.
I create a nodereference field with CCK.
I create a link with the text "Add 10 new element" under the button "Add another element".
The idea is to create 10 new autocomplete field in one click.
I tried to create a trigger 'click' with jquery on the field "field_nodes_add_more" but it is not working.
Also, when I listed all the input in the page, "field_nodes_add_more" is not in the list.