It is non-intuitive for people to adjust the way the title behaves on the "Configure" page for content types when all the other fields are managed via Manage fields and Manage display. We should move these settings over to where people expect to find them, using hook_field_extra_fields() in the node module.
- Everything in the
Submission form settingstab should be moved toManage fields- The
Title field labeloptions should be handled the same way as other field titles (edit button, with inner label field) - The
Explanation or submission guidelinesshould also be moved, perhaps to the top of the list
- The
- A new option should be added to the
Manage displaytab to show or hide the title.
(also, I thought we had an issue for this already, but perhaps I am thinking of the Drupal issue I created years ago: https://www.drupal.org/node/1513054)
Recent comments
Have you tried uc_cart_add_item()? You need to provide the nid of the product. Then you can use backdrop_goto('cart/checkout'); to send the user to the checkout screen. uc_cart_add_item...
Ubercart - Programmatically add product to cart and straight to Checkout
No problem, let's see how it evolves. I'd be happy to provide a suggested version if i could. I will keep that in mind and try learn this hook chain hopefully very soon. I will...
File hashing uploads made through TinyMCE
I could request hashing support, but that's the lazy way 🤣 I would appreciate it if you as an active maintainer would 'officially' add a hashing support...
File hashing uploads made through TinyMCE