Hello.
Is there any advantage in using a field of type "Long text with summary" over two fields: "Long text" + "Text" (or "Long text") in Drupal 7 and/or 8? If not, why to bother including such a field type as "Long text with summary"?
Thank you.
Hi,
I've made a couple of Drupal sites so far, now I'm on my own, new project. And considering using Drupal 8 instead of Drupal 7. It has so many changes in comparison to older version, I love it! But it is still beta, so I am a little scared. The new site launch is February/March 2015. What do you think? Better stay with D7 or try the new, but unstable D8? Will it be stable enough till March, and the update from beta to final version will be possible?
I've taken over a Drupal site for a client and have some questions about the way in which something was done and how to fix it.
We have a store setup and have several products configured, however they seemed to have changed how variations work.
Example:
In the products section of the store we have 4 hard hats
SKU: 01
Title: Hard Hat 1
Product Number: 00001
Hello,
I am trying to build a website that will display articles, the articles contain many footnotes. I know that it is possible to upload docx files and that they will be transformed to html documents and all the footnotes will be on the bottom of the article, but I did not managed to find a way to put the footnotes on the side of the text and not in the bottom. ( I want the footnotes to be floating next to the text and not in the bottom)
Is it possible?
I have some example websites, but drupal forum do not let me post links.
After installing Drupal 8 beta 4 my hello world module doesn't work. The same module works in Drupal 8 beta 2 & 3.
I have also clean the cache in Drupal. if i clean the cache with drush cc i get the next error:
drush cc
Drush command terminated abnormally due to an unrecoverable error. [error]
Error: Call to a member function get() on a non-object in
/Applications/MAMP/htdocs/drupal-8.0.0-beta4/core/lib/Drupal.php,
line 434
Working in 8.x (beta3 still) I am trying to fix up a contrib module, it implements custom blocks, that block should use the associated custom template (located in the module's templates folder. I cannot seem to figure out how to have it load/render using that template if it is in "/templates/" however, if I copy it to "/templates" it works just fine. In the module file, I only have a hook_page_attachments.
If additional info is needed please let me know, I have twig debug, devel, and devel kint loaded as well to assist with troubleshooting/debugging.