This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Block view - Taxonomy from url

Hello everyone
I have a question that blocks me. it does not work

I have a category view (taxonomy from the url)
/news/my-taxonomy-term (rewritten with the name)

I would like to post a block view with the last articles of mytaxonomyterm taxonomy but it does not work.

Can you help me please ?

How to fire submitForm() of a form added to a html.twig

Hello friends,

I have a custom form ContactForm.php that extends FormBase.

I am rendering this form in a html.twig template via a controller as follows:

ContactController.php

How to display something on a page with content already there?

Hello,

In the past 13 or so days, I had nothing but frustrations trying to get started learning Drupal 8 custom module development. Reading the online documentation, example, purchasing 2 eBooks, watching 2 Lynda.com video series, watching another series on YouTube, and I am not even close to understand what this is all about and how this works. Not to mention, why does this has to be so complex!?

I'm not looking for a line-by-line code solution, just a general guideline/idea on how should I go about doing this simple sample exercise I came up with.

How to control a field in a multi-instance paragraph by external field

Can some one give me an insight on how to approach this form in Drupal 8?

I have the following node/add form of my custom node typ:.

The paragraph field_para_city contain one field_city. (I later need to add other fields in the paragraph).

The user can add multiple instances from field_para_city.

field_city has an allowed_values_function defined in a YML file, which returns all possible cities from all countries.

How to calculate and display something on an already existing page/view?

Hello,

In the past 13 or so days, I had nothing but frustrations trying to get started learning Drupal 8 custom module development. Reading the online documentation, example, purchasing 2 eBooks, watching 2 Lynda.com video series, watching another series on YouTube, and I am not even close to understand what this is all about and how this works. Not to mention, why does this has to be so complex!?

I'm not looking for a line-by-line code solution, just a general guideline/idea on how should I go about doing this simple sample exercise I came up with.

Add local tasks on a view display

Hi, I'm trying to add a local task on a view page display, I have already created the view, enabled the module but still don't working, her it's my code:

module_name.links.task.yml

module_name.opentab:
route_name: restorationjobs_myjobs.openjobs
title: 'Open'
base_route: view.my_jobs_dashboard.page_1

module_name.routing.yml

module_name.openjobs:
path: '/my-jobs'
defaults:
requirements:
_access: 'TRUE'

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions