2.0.x sürümlerinde kullanabilirsiniz.
Bu özellik size üyenin attığı tüm iletileri gösterme olanağı sağlayacaktır. Not sadece size izin verilen bölümlerdeki iletilerini görebilirsiniz.
İletileri Göster Menü// Any custom fields for standard placement?
if (!empty($message['member']['custom_fields']))
{
foreach ($message['member']['custom_fields'] as $custom)
if (empty($custom['placement']) || empty($custom['value']))
echo '
<li class="custom">', $custom['title'], ': ', $custom['value'], '</li>';
}
<li class="custom"><font color="red"><b>', $custom['title'], ':</b></font> ', $custom['value'], '</li>';
Alıntı yapılan: tc bolubeyi
Kullandığınız temanın index.template.php dosyasında bulup silin://SMFPacks Shoutbox -->
if (function_exists('template_shoutbox')) template_shoutbox('main');
// <-- SMFPacks Shoutbox
forum dizinindeki index.php dosyasında bul:// SMFPacks Shoutbox
call_user_func(Shoutbox_Load(smf_main()));
değiştir:// SMFPacks Shoutbox
call_user_func(smf_main());
call_user_func(Shoutbox_Load);
Aşağıdaki kodlarla da php blok oluştur ve blok ayarlarından istediğin yerde ya da yerlerde görünmesini sağla//SMFPacks Shoutbox -->
if (function_exists('template_shoutbox')) template_shoutbox('main');
// <-- SMFPacks Shoutbox
En kısa yolu şöyle. Daha kolayı varmış. Boşuna uğraşmışım:
Sohbet kutusunun yönetim panelinde Pages where Shoutbox will be printed yazan yerin karşısına sportal_main ekleyin. Çok basit.
Orjinal konu için tıklayınız.
', sprintf($txt['users_active'], $modSettings['lastActive']), ':<br />', implode(', ', $context['list_users_online']);
', sprintf($txt['users_active'], $modSettings['lastActive']), ':<br /><b>', implode(', ', $context['list_users_online']);echo'</b>';