Datalife Engine 14.0
- Temalara yeni taglar eklendi ve geliştirildi
- Yeni AirPlay medya oynatıcısı eklendi
- 1500 adet yeni ifade (emoji) eklendi
Son yorum yazan kullanıcının adını çekme
Dosya: engine/modules/show.custom.php / show.short.php
Bul:
Üstüne Ekle :
Custom veya shortstory tpl dosyanızda {last-commenter} kodu ile son yorum yazan kullanıcının adını çekebilirsiniz.
Bul:
$news_date = $row['date'];
Üstüne Ekle :
// Son yorum yazan
$comm = $db->super_query( "SELECT autor, user_id FROM " . PREFIX . "_comments WHERE post_id = '{$row['id']}' ORDER BY date DESC LIMIT 0,1" );
$tpl->set( "{last-commenter}", $comm['autor'] );
// Son yorum yazan
Custom veya shortstory tpl dosyanızda {last-commenter} kodu ile son yorum yazan kullanıcının adını çekebilirsiniz.
Bilgilendirme
Yorum Ekleyebilmeniz için Sitemize Kayıt Olmanız Gerekmektedir.