Bachir Soussi Chiadmi eeba51cea6 initial commit of starter install drupal 7 | 9 лет назад | |
---|---|---|
.. | ||
tests | 9 лет назад | |
.travis.yml | 9 лет назад | |
CHANGELOG.markdown | 9 лет назад | |
LICENSE.txt | 9 лет назад | |
README.markdown | 9 лет назад | |
date_popup_authored-node-form.js | 9 лет назад | |
date_popup_authored.info | 9 лет назад | |
date_popup_authored.install | 9 лет назад | |
date_popup_authored.module | 9 лет назад |
Date Popup Authored provides a jQuery UI datepicker for the "Authored on" date field found on node submission forms.
For a full description of the module, visit the project page on Drupal.org. To submit bug reports and feature suggestions, or to track changes, please visit the issue queue.
Install as usual. See the handbook page on installing contributed modules for further information.
You can change the behavior of the date-picker by going to the settings page for each content type.
Since Date Popup Authored allows you to choose a date format that's less specific than the default date format Drupal uses for the Authored on field, it will insert default data if you use a more simplified date format.
For example, if the date format you've configured doesn't include a time, when the node is saved, the Authored on time will be set to 12:00AM. Similarly, if you don't include the ability to choose a month, the Authored on month will be set to January (i.e. month 1).
So, if you care about the time a post is authored, make sure you allow the user to set it in the date format. See installation for more information.
The functionality this module provides is being considered for core inclusion:
Because of this, there will hopefully be no Drupal 8 version.
The current maintainer is Mark Trapp (Drupal.org profile).
Date Popup Authored was inspired by the hacks provided by brice and Rob Loach in the Date module issue, "Use Date Popup on 'Authored on' field." It contains additional fixes to account for problems found in their solution, new configuration options, Drupal 7 support, and a full test suite.