I have a really odd issue on a site I've built. I have CKEditor set up so that the client can insert images into the body field of articles, align them and add captions. And it works fine, until the client attempts to edit the article.
I have a really odd issue on a site I've built. I have CKEditor set up so that the client can insert images into the body field of articles, align them and add captions. And it works fine, until the client attempts to edit the article.
I want to capture the content from an online service using PHP codecode the response will be html. This content should be later rendered as a Drupal webpage.
I am just a test user of Drupal without core knowledge. I need help to create a code that can be deployed to Drupal which does the mentioned thing. I have already got a php code that captures data from the source. But I don't know how to deploy that using Drupal 7. Please give step by step instructions and help me. This is for a client engagement.
I am working on a project to update a Druapl 7 website to support responsive web design. There is a form using "Collection Field" and "Field Collection Table" which are:
For the drupal page I am updating, a user found a bug in which the web forum submissions are showing duplicate values of people. I've figured out how to remove duplicates by following this guide https://www.ostraining.com/blog/drupal/duplicate-views-results/ I've looked through our database and found that it is not an insertion error, but rather an error with the site. I've edited the settings to only display distinct values which had seem to fix the issue.