Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Мелкие улучшения
Мелкие правки кода Обновление на эту версию с предыдущей: - Найти в library/includes/ucp/viewprofile.php PHP: 'SHOW_ZODIAC' => ($profile_user_id || bf($profiledata['user_opt'], 'user_opt', 'user_show_zodiac')) ? get_zodiac($profiledata['user_birthday']) : '', - Заменить на: PHP: 'SHOW_ZODIAC' => (IS_ADMIN || $profile_user_id || bf($profiledata['user_opt'], 'user_opt', 'user_show_zodiac')) ? get_zodiac($profiledata['user_birthday']) : '',
'SHOW_ZODIAC' => ($profile_user_id || bf($profiledata['user_opt'], 'user_opt', 'user_show_zodiac')) ? get_zodiac($profiledata['user_birthday']) : '',
'SHOW_ZODIAC' => (IS_ADMIN || $profile_user_id || bf($profiledata['user_opt'], 'user_opt', 'user_show_zodiac')) ? get_zodiac($profiledata['user_birthday']) : '',