Drupal 6 Calendar: case study
- Read more about Drupal 6 Calendar: case study
- 8 comments
- Log in to post comments
Drupal translations: a convenient process
As Drupal is moving to the localization server localize.drupal.org, here's a small tip that took me a little while to find, but can be very useful in the end, as it will allow you to contribute your translations back to the Drupal community more efficiently.
The problem
Let's say you install a module in your own Drupal website. However, this module is not fully translated for whatever language your website is in. You can, obviously, use Drupal's translation interface on your own website and translate from here whatever is missing.Adding events management to Drupal 6
- Read more about Adding events management to Drupal 6
- 2 comments
- Log in to post comments
Being a repetitive task for me, it's probably a good idea for me to write this down.
Installing events and events subscription management to Drupal 6 is as easy as installing a few modules and doing a quick setup.
- download and install the event module
- download and install the signup module
- enable the event module and all its sub-modules (don't check datepicker if you want to go fast, as it will require additional CSS and JS to work)
- enable the signup module (requi
Optimizing Drupal SEO in 10 steps - or how to write semi-recursive titles
A great reference for Drupal SEO: http://tips.webdesign10.com/basic-drupal-seo-on-site-optimization
And a list of interesting related modules: http://www.kristen.org/content/drupal-seo-modules
Drupal memory consumption
- Read more about Drupal memory consumption
- Log in to post comments
This link certainly saved me some time in evaluating the memory cost of modules and the core of Drupal 5 and 6.
Building a cache cleaner from devel for Drupal 5
In a particular context, it happened to me to have to reproduce a cache cleaner feature for Drupal 5 without installing the Devel module.
Although this article doesn't create anything new, I thought it might be worth explaining in case this would help someone someday.
The idea is to re-use the code from the devel module and put it into another module for re-use without having the weight corresponding to a new module installation.
The code from the devel module (devel.module) looks like this:
/** * Implementation of hook_menu(). */ function devel_menu($may_cache) { $items = array
Adding user-based API keys in Dokeos 1.8.6
As the beta draws closer (it should have been released last week but we had to add some last minute stuff to avoid waiting 6 months before being able to integrate them), we just happened to organise the January Drupal Perú reunion here in Lima, and...
Dokeos - Drupal module, first version available
2014 update: The team that used to work on Dokeos has moved in 2010 to Chamilo, a fork of the first which focuses on keeping its free software nature intact (which is now at least twice as popular). The Drupal module has been forked into Drupal-Chamilo as well.
Pagination
- Previous page
- Page 2
- Next page