Jump to content

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

Featured Replies

  • Author
comment_94712

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

comment_94715

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

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

  • Author
comment_94726

А почему бы просто не посмотреть код шаблонов 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.