Drupal blog about drupal stuff
Drupaler.Co.Za ranks 7710 in Africa and 4474 in South Africa. According to site visitors it ranks 2829, and 2926 according to page views:
According to blogroll links it ranks 11755 and 11660 according to the amount of links within Afrigator blog posts
Luckily - its doesn't seem to be clearly specified how to set the sender address when manually sending messages using the messaging api module (http://drupal.org/project/messaging). This is a quick code example on how to set it for 'mail' based messaging modules. Assuming $template is a messaging template that you have set
It turns out that attaching files to outbound messages is really easy if you use the messaging module (http://drupal.org/project/messaging) along with the messaging_phpmailer module. read more
I have been using Git as a version control system on some of my more recent projects. Its really powerful and pretty diverse in how it can be used. Something that tripped me up a bit is how new files can be made visible in branches. I thought Id write it
The Drupal cron implementation works like most other parts of the system. You create a function hook and the function gets called by the core when the cron runs. So for example - you would call your function MYMODULE_cron() in your module MYMODULE. When developing a module it is not entirely
I have been using the NetBeans IDE to develop a large Drupal based web application. I am really impressed with it so far - despite some relatively minor shortcomings. The code completion tends to hang the IDE somewhat. I haven't found a way to tweak this yet. Also, if you open
Not following anyone at the moment.