Starting a news-portal with Drupal 8

Dear lovely community,

I'm thinking about using Drupal 8 for a news-portal and so I have specific needs:

Is it possible to rebuild a form after an ajax call?

I'm attempting to allow the user to dynamically choose a number of fields based on a dropdown box using an ajax call, but I can't seem to get the ajax call to rebuild the form afterwards.

HTML Form is not working properly in Drupal 8

Need Help ! actually i have tried many times to submit my website Registeration Form but on submitting this form the defined calling function does not work properly…!

$form['submit'] = array(
'#type' => 'submit',
'#value' => t('Submit'),
);
I have:
$form['submit'] = array(
'#type' => 'submit',
'#value' => t('Submit'),
'#submit' => array('reset_your_pc'),
);

In-line field editing in Drupal 8 Views

Hi,

In Drupal 8 I have created a View with a list of "tasks" (actually, it is a custom content type for some work we do_ and I want people to be able to change (from the View) the status (it is a drop down list) to signify it has been completed. I am able to do this with Drupal 7 by using the Editable Fields module and making this single field editable. I was wondering if there is a Drupal 8 equivalent?

Thanks in advance.

Get Module Permissions

Hi,
Try to build my own permission system with standart module permissions, but didnt know how to get all existed permissions in .permissions.yml.
How is it work now:
In .permissions.yml define few new permissions

'<module>_read':
  title: 'Title'
  description: 'Description'

Create in Core specific php file which return me access by permissions name

How do I uninstall Drupal 8?

Hello,

I am trying to uninstall Drupal 8. I have removed all of the files, and I have deleted the database, but things like "sites" folder still come up, even after when I delete it.

What is the proper way to uninstall Drupal 8?

I installed Drupal 8 manually.

I am removing Drupal 8 because I want to start from scratch again.

Thank You.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x