Üyeliğin hakkında sorunlar👨🏼‍🔧yaşıyorsanız bunu bizimle paylaşa bilirsiniz
Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız.
  • Sitemiz Bir Webmaster forumu ve tartışma platformu dur webmaster forumu dışındaki konular yasaktır direkt silinecektir.
  • Our site is a Webmaster forum and discussion platform. Topics outside the webmaster forum are prohibited and will be deleted immediately.

Konu Numarası

Welcome to our site, Guest

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Veoper

Yeni Üye
Joined
Jul 22, 2019
Messages
3
Reaction score
0
Points
1
Age
1020
Merhabalar hocam, belirlemiş olduğum kategorinin tüm konuları içerisinde ilk mesajda o konunun numarasını konunun ilk iletisine yansıtmak istiyorum.
Code:
if ($board == '1')
ile kategori şartlandırması yapabiliyorum konu numarasını nasıl yansıtacağımı bulamadım
 
Merhaba surumunuz nedir belirtmemisiniz 2.0:

Code:
if (!empty($settings['display_who_viewing']))
	{
		echo '
				<p>';

		// Show just numbers...?
		if ($settings['display_who_viewing'] == 1)
				echo count($context['view_members']), ' ', count($context['view_members']) == 1 ? $txt['who_member'] : $txt['members'];
				</p>';
	}
 
orhan said:
Merhaba surumunuz nedir belirtmemisiniz 2.0:

Code:
if (!empty($settings['display_who_viewing']))
 {
 echo '
 <p>';

 // Show just numbers...?
 if ($settings['display_who_viewing'] == 1)
 echo count($context['view_members']), ' ', count($context['view_members']) == 1 ? $txt['who_member'] : $txt['members'];
 </p>';
 }

2.0.15 kullanıyorum hocam örnek vericek olur isek 225518 numaralı konuya girdim ve bu konu 1 numaralı kategoride yer alıyor ise konudaki ilk iletiye 225518 numarasını yazdırmak istiyorum, konu numarasını çekebilir isem gerekli şartlandırmayı yapabilirim
 
', $context['current_topic'], ' ile sorunumu çözdüm ilgilendiğiniz için teşekkür ederim hocam
 
Back
Top Bottom