Drupal is een opensource cms, het meest zoekmachine vriendelijke cms op dit moment.

Drupal: Faceted Search and views no results FIX

Today we suddenly got stuck with a broken Faced Search module, the normal display options where working fine. But our views display options just kept saying the following.

Your search yielded no results
Check if your spelling is correct.

So after searching around the web and as always being helped with a anwser from the great community of Drupal, we found the solution to this problem.

A multi language site in just seconds

A multi language website takes a long time to make and can be a shitty thing to create and then we haven't even started about writting every text in a multi language versions. So let's get this done in just seconds, copy and past the javascript code from Translateh website and let them and Google translate script take care of the rest.

Offcourse not every text will have the perfect grammer, but at least you give your visitors the change to understand what your website is about.

Drupal tip: Disable your user registration on your website

Today i noticed that a lot of people forget to disable there user registration page (user/register) on there Drupal website. To do this you have to login and go to the following page: /admin/user/settings.

Offcourse only do this if you have a website where no new registrations by anonomous are permitted.

 

 

Drupal 7 is live! Go for it or wait a little longer what do you think!

Should we go for Drupal 7 right away with every project or wait a little, because not everone of you favorite modules is available for Drupal 7 yet?

How to translate in Drupal views filter

I just ran into this little problem with Drupal's views filter, that when you want to translate the label that shows everything it doesn't work through the translation interface. So i searched on Google and found a link to a post about it on the Drupal forums.

Go to Views -> Tools and set <Any> to - Any -, now you can go to the translation interface of Drupal and translate it to what ever you like.

Source: Translate <Any> trought the translation interface in Drupal.