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.
Good afternoon, colleagues. We use the git module on the site (drupal 7) (previously it was called Gitolite, https://www.drupal.org/project/gitolite). The question arose 1) Where to register a private key so that the module can sync with the git server? Where is it stored? 2) now we use drupal6 and the gitolite module. by the cron, we call "drush gitolite". Authorization gitolite occurs at the key of the user from which you run drush.
In a Content Type I need 2 fields now.
In a 3 field I must have the difference between the time of arrival and that of departure.
In order not to install a new module, I would prefer to use the DateTime field but as far as I could see the date field I cannot hide it.
Any suggestions?
I want when user clicked on Add to cart button it should open in Commerce Cart Flyout (sidebar cart layout) but as of now it not going to Commerce Cart Flyout.
I also add into block header region when i enable Commerce Cart Flyout then in header region commerce cart (default )featured disappear.
I have some content type with a pathauto alias, that is to say, they were created due to a pattern of pathauto.
I have 2 entities called "Trophy" and "Football", 'Football' has a entity reference field to 'Trophy' and the pattern that it was used to create 'Football' uses the title of 'Thophy'. The problems appears when I update the name of Trophy and the path alias of Football is outdated, dont update it!
Someone know something about this or how to do this?