Drupal Technical
|
1
min read
Many Drupal users have reported an issue with the CKeditor they had installed on their Drupal sites. The CKeditor seemed to insert unwanted tags in their content. If you are facing the same issue in the CKeditor you had installed on your Drupal site then continue reading to fix the problem.
Drupal Technical
|
2
min read
Some Drupal users have reported that CKEditor in their Drupal 7 website failed to come up in the permissions page preventing the from assigning the correct permissions to the CKEditor. If you are facing the same issue then read onto find out the fix.
Drupal Technical
|
2
min read
Adding watermarks to uploaded images is a much sought after feature in the Drupal community by many Drupal users. There is an easy way to add a watermark to an image uploaded in a Drupal website using CKEditor. Read on to find out the method to do that.
Drupal Technical
|
2
min read
Many Drupal users have repeatedly reported that they get a Page not found error when they click on the CKFinder Browse Server button on their Drupal sites. If you also facing the same issue in the CKEditor in your Drupal site then continue reading to get it fixed.
Drupal Technical
|
2
min read
"The server didn't reply with a proper XML data. Please check your configuration." A few Drupal users who have configured the FCKEditor to use file uploading using the built in file uploader received this error message when they clicked on the Browse Server button. If you find the same error message in your Drupal website then continue reading to get it solved.
Drupal Technical
|
2
min read
Some Drupal users have found that after they configured the Drupal CKEditor module to use Drupal IMCE as the file browser, the upload button was missing. The same problem has also occurred with the Drupal FCKEditor module and has been reported by some Drupal users. If you have discovered that the File Upload Button is missing in your Drupal website then continue reading to get the solution.
Drupal Technical
|
2
min read
"CTools CSS Cache. Unable to create The CTools CSS cache directory, ctools/css could not be created due to a misconfigured files directory. Please ensure that the files directory is correctly configured and that the webserver has permission to create directories." If you are getting this error message while inspecting the status reports on your Drupal site then continue reading to get the solution.
Drupal Technical
|
2
min read
ImageCache Temp Directory /tmp is not writeable by the webserver. If you are getting this error message when you check the status reports of your Drupal website then there is an easy fix for it. Read on to find out more.
Drupal Technical
|
2
min read
Drupal CCK fields currently allows child nodes of a parent node to refer to their respective parent nodes and this is the default behavior. If there are a number of parent nodes in your Drupal website with multiple child nodes for each parent node you might reach a situation where you need to allow a child node of one parent node to refer to another parent that is not directly its parent node, i.e. allow nodes to refer to multiple parent nodes.
Drupal Technical
|
2
min read
Drupal CCK lets you specify how to display a field for an entire content type. There might be cases where you would want to specify how to display a field for a particular node, ie choose field formatter on a per node basis in your Drupal site. A common scenario would be to let an author decide which formatter to use for a field when they create a node. For e.g. you might wish to allow the author to select which type of ImageCache preset to use when the they are about to create the node.