Перейти до змісту
Домент ipb-board.ru продається.

Оформление "change photo" в профиле

Рекомендовані відповіді

Опубліковано
  • Адміністратор

post-2-0-40533000-1446122042_thumb.png

post-2-0-01814200-1446122047_thumb.png

Админ Панель-Внешний вид-Ваш стиль-css-ipb_profile.css найти:

#change_photo { 	position: absolute;	top: 0; left: 0;	background: rgba(0,0,0,0.2);	color: #fff;	opacity: 0.3;} 

Заменить на:

#change_photo {position: absolute;top: 0;width: 100%;height: 100%;padding: 0;left: 0;background: rgba(0, 0, 0, 0.04);color: #fff;opacity: 0.1;line-height: 125px;-webkit-border-radius: 80px;-moz-border-radius: 80px;border-radius: 80px;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;}

Админ Панель-Внешний вид-Ваш стиль-Профили Пользоватилей-profileModern найти:
 

<a data-clicklaunch="launchPhotoEditor" href="{parse url="app=members&module=profile&section=photo" base="public"}" id='change_photo' class='ipsType_smaller ipsPad' title='{$this->lang->words['change_photo_desc']}'>{$this->lang->words['change_photo_link']}</a>

Заменить на:

<a data-clicklaunch="launchPhotoEditor" href="{parse url="app=members&module=profile&section=photo" base="public"}" id='change_photo' class='ipsType_smaller ipsPad' title='{$this->lang->words['change_photo_desc']}'><img src="{style_images_url}/photo.png" style="width: 100px;"></a>

Загрузки изображений в public/style_images/ваш стиль :

post-2-0-97648400-1446122303.png

Для публікації повідомлень створіть обліковий запис або авторизуйтесь