avatarın altındaki Duyuru Yazısını Ortalama :

index.template.php'de Bunu BUlup

Kod:
// Show a random news item? (or you could pick one from news_lines...)
	if (!empty($settings['enable_news']))
		echo '
				
					', $txt[102], ': ', $context['random_news_line'], '
				';
	echo '

Bununla değiştir.

Kod:
// Show a random news item? (or you could pick one from news_lines...)
	if (!empty($settings['enable_news']))
		echo '
				
					
', $txt[102], ':
', $context['random_news_line'], '
'; echo '

kategorilerin üstündeki tablo olan duyurulardaki yazıyı ortalamak için

Boardİndex.template.php 'yi açın
BU KODLARI BULUN


Kod:
// Show the news fader?  (assuming there are things to show...)
	if ($settings['show_newsfader'] && !empty($context['fader_news_lines']))
	{
		echo '
	
BUNUNLA DEĞİŞTİRİN

Kod:
// Show the news fader?  (assuming there are things to show...)
	if ($settings['show_newsfader'] && !empty($context['fader_news_lines']))
	{
		echo '
	
 ', $txt[102], '

Duyurular yazısını editlemek için: Ör:
(¯`•.(¯`•.Duyurular.•´¯).•´¯)

Kod:

veya

default\languages index.turkish.php da bul Duyurular yazısını. böyle değiştir
Kod:
(¯`•.(¯`•.Duyurular.•´¯).•´¯)


 ', $txt[102], '
(¯`•.(¯`•.  ', $txt[102], '.•´¯).•´¯)
Kullanıcı isminiz: Giriş yapmak için Buraya tıklayın

Bu soru sistemi, zararlı botlara karşı güvenlik için uygulamaya sunulmuştur. Bundan dolayı bu kısımı doldurmak zorunludur.