Change language bar's active language

 If you want your site's language bar's first item to be the active one change lines on locale.module:

Drupal okulu

Drupalokulu.com adında Drupal ile ilgili bir soru cevap ve bilgi sitesi yayınladım. Amaç

  1. Drupal öğrenmek isteyenlere Türkçe içerik sağlamak ve direk piyasanın içinden örneklerle geliştiricilere anlamlı bir eğitim vermek
  2. Soru cevap ile drupal konusundaki problemlerinize yardımcı olmak
  3. Drupal ile iş yapmak isteyen işverenlerle geliştiricileri buluşturmak

Umarım işinize yarar.

 

Drupal'e hevesli, yetiştirilmek üzere genç yetenekler aranıyor!

İlgilenen arkadaşların özgeçmişlerini ve varsa işlerini bekir@piyote.com adresine bekliyoruz.

Drupal için Türkiye il ve ilçeleri

Türkiye il ve ilçelerini bulmanın bu kadar zor olacağını tahmin etmemiştim, mecburen oturup uğraştım, bari siz uğraşmayın. İhtiyacınız olan:

1. Taxonomy xml

2. Buradaki xml dosyası

Allowed memory size of xxx bytes exhausted drupal

I have a list of nodes and for the crud operations a created a custom module, so basicly, when you click to a button, it posts some variables to a url with ajax and the custom module executes a drupal_execute function after the form variables.

how to use date popup calendar in event module

Here is a pacth for event module patch to use date popup js calendar for 5.x-1.0:

#note that you need both event and date_popup modules!

 

3DSecure Turkish Banks Gateway for drupal, ubercart

After Garanti Bank force merchants to use 3dsecure, i've coded a 3dsecure turkish banks module for ubercart , drupal.

For details and to get the module: http://www.ubercart.org/contrib/10935

Drupal sitenize Flickr sayesinde sınırsız imaj yüklemek

Drupalin en sevdiğim yönlerinden biri imagecache sayesinde içeriğinize daha önceden belirlediğiniz setler ile uygun görselleri (hatta crop ederek) yükleyebilmeniz. Ancak bir süre sonra yüklediğiniz görseller hem sitenizde yer kaplamaya başlıyor, hem de trafiğik yükünüzü arttırmaya başlıyor. Özellikle düzinelerce albüm yaratmak isteyen kullanıcılar bu sorunla sıkça karşılaşıyor.

Alternatif get menu function for drupal

I know this seems a little unnecessary but trust me, this can save your life.

Here is a function to get and print a menu hierarchically which only needs the menu id.

 

Filtering views with dynamic node type

I felt really sorry when i realized that you can not filter a view with dynamic node types. And now it's possible with a few tricks.

Lets say you have three content types: news, blog and articles. Also you have a block to show teasers of some nodes and you use a view called content_teasers. At the detail page of a node, you want  to show only same content types of teasers at that block but views module only gives you "node type filter" with options news, blog and articles, so it's not possible to make it dynamic.

Here is my trick:

 .