Datalife Engine 14.0
- Temalara yeni taglar eklendi ve geliştirildi
- Yeni AirPlay medya oynatıcısı eklendi
- 1500 adet yeni ifade (emoji) eklendi
Gif avatar yükleme
Yeni sürümlerde güvenlik nedeniyle engellenen gif uzantılı animasyonları bu eklenti ile yükleyebilirsiniz.
Dosya: engine/modules/profile.php
Bul / Find
İle değiştir / Replace with
Bul / Find
Başına /* ve sonuna */ ekleyin
Add to start /* and add to end */
Bunun gibi / Like this
Dosya: engine/modules/profile.php
Bul / Find
$res = @move_uploaded_file( $image, ROOT_DIR . "/uploads/fotos/" . $row['user_id'] . "." . $type );
İle değiştir / Replace with
$res = @move_uploaded_file( $image, ROOT_DIR . "/uploads/fotos/foto_" . $row['user_id'] . "." . $type );
Bul / Find
$thumb = new thumbnail( ROOT_DIR . "/uploads/fotos/" . $row['user_id'] . "." . $type );
$thumb->size_auto( $user_group[$member_id['user_group']]['max_foto'] );
$thumb->jpeg_quality( $config['jpeg_quality'] );
$thumb->save( ROOT_DIR . "/uploads/fotos/foto_" . $row['user_id'] . "." . $type );
@chmod( ROOT_DIR . "/uploads/fotos/foto_" . $row['user_id'] . "." . $type, 0666 );
Başına /* ve sonuna */ ekleyin
Add to start /* and add to end */
Bunun gibi / Like this
/*
codes here
*/
Bilgilendirme
Yorum Ekleyebilmeniz için Sitemize Kayıt Olmanız Gerekmektedir.