SMF Anasayfada Son mesajları ziyaretçilerden Gizleme


Modifications.turkish.php yi aç bul

Kod:
?>

üstüne ekle

Kod:
$txt[1234] = 'Son Mesajları Görüntülemek için Lütfen giriş yapın Yada üye olun ';

Boardindex.template.php de bul
Kod:
// Show some basic information about the number of posts, etc.
					echo '
				
				
					', $board['posts'], ' ', $txt[21], ' 
					', $board['topics'],' ', $txt[330], '
				

devamina ekle

Kod:
';
				if ($context['user']['is_logged'])
				{
					echo'

bul
Kod:
/* The board's and children's 'last_post's have:
				time, timestamp (a number that represents the time.), id (of the post), topic (topic id.),
				link, href, subject, start (where they should go for the first unread post.),
				and member. (which has id, name, link, href, username in it.) */
				if (!empty($board['last_post']['id']))
					echo '
						', $txt[22], '  ', $txt[525], ' ', $board['last_post']['member']['link'] , '
						', $txt['smf88'], ' ', $board['last_post']['link'], '
						', $txt[30], ' ', $board['last_post']['time'];
				echo '
					
				

Devamına ekle

Kod:
';
				
				}
				else
				{
							echo'
				
					', $txt[1234], '
				';
				}
				
				
				
				echo'

Recent.template.phpyi aç bul
Kod:
?>

üstüne ekle

Kod:
is_not_guest();