This blog describes how to disable future dates in the Drupal maintenance support plans 7. One of the features in the date module is displayed the date in the pop-up.The use case is if you want to display only past & current date rather than all the dates in the pop-up, then how to do it in Drupal maintenance support plans 7. Actually, the date module provides API called hook_date_popup_process_alter to alter the date_popup widget elements.Example for disabling future dates in Drupal maintenance support plans 7: For instance, I am going to disable future dates in the article content type. Please consider the following code snippet./** * Implement hook_date_popup_process_alter(). */function phponwebsites_date_popup_process_alter(&$element, &$form_state, &$context) { if ($form_state[‘complete form’][‘#form_id’] == ‘article_node_form’ && $element[‘#field’][‘field_name’] == ‘field_date’) { $max = 0; } if (isset($element[‘#datepicker_options’][‘maxDate’])) { $max = $element[‘#datepicker_options’][‘maxDate’]; } if (isset($max)) { $element[‘#datepicker_options’] = array( ‘maxDate’ => “+$max D”, ); } $element[‘date’] = date_popup_process_date_part($element);} I’ve disabled the dates only if the form is article & the field name is field_date. After added the above code to your module, you could see disabled future dates in the date pop up. It looks like the below image: Now I’ve hope you know how to disable the future dates at the date module in Drupal maintenance support plans 7.Related articles:Remove speical characters from URL alias using pathauto module in Drupal maintenance support plans 7Add new menu item into already created menu in Drupal maintenance support plans 7Add class into menu item in Drupal maintenance support plans 7Create menu tab programmatically in Drupal maintenance support plans 7Add custom fields to search api index in Drupal maintenance support plans 7Clear views cache when insert, update and delete a node in Drupal maintenance support plans 7Create a page without header and footer in Drupal maintenance support plans 7Login using both email and username in Drupal maintenance support plans 7
Source: New feed
Disable future dates in date popup – Drupal maintenance support plans 7

Call Us: 1(800)730-2416
Pixeldust is a 20-year-old web development agency specializing in Drupal and WordPress and working with clients all over the country. With our best in class capabilities, we work with small businesses and fortune 500 companies alike. Give us a call at 1(800)730-2416 and let’s talk about your project.

FREE Drupal SEO Audit
Test your site below to see which issues need to be fixed. We will fix them and optimize your Drupal site 100% for Google and Bing. (Allow 30-60 seconds to gather data.)
Disable future dates in date popup – Drupal maintenance support plans 7
On-Site Drupal SEO Master Setup
We make sure your site is 100% optimized (and stays that way) for the best SEO results.
With Pixeldust On-site (or On-page) SEO we make changes to your site’s structure and performance to make it easier for search engines to see and understand your site’s content. Search engines use algorithms to rank sites by degrees of relevance. Our on-site optimization ensures your site is configured to provide information in a way that meets Google and Bing standards for optimal indexing.
This service includes:
- Pathauto install and configuration for SEO-friendly URLs.
- Meta Tags install and configuration with dynamic tokens for meta titles and descriptions for all content types.
- Install and fix all issues on the SEO checklist module.
- Install and configure XML sitemap module and submit sitemaps.
- Install and configure Google Analytics Module.
- Install and configure Yoast.
- Install and configure the Advanced Aggregation module to improve performance by minifying and merging CSS and JS.
- Install and configure Schema.org Metatag.
- Configure robots.txt.
- Google Search Console setup snd configuration.
- Find & Fix H1 tags.
- Find and fix duplicate/missing meta descriptions.
- Find and fix duplicate title tags.
- Improve title, meta tags, and site descriptions.
- Optimize images for better search engine optimization. Automate where possible.
- Find and fix the missing alt and title tag for all images. Automate where possible.
- The project takes 1 week to complete.
