Jump to content
CMSTOOLS.org - форум поддержки и развития CMS

[Фича] Увеличение фотографии в поиске


Recommended Posts

DNoxy50t1CA.jpg  

Yxe6p0axU54.jpg

 

 

Ищем в  result_people.tpl:

<img src="{ava}" alt="" />

Меняем на:

<div class="gedit_user_bigph_wrap fl_l">
     <a class="gedit_bigph" onclick="Photo.Profile('{user-id}', '{big-ava}'); return false"><span          class="gedit_bigph_label">Увеличить</span></a>
     <img src="{ava}" alt="" />
</div>

В search.php перед:

//Возраст юзера
$user_birthday = explode('-', $row['user_birthday']);

Добавляем:

$tpl->set('{big-ava}', $row['user_photo']);

В style.css кидаем:

.gedit_user_bigph_wrap {width: 110px;height: 100px;overflow: hidden;position: relative;}
.gedit_bigph {position: absolute;color: white;margin-top: 100px;background: #333;background: rgba(0, 0, 0, 0.5);width: 100px;height: 15px;line-height: 15px;padding: 4px 0px 6px 0px;text-align: center;filter: alpha(opacity=75);-webkit-transition: all 400ms ease-in-out;-moz-transition: all 400ms ease-in-out;-o-transition: all 400ms ease-in-out;transition: all 400ms ease-in-out;}
.gedit_bigph_label {opacity: 0.75;-webkit-transition: opacity 100ms linear;-moz-transition: opacity 100ms linear;-o-transition: opacity 100ms linear;transition: opacity 100ms linear;padding: 0px 0px 1px 20px;background: url(../images/photo_icons.png) no-repeat left -60px;}
.gedit_user_bigph_wrap:hover .gedit_bigph {text-decoration:none;margin-top: 75px;-webkit-transition: all 400ms ease-in-out;-moz-transition: all 400ms ease-in-out;-o-transition: all 400ms ease-in-out;transition: all 400ms ease-in-out;}

С вас по лайку)

  • Upvote 1
Link to comment
Share on other sites

DNoxy50t1CA.jpg  

Yxe6p0axU54.jpg

 

 

Ищем в  result_people.tpl:

<img src="{ava}" alt="" />

Меняем на:

<div class="gedit_user_bigph_wrap fl_l">
     <a class="gedit_bigph" onclick="Photo.Profile('{user-id}', '{big-ava}'); return false"><span          class="gedit_bigph_label">Увеличить</span></a>
     <img src="{ava}" alt="" />
</div>

В search.php перед:

//Возраст юзера
$user_birthday = explode('-', $row['user_birthday']);

Добавляем:

$tpl->set('{big-ava}', $row['user_photo']);

В style.css кидаем:

.gedit_user_bigph_wrap {width: 110px;height: 100px;overflow: hidden;position: relative;}
.gedit_bigph {position: absolute;color: white;margin-top: 100px;background: #333;background: rgba(0, 0, 0, 0.5);width: 100px;height: 15px;line-height: 15px;padding: 4px 0px 6px 0px;text-align: center;filter: alpha(opacity=75);-webkit-transition: all 400ms ease-in-out;-moz-transition: all 400ms ease-in-out;-o-transition: all 400ms ease-in-out;transition: all 400ms ease-in-out;}
.gedit_bigph_label {opacity: 0.75;-webkit-transition: opacity 100ms linear;-moz-transition: opacity 100ms linear;-o-transition: opacity 100ms linear;transition: opacity 100ms linear;padding: 0px 0px 1px 20px;background: url(../images/photo_icons.png) no-repeat left -60px;}
.gedit_user_bigph_wrap:hover .gedit_bigph {text-decoration:none;margin-top: 75px;-webkit-transition: all 400ms ease-in-out;-moz-transition: all 400ms ease-in-out;-o-transition: all 400ms ease-in-out;transition: all 400ms ease-in-out;}

С вас по лайку)

Или по дизлайку, нихрена не работает.

Link to comment
Share on other sites

микснет чуточку не как оригинал вии, так что не все модули будут работать корректно. Правь код

Смысл править код если код в поиске людей один и тот же просто, там функций больше соответственно и кода.И потому, мод то взят с сборки Sloopy  не в переписанном виде, а чисто вырезанном.

Link to comment
Share on other sites

Смысл править код если код в поиске людей один и тот же просто, там функций больше соответственно и кода.И потому, мод то взят с сборки Sloopy  не в переписанном виде, а чисто вырезанном.

Kg8WQdEShss.jpg

 

отключи данную функцию (видно на скрине стрелкой) должно работать.

Link to comment
Share on other sites

  • 5 months later...
  • 3 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...