We are in interesting project where the drupal full search form need to search also in an external php / my sql database for content.
We know what fields of a specific table of the my sql database have to be search in.
We have access to the database.
We don’t know how to connect the drupal search form with the external database table in order if someone looks for example for „online banking“ and in the database is a document for this - it will be shown with the full text search of the drupal platform.
I am new to Drupal (but have been a developer/designer for a long time) and trying to figure out the Block/View relationship as it applies to the Views Slideshow.
The main config I want to do is to set the slideshow for the frontpage only. But there will also be other content on the home page (normal text).
I have verified that the module itself and jquery.cycle is working fine. I can create a block or a view(page type) and set it to slideshow and it shows fine. It also will show in the preview with no problems.
This is my very first time using Drupal and I'm new to twig so I'm trying to figure this stuff out. I can't seem to find an answer to my problem though.
I'm using the foundation 6 framework and it has the logo as a list item in the menu. So I hard code the list item in the menu--main.html.twig but when I try to use {{ site_name }} or {{ site_slogan }} the values are null. I'm not sure why these are null because they work in the block--system-branding-block.html.twig file.
Could someone please take a moment to educate me, I'd appreciate it.