Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I created a custom module for form which accepts from date and to date as user input i would like to restrict the user from selecting a date prior to current date. below is my code snippet.
I’m running a Drupal 8 page with translations. Works good so far.
But I do have some pages that won't be translated, there are just available in one (the main) language.
The problem is, I see those not translated pages and menu items from the main language in my secondary language.
How do I fix this?
For Drupal you could do this with Entity Translation and there was a setting, but since it’s core, I can't find anything similar to it.
I would be greatfull if anyone can give some advise on what to use for building an ecommerce site.
I am a drupal v7 user and have built a digital commerce site using Drupal commerce. I need to now build a real commerce (tangible products) site but unsure if I should stick with Drupal v7 or migrate to Drupal v8.
Hows the commerce module support for Drupal v8, do you reccommend going with D8 and commerce or should I stick to D7
I installed Drupal 8.0.6 and Video module 8.x-1.2 today. Two video content types have been created(video embedded and video uploaded). The embedded video can play video from youtube and vimeo. However after I uploaded a mp4 video file content to the drupal site as a node successfully, it can't be played. There is no video thumbnail showing on the browser. Any comments are appreciated.