1. The AllWebMenus Add-in
This already exists inside my AllWebMenus installation.
2. I cannot Install The Likno JavaScript/CSS Menus Module [allwebmenus-drupal7-menu-module.zip]
on my computer.
I uploaded the entire likno_menus folder to the modules directory.
An upload result of uploading is the message “Failed to get available update data for one project.“
I have a boolean field to update through a callBack (called from another field) but it doesn't work. The text and numeric fields work but the Boolean field does not
This is the code in form_alter
I have a Product content type with these fields; title, body, and one entity reference revisions(Paragraph: field_select_module).
I am creating a custom REST API(custom module) to export the fields in the JSON. I am able to print the title and body. Could someone help me to print the paragraph fields which have title and image(Media) and title and image will repeat 3 times. It should be inside this array 'product_list' => array(),
I have a big problem with file upload. I have a form with 3 fields. One is file field.
When I'm trying to call any function like file_save_upload() I'm always getting errors... cannot call function
How I can make it to work?
I don't wan't to use file_managed because i want to change filename before saving and I want to store all form datat in my custom database table. Any help would be great.