+ content('badge') !== null) { ?>
+ =nl2br($userprofile->content('badge'))?>
+
-
+
+
+
content('location') !== null) { ?>
@@ -46,6 +52,109 @@ $userprofile = new User(explode('/', $_SERVER['REQUEST_URI'])[2]);
= json_decode($userprofile->i('content'), true)['aboutlive']['value'] ?> |
+ i('content'), true)['aboutbirthday']['value'] != null) { ?>
+
+ День рождения: |
+ = json_decode($userprofile->i('content'), true)['aboutbirthday']['value'] ?> |
+
+
+
+
+
+
+ i('content'), true)['aboutlangs']['value'] != null) { ?>
+
+ Владение языками: |
+ = json_decode($userprofile->i('content'), true)['aboutlangs']['value'] ?> |
+
+
+ i('content'), true)['abouttelegram']['value'] != null) { ?>
+
+ Telegram: |
+ = json_decode($userprofile->i('content'), true)['abouttelegram']['value'] ?> |
+
+
+ i('content'), true)['aboutvk']['value'] != null) { ?>
+
+ ВКонтакте: |
+ = json_decode($userprofile->i('content'), true)['aboutvk']['value'] ?> |
+
+
+ i('content'), true)['abouttwitter']['value'] != null) { ?>
+
+ Twitter/X: |
+ = json_decode($userprofile->i('content'), true)['abouttwitter']['value'] ?> |
+
+
+ i('content'), true)['aboutyoutube']['value'] != null) { ?>
+
+ Twitter/X: |
+ = json_decode($userprofile->i('content'), true)['aboutyoutube']['value'] ?> |
+
+
+ i('content'), true)['aboutemail']['value'] != null) { ?>
+
+ Почта: |
+ = json_decode($userprofile->i('content'), true)['aboutemail']['value'] ?> |
+
+
+ i('content'), true)['aboutinstagram']['value'] != null) { ?>
+
+ Instagram: |
+ = json_decode($userprofile->i('content'), true)['aboutinstagram']['value'] ?> |
+
+
+ i('content'), true)['abouttransphoto']['value'] != null) { ?>
+
+ TransPhoto: |
+ = json_decode($userprofile->i('content'), true)['abouttransphoto']['value'] ?> |
+
+
+ i('content'), true)['aboutwebsite']['value'] != null) { ?>
+
+ Личный сайт: |
+ = json_decode($userprofile->i('content'), true)['aboutwebsite']['value'] ?> |
+
+
+
+
+
+
+ i('content'), true)['aboutfavs_trains']['value'] != null) { ?>
+
+ Любимые модели поездов: |
+ = json_decode($userprofile->i('content'), true)['aboutfavs_trains']['value'] ?> |
+
+
+ i('content'), true)['aboutfavs_countries']['value'] != null) { ?>
+
+ Любимые страны: |
+ = json_decode($userprofile->i('content'), true)['aboutfavs_countries']['value'] ?> |
+
+
+ i('content'), true)['aboutfavs_cities']['value'] != null) { ?>
+
+ Любимые города: |
+ = json_decode($userprofile->i('content'), true)['aboutfavs_cities']['value'] ?> |
+
+
+
+
+
+
Дата регистрации: |
= Date::zmdate($userprofile->content('regdate')) ?> |
diff --git a/views/pages/Profile/LK/Profile.php b/views/pages/Profile/LK/Profile.php
index 84991c7..b1fa5e3 100644
--- a/views/pages/Profile/LK/Profile.php
+++ b/views/pages/Profile/LK/Profile.php
@@ -34,7 +34,7 @@ $user = new User(Auth::userid());
dataType: 'text',
beforeSubmit: function() {
$('#applied').hide();
-
+
$('#errors').hide();
$('#submitBtn').val('Отправка данных...').prop('disabled', true);
@@ -96,7 +96,7 @@ $user = new User(Auth::userid());
- Ссылка на публичный профиль: =$user->i('username')?>
+ Ссылка на публичный профиль: = $user->i('username') ?>
-
+
|