I don't know if Drupal is the problem or not, but in my PHP code i use a request who is displaying data from a database. BUT when i'm adding the condition AND name = 'blabla', i don't have any content displayed on my Drupal block, it's weird because the request works fine on phpmyadmin, it returns rows, but not in the PHP code.
I don't know if it's the good place to ask this question becaus ei'm not sure that's a Drupal problem
Hi
I'm trying to create a view showing several books and only want to display the parent page of each. I seem to only be able to create a view listing parent and child book pages together. Do I need a relationship or contextual filter or something else?
Hi
When creating a relationship, is each option with the little tick box you are presented with just a table to pull a foreign key from? And with a Contextual filter is each option just a field from available filtered tables you can select from?
I did a custom module programmatically, it has a custom block who can display data from a database. I wanted to know if it is possible to create a field or something like that in Drupal (when we are placing the custom block for example) where we are able to put a value in parameter who can change a value in the PHP code (typically in my SQL request).
The goal is to change the data displayed for every block that we created. Is what my explication clear?