A good example is this customized smf forum here https://www.zerion.net/
Something like this here could be great.
Summaries (Showing excerpts on discussions page)
- Edited
itlo That's a portal, which is a very different approach than what this extension does.
great extension but not working on mobile view.
[deleted]
adexlly It's hidden by default on mobile, but can be changed with some CSS
@media (max-width: 767px) {
.DiscussionListItem-info .item-excerpt {
display: inherit!important;
overflow: hidden!important;
white-space: nowrap!important;
text-overflow: ellipsis!important;
}
}
[deleted]
010101 not sure about that, but glad it works as intended
- Edited
In future updates, this extension can show last reply in discussion? Maybe you will add a little selection for this. Thank you.
[deleted]
Is it compatibile with Flarum 0.1.0-beta.9?
[deleted] Yep.
[deleted]
tolgaaaltas Yep.
Thanks...
how we can show the last message's summary on that discussions page? is there anything we can do on the code?
sanwhere Missed this one when notifications were going bananas, sorry about that.
Summaries is using Flarum's built-in excerpts that are generated in the case of the discussion being stickied and for meta purposes, so I'd have to add more code in order to support a last message excerpt. Honestly, I like this extension being simple and I'm not very interested in expanding its features so much at this time.
Anyone is free to fork it for their own version with additional features, however.
- Edited
【BUG】
- How can I make this plugin not work for search results pages?
- Because if this plug-in is turned on, only the keywords in the title will be bolded in the search results page, and the keywords will not be displayed in bold in the excerpt of the post content.
- And the excerpt will only show contents from the beginning of the post, until the output length reaches the text length set by this plugin.
【When Summaries Turn on ↓】
【When Summaries Turn off ↓】
[deleted]
jordanjay29 is it possible to add support for @clarkwinkelmann WordPress integration please ? My list of discussions looks a bit odd with some having previews, and some not...
Thanks
[deleted]
@jordanjay29 as a suggestion, would it be possible to have the last comment made on a post as the summary in addition to the actual body of the original post ?
- Edited
tolgaaaltas [deleted] Yes, Alshain's Show Last Posts extension doesn't have the issue #91 that Summaries extension has.
[deleted]
- Edited
Littlegolden Yes, but I've found a bug in this extension too..
https://discuss.flarum.org/d/22664-show-last-posts/6
Littlegolden I apologize for not responding to your report sooner. I'll take a look and see why search results are trying to use my summaries instead of their own.
tolgaaaltas Yes, that one appears to be forked off of mine, and uses the same idea to accomplish the goal. I'm ever grateful to the dev for taking it on. I'd much prefer that extension to be successful and keep this one as a one-trick-pony.
[deleted] I'd have to take a look at Clark's extension code, if I can get access, but in the meantime, can you show me how the discussion list presents with a link or screenshot?