trwowdatabase:
fuctions_posting.php dosyasının 1625-1645 satırlarını code bbcodesini kullanarak buraya ekleyin.
Sitemiz sadece phpBB 3.0 sürümüne destek vermektedir. Konu açmadan, ileti yazmadan önce lütfen site kuralları sayfamıza göz atınız.

trwowdatabase 27 Haz 2010 21:22
}
return $next_post_id;
}
/**
* Submit Post
* @todo Split up and create lightweight, simple API for this.
*/
function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $update_message = true, $update_search_index = true)
{
global $db, $auth, $user, $config, $phpEx, $template, $phpbb_root_path;
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
global $phpbb_seo;
// www.phpBB-SEO.com SEO TOOLKIT END
// We do not handle erasing posts here
if ($mode == 'delete')
{
return false;
}

trwowdatabase 28 Haz 2010 21:46


trwowdatabase 30 Haz 2010 17:28




// <== Special for lazy French, others may delete this part // Special for lazy Turkish
if ( strpos($config['default_lang'], 'tr') !== false) {
// .htaccess değişikliği de gerektirir
$this->seo_static['forum'] = 'forum';
$this->seo_static['topic'] = 'konu';
$this->seo_static['post'] = 'ileti';
$this->seo_static['user'] = 'uye';
$this->seo_static['group'] = 'grup';
$this->seo_static['index'] = 'index';
$this->seo_static['global_announce'] = 'duyuru';
$this->seo_static['leaders'] = 'ekip';
$this->seo_static['usermsg'] = 'mesaj';
$this->seo_static['pagination'] = 'sayfa';
$this->seo_static['atopic'] = 'aktif-konular';
$this->seo_static['utopic'] = 'cevapsiz-iletiler';
$this->seo_static['npost'] = 'yeni-iletiler';
$this->seo_static['file_index'] = 'icindekiler';
}
$this->url_replace = array(
// Purely cosmetic replace
'$' => 'dollar', '€' => 'euro',
'\'s' => 's', // it's => its / mary's => marys ...
// Language specific replace (Turkish)
'Ç' => 'C', 'ç' => 'c',
'Ğ' => 'G', 'ğ' => 'g',
'I' => 'I', 'ı' => 'i',
'İ' => 'I', 'i' => 'i',
'Ö' => 'O', 'ö' => 'o',
'Ş' => 'S', 'ş' => 's',
'Ü' => 'U', 'ü' => 'u',
);
chingachgook 05 Tem 2010 22:54
r00t yazdı:A.s.
AÇ:
phpbb_seo/includes/setup_phpbb_seo.php
Bul:
- Kod: Tümünü seç
// <== Special for lazy French, others may delete this part
Sonrasına ekle:
- Kod: Tümünü seç
// Special for lazy Turkish
if ( strpos($config['default_lang'], 'tr') !== false) {
// .htaccess değişikliği de gerektirir
$this->seo_static['forum'] = 'forum';
$this->seo_static['topic'] = 'konu';
$this->seo_static['post'] = 'ileti';
$this->seo_static['user'] = 'uye';
$this->seo_static['group'] = 'grup';
$this->seo_static['index'] = 'index';
$this->seo_static['global_announce'] = 'duyuru';
$this->seo_static['leaders'] = 'ekip';
$this->seo_static['usermsg'] = 'mesaj';
$this->seo_static['pagination'] = 'sayfa';
$this->seo_static['atopic'] = 'aktif-konular';
$this->seo_static['utopic'] = 'cevapsiz-iletiler';
$this->seo_static['npost'] = 'yeni-iletiler';
$this->seo_static['file_index'] = 'icindekiler';
}
$this->url_replace = array(
// Purely cosmetic replace
'$' => 'dollar', '€' => 'euro',
'\'s' => 's', // it's => its / mary's => marys ...
// Language specific replace (Turkish)
'Ç' => 'C', 'ç' => 'c',
'Ğ' => 'G', 'ğ' => 'g',
'I' => 'I', 'ı' => 'i',
'İ' => 'I', 'i' => 'i',
'Ö' => 'O', 'ö' => 'o',
'Ş' => 'S', 'ş' => 's',
'Ü' => 'U', 'ü' => 'u',
);
Not: Değişiklik .htaccess güncellemesi gerektirir.

Bu forumu görüntüleyenler: Kayıtlı kullanıcı yok ve 5 misafir