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.
Our client is the largest network of entrepreneurs worldwide. The organization provides start-up financing, professional support services, and connections to a global network across the business and social sectors, and a platform for people dedicated to changing the world. It has its presence in around 70 countries across five continents.
Our client is a leading luxury travel media brand in India. It reaches over 400,000 readers through its magazine, website and social media channels, offering exclusive content on premium travel experiences.
After uploading it, and this is where the problem begins, when you select the image, the IMCE window closes and the selected image should be displayed there, but it isn’t. The problem here is that user is not able to select new image.
We have checked IMCE configurations and it all seems right.
We are trying to send out emails using Drupal. Does Drupal support pepipost.com email API's? We have not found any resources on Drupal related to the email integration. Please help.
Hi all. I've just noticed something for the first time today. In some content that was in draft mode and not published, I pulled a CSS selector of a button to use in the theme CSS.
Normally the selector would be of this form:
#edit-submitted-cv-upload-button
But when I put it in the CSS I noticed that it had '--2' appended to the end, like this:
#edit-submitted-cv-upload-button--2
Then when the page was published the selector was, as expected, #edit-submitted-cv-upload-button, but as also expected now the CSS was broken.
Hello, I have a longText field with rows. I need tranforms it in a list with bullets. I work with a variant of page_manager with 2 columns layout. My theme is a subtheme of bootstrap, and I Use panels module too.