I recently released Husvisningar.se with my friends Simon and Jacob. It has been, and is continuing to be a really fun project. We decided to use Ruby on rails for this, just to learn something new. Ruby on rails is an … Continue reading
Using IMCE with CKEditor and Drupal 7
“IMCE is an image/file uploader and browser that supports personal directories and quota.” - http://drupal.org/project/imce This post describes how to use IMCE with CKEditor. If you haven’t installed CKEditor yet you can follow these steps. 1. Download and install Download the … Continue reading
Unable to recreate feature in drupal 7
In my drupal developer environment i had a problem which made it impossible to recreate features. When clicking the recreate tab all i would see was a blank page. First it’s hard to troubleshoot without an error message. So adding … Continue reading
Gitignore exclude folder but include a subfolder
In a project using Git i have a folder that is added to .gitignore. But i needed to include a subfolder that is tracked by git. What the folder structure looked like: – Sites – -all – – – -files … Continue reading
Using ckeditor with drupal 7
1. Download and install module Download and install the ckeditor module. Do not enable it yet. 2. Download the standalone editor Now we need to add the latest ckeditor files to the module. Download it and extract the contents of the zip … Continue reading