A
A
Anto2017-02-19 13:17:59
1C-Bitrix
Anto, 2017-02-19 13:17:59

Is it possible to display MORE_PHOTO in the News List component?

Good afternoon.
Tell me if it is possible or not to display a lot of photos in the news list component, if possible, tell me how, in the news component, everything works in detail, MORE_PHOTO is displayed, but not in the news list.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikita, 2017-02-20
@Rema1ns

In the component settings, select MORE_PHOTO, and I will throw off a piece of code that displays all the photos

<? if (!$arItem['DISPLAY_PROPERTIES']['MORE_PHOTO']['FILE_VALUE']['ID']){?>
     <? foreach ($arItem['DISPLAY_PROPERTIES']['MORE_PHOTO']['FILE_VALUE'] as $image) { ?>
  <div class="event-slide-item" 
               style="background-image: url(<?=$image['SRC']?>); >
  </div>
     <?}?>
<?} else { ?>
   <div
            class="event-slide-item"
            style="background-image: url(<?=$arItem['DISPLAY_PROPERTIES']['MORE_PHOTO']['FILE_VALUE']['SRC']?>);                   >
    </div>
  <?}?>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question