Prevent duplicate View results

Hi All, 

I am using view to get content related to taxonmy term. But its end up with duplicate content. I tried distinct and aggregate but both doesnt work. Any idea thanking you in advance.

custom module created, but anonymous visitors can visit the route.

One of our custom modules seems to be open. If I go to www.domain.com/admin/config/importer as an anonymous user, I can see the page isntead of getting prompted a password. Any suggestions?

custom_import.settings:
  path: '/admin/config/importer'
  defaults:
    _form: 'Drupal\custom_import\Form\CustomImportSettingsForm'
    _title: 'Custom Import Settings'
  requirements:
    _permission: 'access content'

Date filter in views

I have a views with a date field.
In the filter criteria I chose the exposed date field, I thought it would display the date widget, instead it displays a text field. Is it possible to display the date widget?
Once the date has been chosen, it should display the transactions only for that date or all dates greater than or equal to the one indicated

Custom Address book field module

Hey there!

Now, before anybody says 'theres already a module for that', let me point out that what I am trying to build is a special use case that doesn't quite fit into all the other modules I can piece together to make work, so let me explain.

I am working on a management system where users can store addresses in a personal address book. Simple enough, right? 

Sure, but to go beyond that, there is other functionality that I need to build, and was wondering how best to approach it. 

using rules to send email to editor role

I have created a role labeled Editor. I am trying to create a rule to send the editor an email with all the information that was created on a specific content type. So when someone adds content of Account Number type, send email to Editor Role with all of the content that was added.

Redirect after login to private page

Hi.

I'm running Drupal 8. I chose 8 because of a theme I really like.

I'm trying to do something that I thought would be straightforward, but I don't see how to do it.

My front page is the only public facing page and includes a login. After a user logs in, I want it to redirect them to a private, user specific page. I do graphics consulting and so I want users' page to be accessible to only them.

I tried login toboggan module, but that doesn't seem to be user specific.

I'm new to Drupal and I'm not a programmer.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x