SimplePortal

Support => International Support => Turkish (Türkçe) => Topic started by: Ahmet on May 27, 2012, 09:01:05 PM

Title: Makalelerle ilgili bir sorun...
Post by: Ahmet on May 27, 2012, 09:01:05 PM
Arkadaşlar 2.0.2 sürüm kullanıyorum portal olarakta 2.3.3 yüklü yeni bir tema yükledim ve konu içinde yukarıda sağda makalelere ekle butonu çıkmıyor bunu sorunu nasıl çözebilirim...?
Title: Re: Makalelerle ilgili bir sorun...
Post by: tc bolubeyi on May 28, 2012, 12:39:59 AM
diğer temalarınızda çıkıyor mu
Title: Re: Makalelerle ilgili bir sorun...
Post by: Ahmet on May 28, 2012, 09:49:27 AM
evet diğer temada çıkıyor
Title: Re: Makalelerle ilgili bir sorun...
Post by: tc bolubeyi on May 28, 2012, 11:00:57 AM
./Themes/KULLANDIGINIZ_TEMA/Display.template.php
Bul:
Code: [Select]
// Show the page index... "Pages: [1]".Değiştir:
Code: [Select]
// Article related buttons...
if (!empty($modSettings['articleactive']))
{
if ($context['can_add_article'] && !$context['topic_is_article'])
$normal_buttons['add_article'] = array('text' => 'sp-add_article', 'image' => 'addarticle.gif', 'lang' => true, 'url' => $scripturl . '?action=portal;sa=addarticle;message=' . $context['topic_first_message'] . ';return=' . $context['current_topic'] . '.' . $context['start'] . ';sesc=' . $context['session_id']);
if ($context['can_remove_article'] && $context['topic_is_article'])
$normal_buttons['remove_article'] = array('text' => 'sp-remove_article', 'image' => 'removearticle.gif', 'lang' => true, 'url' => $scripturl . '?action=portal;sa=removearticle;message=' . $context['topic_first_message'] . ';return=' . $context['current_topic'] . '.' . $context['start'] . ';sesc=' . $context['session_id']);
}

// Show the page index... "Pages: [1]".
Bunu yaptıktan sonra yine görünmezse kullandığınız temanın display.template.php dosyasını silin.
Title: Re: Makalelerle ilgili bir sorun...
Post by: Ahmet on May 28, 2012, 09:47:39 PM
çok teşekkürler ilgilendiğiniz için sorun çözüldü...
SimplePortal 2.3.8 © 2008-2024, SimplePortal