A Drupal user encountered an error when using CKEditor in their Drupal site. Images were being uploaded but the path was incorrect as CKEditor was inserting a double slash to the image path after upload causing broken images in the Drupal site. Removing the double slash manually solved the problem. If your Drupal site is experiencing the same problem and you need a better solution then continue reading.
Drupal Technical
The webform module in Drupal gives you a great set of tools to let you create HTML forms with ease with a drag and drop interface for most of the commonly used HTML form elements. Since it is considered as another content type the forms are usually placed in a separate page of its own. Usually that is all that is required, but there are scenarios where you need to embed the webform in another content type like a page. Here is how to do it.
First you need to create a custom module to write the code to embed the form in a page or add it to an existing custom module.
Replying to comments is an extremely good practice for bringing recurring traffic to your Drupal website as you are interacting with your visitors. If you can send those new comments to an email address, you can respond to them quicker since a late reply usually goes unnoticed. Normally in a Drupal 6 website, the admin user has to login to the website and moderate the comments which often leads to a significant delay in response time. Check out our instructions on how to send comments to an email address in a Drupal 6 website.
Normally while using Flag module, the flag name is displayed as a link. If you want to change this behaviour and replace the link with a button, you can do this easily by using CSS. You need not alter any forms for this. For this you may add the below code to your CSS.
Some Drupal users had realized that the CKEditor module installed in their Drupal site was inserting unwanted slashes into their content when the content was saved after being edited in the CKEditor. If you are facing the same issue then continue reading to know the fix.
A few Drupal users encountered a situation where when they installed the Drupal CKEditor module, they lost the functionality for the setup options for each module. Installing the CKEditor seemed to disable basic UI functionality in the options page of all the other modules. If you are looking for a fix for such a situation in your Drupal site then continue reading.
Some Drupal users have encountered an situation in their CKEditor in their Drupal website when all of a sudden CKEditor started changing the image embed code on save. The preview of the image seemed to be fine but the unwanted quotes were added when the content with the image was saved. If you are encountering the same situation in the CKEditor of your Drupal site then checkout the solution below.
A few Drupal users have encountered an error in their CKEditor in their Drupal website with the editor UI buttons failing to appear. The Firefox error log displayed the following error message "m.lang.contextmenu is undefined.". If you are facing the same issue in your Drupal website, then continue reading to find out more.
A Drupal user encountered a scenario where when the Drupal site with an existing ImageCache path was moved to a new server, the ImageCache created new paths with the old image paths still in existence, i.e. adding a 'files' entry to the existing path. This basically meant that the new image path was being added to the existing image path when the presets were called. If you are facing a scenario that is similar to the one the user is facing in your Drupal installation then read on to know the solution.
It is possible to have a scenario in your Drupal installation where you would like to format the output of the CCK field values in your View. One example would be to show all the field values horizontally rather than the default vertical position. If you are facing such a scenario in your Drupal website then checkout our explanation below.
Many Drupal users were searching for a way to filter a View by the current user in a userreference field. If you are looking for a way to filter your Drupal View by using the current users information in your Drupal site then we have the right solution for you. Continue reading to find out the solution.
A few Drupal Ubercart users have noticed that the Review order page keeps looping back to itself after they click on the "Review order" button. The Review page simply loads with all the information the user has entered. If you are facing the same scenario in Ubercart in your Drupal installation then continue to find out the fix.
A few Drupal users who were using Ubercart with Paypal WPS realized that Google Analytics was not tracking Ubercart activity in their Drupal site. This made it impossible for Drupal users to tracks sales and conversions which were done using Ubercart. If you want to track Ubercart sales activity in your Drupal site using Google Analytics then checkout the solution.
DTD stands for Document Type Declaration. We have been using this as the header in all HTML files since the very first day we started working on HTML. But have you ever wondered what it does or what can happen if doctype is not specified? Read on to know what is DTD and how it should be implemented in a Drupal website
Many Drupal users had expressed interest in knowing how to print field values into an email without the label using the Drupal Webform module in their Drupal installations. If you are facing the same scenario in your Drupal site then have a look at the solution.
Some Drupal users have reported that when they were using a combination of Drupal Views and Drupal Imagecache, i.e using an Image Cache preset to be displayed in a View they found %252F in the URL of ImageCache preset. If you are facing the same scenario with your Image Cache presets in your Drupal site and want to know more about this then continue reading.
Many Drupal users have reported that their IMCE file browser is not listing files uploaded via FTP. IMCE had no issues when displaying the existing files but it fails to display files which have been transferred via FTP. If you are facing the same scenario in the Drupal IMCE module of your Drupal installation then continue reading to get the solution.
Many Drupal users have reported that the IMCE toolbar in missing in their Drupal site. The toolbar found in the Drupal IMCE module is used for browsing the server and more importantly for uploading files to the server. If you find that the IMCE tool bar is missing in your Drupal installation then continue reading to find out the solution for this problem.
Many Drupal users have encountered a lot of instances of the following error in the dblog of their site "Got error 28 from storage engine query: SELECT DISTINCT(p.perm)". If you found yourself encountering the same error in your Drupal website then read on to find out the solution.
A few Drupal users have found out that their Drupal FCKeditor is not interpreting the HTML correctly in the content and the tags are getting outputted as plain text. If you are facing the same scenario in the FCKeditor in your Drupal site then read on to find out the solution.