Having spent the day setting up a Ubuntu dev box I figured i would record what I did some where, it may be of use to others. This dev box is a replica of our Web environment, will be used to develop our new environment, will host Confluence and Jira also. What I did install [...]
So if you are creating a Drupal form and want to have special charaters like ü, ö, ä etc make sure your Drupal module is encoded UTF-8 and use the characters as is – ü, ö, ä
My content type needed pictures, copy items and many attributes but also it needed extra child nodes (content types).
I use Adobe Dreamweaver to code all my websites because of the code highlighting site organisation, upload, SVN setting and mainly because I have spent my entire 10 year doing web work using Dreamweaver as my editor. When working with Drupal, Dreamweaver doesn’t open .module and .install files automatically. The solution is pretty easy so [...]
So there is a basic set of procedures to follow for a Drupal upgrade – do these and all will be fine! The first 2 important things to do are Backup Do a dry run Rules to follow Preparation Update Core Update Contrib Modules Update Custom Modules Update Themes Update Odds and Ends Neil Cameron [...]
While developing on my remote server I found that my node-blog.tpl was not being recognised. The Drupal function to reset the theme registry is drupal_rebuild_theme_registry (D6). You can add it to your template.php while developing: Adding it to template.php works, of course, even if where you’re altering the theme registry (and need to see it [...]