Simple Machines Community Forum

SMF Support => Language Specific Support => Türkçe Bölümü (Turkish) => Topic started by: haykirish on April 22, 2018, 12:20:40 PM

Title: Profil alanı hk.
Post by: haykirish on April 22, 2018, 12:20:40 PM
Merhaba Display.Template.php'de seçtiğim profil alanı nasıl koyarım. Yönetimde otomatik koyuyor biliyorum ama sıralaması düzensiz ben düzene sokmak istiyorum.

Display.Template.php
// 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>';
            }


Phpmyadminde koymak istediğim

variable: cust_ad-soy
value: Ali Veli Kırklareli

şimdiden teşekkür ederim.