Hello everybody,
i need to create a custom field type with some fields like title, display and description (as File type), but with two file reference inside.
I have to manage all togherher a pdf attachment and a cover image, all in the same field type. So
- Title
- Description
- Display
- PDF file
- Cover image
I get this error:
Notice: Array to string conversion in dxfc_century_club_block_view() (line 83 of /var/www/html/sites/all/modules/dxfc_century_club/dxfc_century_club.module).
...with this code:
I write a module for a new field where I need to get access with imagemagick identify (not convert!) to a not saved file.
More precisely, I upload a pdf file in a widget. In a validation function I want to identify the size of a pdf.
The file before saving is like the following:
Created menu links not showing up for pages in menu:menu-sazenci-iz-serbii website:http://sazenci-serbia.ru/
They exist in "Parent link" list, when I click Edit menu link. I tried creating them in menu>add new menu and when creating new page. Result is short term, They showed up and dissapeared.
Hi all, I need your help. Have you already try to add an element in definition of an entity like ‘translatable’ but for exports eg : ‘is_exportable, My need is to add this information in all exports of my taxonomy_vocabulary with that information I imagine to add a handler in Taxonomy entity ‘export’ and have acces to this in routes eg : $entity->is_exportable(); This is possible in your opinion or I in wrong (obscure) way ?
I know this is not a common case, but all of my links in my main menu are external URLs. I wanted them to open in a new tab, so i did this edited the link section of /themes/mytheme/templates/navigation/menu.html.twig and altered the code below.