Technical Blog

Zyxware default image1
| 2 min read
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.
Zyxware default image4
| 2 min read
A few Drupal users have encountered an issue where the Drupal CKEditor Toolbar went missing in the preview after adding content to the node as though they had clicked on the switch to the plain text editor option. They were left with a plain text view of the content. If the text was removed from the body field the Toolbar seemed to appear again in the preview. If you are facing this issue in the CKEditor in your Drupal site then read onto fix the problem.
Zyxware default image3
| 2 min read
A few Drupal users have encountered a situation where the FCKeditor removes the content within style tags. The output seems to come correctly with the styling included but the problem occurs when the user goes back to edit it when they realized that the inline stylesheet is missing. If you are facing this issue in your Drupal installation then read on to find out the solution. Here is the fix.
Zyxware default image3
| 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.
Zyxware default image1
| 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.
Zyxware default image1
| 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.
Zyxware default image3
| 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.
Zyxware default image1
| 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.