Demek istediğim attığım resimdeki gibi smf de oluşturabilir miyiz? İleti simgelerini baştan düzenleyebilir miyiz? Çözüldü diye bi resim eklerim.
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ü Hata türü: Tanımlanmamış
8: Undefined index: alert_unapproved_attachment
https://www.smdestek.net/index.php?action=profile;area=notification;sa=alerts
/home/smdesteknet/public_html/Themes/Atak/Profile.template.php (Satır 2003)
1365c75f9abe6a919e59816d412e5b6b
https://www.smdestek.net/index.php?action=admin;area=logs;sa=errorlog;file=L2hvbWUvc21kZXN0ZWtuZXQvcHVibGljX2h0bWwvVGhlbWVzL0F0YWsvUHJvZmlsZS50ZW1wbGF0ZS5waHA=;line=2003
1983: echo '
1984: </select>';
1985: break;
1986: }
1987:
1988: if ($label_pos == 'after')
1989: echo '
1990: <label for="opt_', $opts[1], '">', $label, '</label>';
1991:
1992: echo '
1993: </td>
1994: </tr>';
1995: }
1996: }
1997:
1998: foreach ($alerts as $alert_id => $alert_details)
1999: {
2000: echo '
2001: <tr class="windowbg">
2002: <td>
==>2003: ', $txt['alert_' . $alert_id], isset($alert_details['help']) ? '<a href="' . $scripturl . '?action=helpadmin;help=' . $alert_details['help'] . '" onclick="return reqOverlayDiv(this.href);" class="help floatright"><span class="main_icons help" title="' . $txt['help'] . '"></span></a>' : '', '
2004: </td>';
2005:
2006: foreach ($context['alert_bits'] as $type => $bitmask)
2007: {
2008: echo '
2009: <td class="centercol">';
2010:
2011: $this_value = isset($context['alert_prefs'][$alert_id]) ? $context['alert_prefs'][$alert_id] : 0;
2012: switch ($alert_details[$type])
2013: {
2014: case 'always':
2015: echo '
2016: <input type="checkbox" checked disabled>';
2017: break;
2018: case 'yes':
2019: echo '
2020: <input type="checkbox" name="', $type, '_', $alert_id, '"', ($this_value & $bitmask) ? ' checked' : '', '>';
2021: break;
2022: case 'never':
2023: echo '
2079858fd412e3e8f52ea4b029b3eb8c
Hata türü: Veritabanı
Veritabanı Hatası: Incorrect string value: '\xC4\x9Fer d...' for column `smdesteknet_smf`.`smf_down_cat`.`title` at row 1
https://www.smdestek.net/index.php?action=downloads;sa=addcat2
/home/smdesteknet/public_html/Sources/Downloads2.php (Satır 703)
700: // Insert the category
701: $smcFunc['db_query']('', "INSERT INTO {db_prefix}down_cat
702: (title, description,roworder,image,ID_BOARD,ID_PARENT,disablerating,locktopic,sortby,orderby)
==>703: VALUES ('$title', '$description',$order,'$image',$boardselect,$parent,$disablerating,$locktopic,'$sortby','$orderby')");
704: $smcFunc['db_free_result']($dbresult);
Hata türü: Tanımlanmamış
8: Undefined index:
https://www.smdestek.net/index.php?dummy=1&topic=6.0
/home/smdesteknet/public_html/Sources/Display.php (Satır 1660)
c4383a2307da7860b6c14a6874e033a7
1656: // Does the file contains any attachments? if so, change the icon.
1657: if (!empty($output['attachment']))
1658: {
1659: $output['icon'] = 'clip';
==>1660: $output['icon_url'] = $settings[$context['icon_sources'][$output['icon']]] . '/post/' . $output['icon'] . '.png';
1661: }