Category Archives: CMS

Drupal – Customized Node Template with Exposed Filter in Panel Page

The following post shows you how to customize a node template.
Drupal – Customize Node Template with Panel

I would like to add a year filter in the above content pane. But the exposed filter would not work if you just expose the year filter. In this case, you will need to enable the Use Panel Path. Continue reading Drupal – Customized Node Template with Exposed Filter in Panel Page

Drupal – Override the php.ini

I was working for a Drupal website which i wanted to increase its maximum file upload size. This value is determined by the php.ini configuration file.

Unfortunately, the server hosting does not provide the SSH access so i can’t edit the php.ini. Therefore i have to let Drupal override the php.ini settings. There is 2 ways for Drupal to override the php.ini settings. Continue reading Drupal – Override the php.ini

Drupal – Style Rendering problem of TinyMCE Editor in WYSIWYG

The WYSIWYG module works with lots of rich text editors such as TinyMCE, FCKeditor, CKEditor … etc. I downloaded the TinyMCE library and enable it in the WYSIWYG profile. After enabling the all available buttons in the rich text editor, i found that the style cannot be rendered correctly. All styled text are rendered without CSS style but attributes in square brackets []. Continue reading Drupal – Style Rendering problem of TinyMCE Editor in WYSIWYG