PDA

Orijinalini görmek için tıklayınız : bot_caldate (Daha yakışıklı tarih)


eser
07-06-2007, 03:51:15
download http://joomlicious.com/download/calDate/index.php

bot_caldate joomla da kullanılan tarihlere daha bi göze çarpan güzel hale sokar, örn:etkinlik bildirmek için kullanılabilinir.bot'u kurduktan sonra mambot yöneticisinden caldate botunu bulup Sections yani bölüm id'si yada kategori id si yada id leri girmelisiniz .Kur duktan sonra türkçe leştirmek için.


Kaynak : http://joomlicious.com/index.php?option=com_smf&Itemid=24&topic=190.0

Türkçe anlatım
Caldate Türkçe yapma caldate.php açılır setlocale(LC_TIME, $mosConfig_locale); satırı bulunur. $mosConfig_locale yerine ‘turkish ‘ yazılır.


Re: How do I change the language?
« Reply #2 on: May 10, 2007, 09:05:11 AM »

2 ways-

easy, but may result in issues

You would have to change the locale in your sites configuration.

Go to Administrator -> Site -> Global Configuration -> Locale Tab
Change Country Locale to fr_FR (i think thats the code for france).

slightly harder, but probably more stable

Edit caldate.php - line 165 (version 1.0.5) -
Code:
setlocale(LC_TIME, $mosConfig_locale);

Change $mosConfig_locale to 'fr_FR' (or whatever that code is)

Regards-
Mark