原文:
https://discuss.flarum.org/d/22664
作者:
Alshain
Show Last Post Extension by FlarumAlshain
有了本扩展,您能得到:
- 将最新回帖的内容作为摘要显示在全部主题列表中。
- 如果没有最新回帖,则会显示首贴内容。
- 兼容 BBCode 内容(图片、超链接等等)。
安装
composer require flarumalshain/showlastpost
更新
composer update flarumalshain/showlastpost
如果您正在使用 Flarum土耳其 的自定义 CSS,请添加:
.DiscussionListItem-info .item-lastpost img{
max-width: 100% !important;
height:300px !important
}
.DiscussionListItem-info .item-lastpost {color: #696969 !important; font-size: 14px !important;}
.PostStream-item:not(:last-child) {
border-bottom: none;
}
@media (min-width: 767px) {
.DiscussionListItem-info .item-lastpost {
margin-left: 10px;
padding-bottom: 8px;
border-bottom: 1px solid #d7dfea;
margin-bottom: 15px;
margin-right: -40px !important;
}}
@media (max-width: 767px) {
.DiscussionListItem-info .item-lastpost{
margin-right: -30px !important;
white-space: normal !important;
font-size: 14px !important;
margin-left: -40px !important;
line-height: 1.5em !important;
margin-bottom: 25px !important;
color: #3a3a3a !important;
display: block !important;
border-bottom: 1px solid #d7dfea;
padding-bottom: 5px;
}
链接
本译文仅用于学习和交流目的,转载请务必注明文章译者、原文出处、和本文链接。