Jump to content

Главная страница

Featured Replies

Добрый день!!!! 

Уважаемые знатоки. 

Подскажите как сделать так, чтобы на форуме на главной странице новости печатались с картинкой. 1.png

а вот как хотелось бы

2.png

помогите где поправить, чтобы показывало картинки на публикации

Link to comment
https://ipbmafia.ru/topic/15217-glavnaya-stranica/
Share on other sites
  • 2 недели спустя...

что никто не может ответить???

Link to comment
https://ipbmafia.ru/topic/15217-glavnaya-stranica/?&do=findComment&comment=112500
Share on other sites

Наверное так:

<img src="{$row->record_image}" />

 

Link to comment
https://ipbmafia.ru/topic/15217-glavnaya-stranica/?&do=findComment&comment=112502
Share on other sites
1 час назад, Respected сказал:

Наверное так:


<img src="{$row->record_image}" />

 

не получается.... извините за глупый вопрос.... а куда добавить этот код? добавлял в шаблоны базы данных и страницы результата нет

Link to comment
https://ipbmafia.ru/topic/15217-glavnaya-stranica/?&do=findComment&comment=112506
Share on other sites

Не появилась битая картинка?

Link to comment
https://ipbmafia.ru/topic/15217-glavnaya-stranica/?&do=findComment&comment=112507
Share on other sites
Только что, Respected сказал:

Не появилась битая картинка?

нет

Link to comment
https://ipbmafia.ru/topic/15217-glavnaya-stranica/?&do=findComment&comment=112508
Share on other sites

Значит не в тот шаблон добавил. Посмотри в настройках базы какой шаблон используется.

Link to comment
https://ipbmafia.ru/topic/15217-glavnaya-stranica/?&do=findComment&comment=112510
Share on other sites
1 час назад, Respected сказал:

Значит не в тот шаблон добавил. Посмотри в настройках базы какой шаблон используется.

я правильно понимаю, что я должен редактировать шаблоны баз данных в страницах? 

Link to comment
https://ipbmafia.ru/topic/15217-glavnaya-stranica/?&do=findComment&comment=112513
Share on other sites
4 минуты назад, paidion сказал:

я правильно понимаю, что я должен редактировать шаблоны баз данных в страницах? 

Да

Link to comment
https://ipbmafia.ru/topic/15217-glavnaya-stranica/?&do=findComment&comment=112516
Share on other sites
1 час назад, Respected сказал:

Значит не в тот шаблон добавил. Посмотри в настройках базы какой шаблон используется.

Я что то вообще ничего не понимаю. Куда его вставить. вот код шаблона куда я хочу вставить

<hr class='ipsHr'>
<section class='ipsType_normal ipsSpacer_both' >
	{{if count($articles)}}
		{{foreach $articles as $id => $record}}
			{{if $id == 0}}
				<div class='ipsGrid ipsGrid_collapsePhone'>
				{template="entry" app="cms" location="database" group="category_2_column_first_featured" params="$record, $database, 0"}
				</div>
			{{else}}
				{{if $id % 2}}
					<div class='ipsGrid ipsGrid_collapsePhone cmsCategory2col'>
				{{endif}}
				{template="entry" app="cms" location="database" group="category_2_column_first_featured" params="$record, $database, $id"}
				{{if  $id % 2 == 0}}
					</div>
				{{endif}}
			{{endif}}
		{{endforeach}}
	{{endif}}
</section>
{{if $database->featured_settings['pagination'] and ( $pagination['pages'] > 1 )}}
	{template="pagination" app="core" location="global" group="global" params="$url, $pagination['pages'], $pagination['page'], $database->featured_settings['perpage'], TRUE, 'page'"}
{{endif}}

 

Link to comment
https://ipbmafia.ru/topic/15217-glavnaya-stranica/?&do=findComment&comment=112520
Share on other sites
  • 1 месяц спустя...
{{if $id == 0}}
				<div class='ipsGrid ipsGrid_collapsePhone'>
				{template="entry" app="cms" location="database" group="category_2_column_first_featured" params="$record, $database, 0"}
				</div>
			{{else}}

Как тут вывести 2 закрепленных новости?

Link to comment
https://ipbmafia.ru/topic/15217-glavnaya-stranica/?&do=findComment&comment=116253
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.