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.
Hi all,
1. Please, do we have a plugins which can automatically send preloaded messages in my database daily to the people in my contact for 30 days or 365 days?
2. Admin chats with clients. 3. Subscribers chat among themselves
Does anyone here have experience with importing image metadata (tags) to a taxonomy reference in drupal 8(.4+) and is willing to help me out?
I started to develop our own image/media library, because I need myself, colleagues, customers and partners to be able to search through the collection of purchased pictures.
These pictures are bought from stockphoto sites and most of them already contain tags inside the image metadata.
I am trying to import these tags to an entity reference field which should store these in my Taxonomy Tags vocabulary.
So I thought I would put a quick post out there to see if anyone else is having the same stresses as me...
Im a long term Drupal user and have been using it since D4, on each version there is always new elements to learn in order to get familiar with the state of current things... this is the wonderful world of IT. Now im not a PHP developer but more a builder and themer however recently I haven't carried out much Drupal work as I have been focusing on my other bread and butter IT work, so each time I have to come back to Drupal there is a little catch up to play.
I'm hopeful I can get some direction in how I could go about modifying the HTML that is generated for webform submissions that are sent using HTML email. Currently, the HTML emails are sending the key:value pair for each form element with a bold element title and an html break (<BR>) and then the element value. I know I can customize this a bit in the module but given the number for forms and elements in use, we are using the [webform_submission:values] tag to just dump them all out in the email.