Blog

Posted by: 
Dominique De Cooman

In terminal:

First install libevent:

cd /usr/local/src/
wget <a href="http://monkey.org/~provos/libevent-1.3e.tar.gz
tar">http://monkey.org/~provos/libevent-1.3e.tar.gz
tar</a> zxpfv libevent*
cd libevent*
./configure
make install

Download and install memcached:

cd /usr/local/src/
wget <a href="http://www.danga.com/memcached/dist/memcached-1.2.4.tar.gz
tar">http://www.danga.com/memcached/dist/memcached-1.2.4.tar.gz
tar</a> zxpfv memcached*
cd memcached*
./configure
make install

Posted by: 
Dominique De Cooman

Legrandbateau is a brand new French/Flemish band playing Jazz, Bossa, Tangopop, Rumbarock.
You should definitely check them out!

Posted by: 
Dominique De Cooman
When working with taxonomy, especialy large vocabularies with deep hierarchies the standard taxonomy module isnt enough to manage your vocabularies. To maintain the vocabulary in drupals backend the most obvious choice is http://drupal.org/project/taxonomy_manager
Posted by: 
Dominique De Cooman

In the command line type

crontab -e

Press your insert key.
Insert a line, run every five minutes for example (more on syntax http://unixhelp.ed.ac.uk/CGI/man-cgi?crontab+5)
5 * * * * /usr/bin/lynx -source <a href="http://yoursite.com/cron.php
">http://yoursite.com/cron.php [/geshifilter-codes]

And now exit: press escape and type ":exit"
By exiting you are saving and you wont be prompted.

Posted by: 
Dominique De Cooman

At http://twitterfeed.com you can create an account.
Fill in your twitter account.
Submit a feed to your blog.
And posts are posted to your twitter account periodicaly using your blogs feed.

Posted by: 
Dominique De Cooman

A new site implementing gigya. The module has been altered in many ways.
Making it more usable.

Posted by: 
Dominique De Cooman

It's impossible to override this function.
Why? Look at the functions name. It confusses drupal thinking its an implementation of hook_theme(). So any override in template.php using phptemplate_tiny_mce() or theme_name_tinymce_theme() wont work.
You need to patch the module.
If you want to add a text area that doesnt need tinymce just add an other rule shown by the id of 'my-textarea'.
<?php?>

Posted by: 
Dominique De Cooman

This is the situation:
You have two drupal sites with each a database. Your hosting allows only one database.
This is your solution:
Prefixing!

Posted by: 
Dominique De Cooman

Go to windows host file (C:WindowsSystem32driversetchosts) and add :
Or on linux go to /etc/hosts and add
127.0.0.1 name_of_your_host

Go to the httpd.conf file in appache and add :

NameVirtualHost *:80
<VirtualHost *:80>
  ServerName name_of_your_host
  DocumentRoot "C:wampwwwname_of_your_host"  //or whatever the path to your host is
</VirtualHost>

Posted by: 
Dominique De Cooman

locale language files don't get rebuild and they keep generating page not found errors.
This post provides a fix to rebuild the lost translation files.

Pages

Subscribe to Blog