ekes's blog
NABUUR.com Drupal goes live
It's been a really busy four months but it's just great to see NABUUR.com go beta with Drupal.
Migration to drupal
I'm just finishing something of a large migration from an old Xoops site to Drupal. I've not had to get too down and dirty with the Xoops database, for which I'm quite happy as it wasn't so coherent after lots of upgrades and customisations. I've made a small migration handbook for myself which could be handy for folks.
i18n and user generated content
One of the issues with user generated content multi-lingual sites is that content will often be in only one language, or maybe translated into a few others. You can be certain that not all content that is even translated will be available in all languages.
The way that the Drupal i18n module, for both Drupal 5 and 6 by default handles translated content is to offer you:-
What colour did you mean?
So I'm not so much of a graphic designer, but I often end up doing the technical implementation of website designs. Usually this involves describing how this perfect picture, or fixed implementation on one computer, won't actually look like that everywhere. Most of the time I'm talking about font styles, sizes of screens, differences between fluid and fixed layouts etc. But colour is another one.
Yesterday we were looking for a film with the same website on three screens. You will see, even in the photograph, that the colours just don't look the same. This is particularly obvious with the 'light orange yellow' of #FFCC66 in background/margins.
Transmission metadata standard
Sharing drupal tables between sites - after the sites are already there!
It's sometimes really cool to be able to share some of the tables between multiple Drupal sites. Just think your users have the same logins for example. It's pretty standard stuff there's a simple 'how to' here. But what happens when the sites are already up and running, and you hadn't planned this?
What do I do?
I just had to write a description of What I do
so thought I'd share.
At the moment:
I'm developing customised solutions for NGOs and campaign orientated new media organisations primarily using Drupal. Setting up campaigns solutions, like 'cyberaction' e-mail campaigns; writing a module that allows for collaborative and publically 'open editing' of content; working as a part of the team creating the RSS and Atom feed input system for Drupal to share content between diverse sites; and creating solutions for shared multimedia content within sites.
Upload Image module - why I use it and views integration
I've just written and submitted a patch to add views integration to the Upload Image module. When I chatted about doing it in #drupal there was a bit of a 'you still use that' reaction, so I thought I'd write down why.
Boost module and rsync'ed apache 'mirrors'
OK, I'm not sure if you actually want to do this, but I thought I would try to see if you can do it. Setting up the Boost module to create static html pages of anonymous Drupal page views, then serving them from a completely different machine. It's kind of nice to have a way of having a bit of a static 'mirror' for your content, but I'm guessing squid is better at all this.
So how?
Hidden module views integration
Spent the weekend learning the insides of views module. So now I've added views to the hidden module it enables you to display the hidden (and reported for hiding) nodes in every imaginable way.