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

Integrate a static white frame into the web and dynamic menu

I'm developing a website and the client asks me to develop a menu that works as a static frame. I would also like to add a hamburger menu in the right corner but that opens dynamically as if it were a pop up. 

Attached web example: https://www.cwart.be/nl/art

Thank you

Search API, External Entities & SOAP

hi,

I have a question regarding a possible Drupal 8 setup.

At my company we have a custom made web service(SOAP), it deliveres either json or xml results about books, films etc.

I was wondering if anybody here, had some experience in using “Search API” & “External Entities” together? We are not allowed to store any data in the Drupal 8 site, only show it.

I would like to use “E E” in order to get pretty urls for the books/films/etc and to be able to use views without having to create old fashion nodes.

Custom Block de-bugging help requested

Hi, Drupal 8 programming newbie here, and I need some help please.

I am building a simple custom module, and I am building a custom block following the instructions in this YouTube tutorial: https://www.youtube.com/watch?v=2vEG2p-D_no

The code for my custom block is below, but after installing (and clearing cache), it does not show up in the Custom Block library.  I've triple checked everything, but I am likely missing something.

Thanks in advance:

Attempting to create a custom module, based on an existing module

I was recently tossed into the deep end of Drupal after our Drupal developer left. Not knowing Drupal, or its terminology, makes it difficult to search the forums and documentation for answers. So bare with me.

I'm trying to take a module that he created, and create a scaled down version. I created a new webform using his original as a template, only keeping the elements we still need. One of the elements is Hidden. This is a calculated value based on what was entered in the other elements. The webform functions correctly and data is saved when the form is submitted.

AJAX button - HTML in #value causes problems

Hello,

i have an Ajax button, the code looks like this:

form_validate and form_submit

Hello,

I'm having a problem with form_validate and form_submit, in short they never fire and although I've figured out why, I don't understand the reason, please see the below sample

function my_options_menu() {

$items = array();
$items['options'] = array(
'description' => 'blah',
'page callback' => 'do_test',
'access arguments' => array('access content'),
'type' => MENU_NORMAL_ITEM,
);

return $items;

Pages

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