Hello,
Unfortunately, we experience problems trying to place our module on Drupal. Git repository fails to be created, so we cannot place the code there. https://www.drupal.org/project/elfsight_form_builder_module - this is a link to the project.
I have taken on a project to update an existing Drupal site. I've been working in Drupal for years, but this one has some gremlins! The database is huge, and in looking at each table... most of the file size is in the advanced queue table. From doing some searches it looks like it's possible to empty this table, but not sure how to tell which module is adding to this table?
I have a view in which I created a menu link via the page setting for use in the main menu. The link shows up in the menu and has the right path when Bartik is in use but in the custom theme i made there is no path output. So the anchor tag href reads href="nicecode.xom" instead of the expected href="nicecode.xom/viewpath"
I have the node type Books, and i'd like that content/books would not show all books but 10 at a time, and in a specific order, and to be able to filter them.
Also I'd like to show 10 specific books on the frontpage, but the thing is that this 10 books change accordying to an api request.
I think its really simple and i'd like to avoid using Views, is it views the only and best way to do this?
Where do I change what is feeding content/books ? Should this be part of a theme or a module?, and if its a module what is the hook?