Jump to content

Вывести картинку профиля в сообщение

Featured Replies

  On 24.10.2015 at 16:50, kanv1s said:

Подскажите хотя бы как ее в каком нибудь виде там вывести. Стили и так далее сам подровняю.

А почему бы просто не посмотреть код шаблонов Profile? Там есть код, выводящий обложку.

  • Author
  On 24.10.2015 at 17:48, IandroidFan said:

А почему бы просто не посмотреть код шаблонов Profile? Там есть код, выводящий обложку.

Само собой смотрел.

	<div class='ipsPageHead_special {{if $small === true}}cProfileHeaderMinimal{{endif}}' id='elProfileHeader' data-controller='core.front.core.coverPhoto' data-url="{$member->url()->csrf()}" data-coverOffset='{$coverPhoto->offset}'>
		{{if $coverPhoto->file}}
			<div class='ipsCoverPhoto_container'>
				<img src='{$coverPhoto->file->url}' class='ipsCoverPhoto_photo' alt=''>
			</div>
		{{endif}}
	
</div>

Вот он. Когда вставляю его в postContainer, все ломается и выдает белый лист.
Просто я не так хорош в php и не понимаю, какая тут логика отображения. Что требуется, что бы все работало.

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.