Нужна помощь по модулю

Статус
В этой теме нельзя размещать новые ответы.
Версия XenForo
v2.2.1

Dima Nikolaev

Проверенные
Сообщения
26
Решения
1
Реакции
12
Баллы
30
Скажите пожалуйста, модуль.

[Xenbros] Home Blog 1.4.1​

Шаблон там где превью, Спасибо за помощь!
<xf:css src="home_blog_xenbros_list_css.less" />
<div class="block-body xb_main_con">


<xf:foreach loop="$threads" value="$thread">
<div class="ne_gt_left_top_main_wrapper ne_gt_left_top_main_wrapper1">

<div class="ne_gt_left_img_cont_main_wrapper">
<div class="ne_gt_left_img_main_wrapper">
<a href="{{ link('threads' . (($thread.isUnread() AND !$forceRead) ? '/unread' : ''), $thread) }}" >
<xf:if is="{$thread.getfirstImgUrl()}">
<img src="{$thread.getfirstImgUrl()}">
<xf:elseif is="$thread.FirstPost.Attachments.first()" />
<img src="{{ link('full:attachments', $thread.FirstPost.Attachments.first()) }}">
<xf:else/>
<img src="{$xf.options.hb_xenbros_default_image}" >
</xf:if>
</a>
<a href="{{ link('forums', $thread.Forum) }}" class="hb_thead_category"> <h2>{$thread.Forum.title}</h2></a>
</div>
<div class="xb_hb_right_container">
<a href="{{ link('threads' . (($thread.isUnread() AND !$forceRead) ? '/unread' : ''), $thread) }}" class="" data-tp-primary="on" data-xf-init="{{ $canPreview ? 'preview-tooltip' : '' }}" data-preview-url="{{ $canPreview ? link('threads/preview', $thread) : '' }}"><h3>{$thread.title}</h3></a>
<ul class="ne_re_social1_wrapper">
<li data-animation="animated fadeInLeft"><i class="far fa-user" style="font-size: 14px;"></i> <xf:username user="$thread.User" defaultname="{$thread.username}" />
<i class="far fa-clock" style="font-size: 14px; padding-left:8px;"></i> <a href="{{ link('threads', $thread) }}" rel="nofollow"><xf:date time="{$thread.post_date}" /></a>
</li>
</ul>
<p>{{ snippet($thread.FirstPost.message,{$xf.options.xb_hb_number_of_expert}, {'stripQuote': true}) }}</p>
<a href="{{ link('threads', $thread) }}" class=" xb_hb_read_more">{{phrase('xb_hb_read_more')}} </a>
</div>
</div>
</div>
</xf:foreach>


<xf:if is="!{$xf.options.xb_hb_hide_pagination} ">
<xf:if is="{$nodeid}">
<xf:pagenav page="{$page}" perpage="{$perPage}" total="{$total}" link="{{ link('threadhome/Nodeview', $thread ) }}" wrapperclass="block" />
<xf:else/>
<xf:pagenav page="{$page}" perpage="{$perPage}" total="{$total}" link="threadhome" wrapperclass="block" />
</xf:if>
</xf:if>
</div>
В разделе блок есть превью. картинки которые подтягиваются с темы. напишите какой код вставить, чтоб для всех превью была одна и та-же картинкаБез имени.png
 
Статус
В этой теме нельзя размещать новые ответы.
Современный облачный хостинг провайдер | Aéza
Назад
Сверху Снизу