You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gan setting avatar di mana ya .. avatar ane enggak berada di tabel user ..tapi adanya di tabel profile ... dengan nama avatar path ini kode avatar ane yg ane pakai
di halaman website ane <?php if ($profile->avatar_path) : ?> <img src="<?= Yii::getAlias('@storageUrl/avatars/' . $profile->avatar_path) ?>" class="img-thumbnail" alt> <?php else: ?> <img src="<?= Yii::$app->homeUrl . '/static/img/default.png' ?>" class="img-thumbnail" alt> <?php endif ?>
The text was updated successfully, but these errors were encountered:
gan setting avatar di mana ya .. avatar ane enggak berada di tabel user ..tapi adanya di tabel profile ... dengan nama avatar path ini kode avatar ane yg ane pakai
di halaman website ane
<?php if ($profile->avatar_path) : ?> <img src="<?= Yii::getAlias('@storageUrl/avatars/' . $profile->avatar_path) ?>" class="img-thumbnail" alt> <?php else: ?> <img src="<?= Yii::$app->homeUrl . '/static/img/default.png' ?>" class="img-thumbnail" alt> <?php endif ?>
The text was updated successfully, but these errors were encountered: