How do I use a menu structure to filter in a view?

I've been given the task of creating a View that filters via a menu structure.

For example, if my menu structure is: 

*Honda
 **Civic
 **Accord
 **S2000
*Toyota
 **MR2
 **Camry
 **Corolla

and I'm on the Civic page I want a View to return child items of that parent (eg, the parent being Honda so the child items returned are Accord and S200).

Is this possible with Views?

Row format Compact or Dynamic when converting tables from MyISAM to InnoDB?

Hello everyone!

My problem is, I guess, quite simple for a few of you, but I'm stuck: I have to convert my Drupal database tables from MyISAM to InnoDB. When I do it, the row format of my tables is automatically set to Compact. So I was wondering: should I leave this to Compact, or should I use Dynamic instead?

Thanks a lot!

Porting Drupal 7 module to Drupal 8

Hi,

I'm a student who was tasked with migrating a module of my choosing from Drupal 7 to 8, as long as it hasn't been migrated before.
I have very little experience with php. 

I have found this article: https://www.drupal.org/docs/8/converting-drupal-7-modules-to-drupal-8 but with every module that I try to port following these steps, there's an error. I presume this has to do with API-failures but as I said I have no experience when it comes to this.

Save content with single button in form

I load a lot of news in a page and I want to update every piece of news with a single button separately.

Problem: every time I press *submit the form*, all news update.

Here's the code:  

Support ticket system module usage?

Installed latest support ticket system module, created client and role but how to submit a ticket, any idea how debug?

Serial vs int schema data type options

When should serial data type be chosen over an int datatype when choosing a data type for a table column?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x