Category Archives: CMS

Drupal – Increase Views Relationship Delta Limit

The relationship delta in Views helps you to link a specific referenced node. but it only has 1 to 10 options. I want to increase the delta limit, so let’s hack the CCK module. Yes, the CCK module instead of the Views module. =P

Open cck/includes/views/handlers/content_handler_relationship.inc and modify the $max_delta as follow. Continue reading Drupal – Increase Views Relationship Delta Limit

Drupal – Pathauto alias doesn’t work in different language for multilingual site @ 1

Recently i am working for a site with 6 different languages. =.=

I found that when i create a node translation, the Automatic alias option in URL path settings does not work. Whenever i save the form, that option is unchecked. Continue reading Drupal – Pathauto alias doesn’t work in different language for multilingual site @ 1

Drupal – HTTP request status Fails

If you got the following problem in the Drupal Status report.

  • Your system or network configuration does not allow Drupal to access web pages, resulting in reduced functionality. This could be due to your webserver configuration or PHP settings, and should be resolved in order to download information about available updates, fetch aggregator feeds, sign in via OpenID, or use other network-dependent services.

Continue reading Drupal – HTTP request status Fails