Any way to make synopsis to show as wide as "red" instead of yellow? Thank you IanM
Synopsis
- Edited
Hi, would you consider an option to let admin set it for all users as enabled
? Most of ppl is to lazy to even dive in some options and its a shame because of it gives wonderful user experiance.
For now as admins can't enable it for logged users by default
I have to use code which allowes not logged users to see Synopsis
@media (max-width: 767px) {
.DiscussionListItem-info .item-excerpt {
display: block !important;
}}
.Settings-Summaries {
display: none;
}
0.2.0
- Update for beta 16
Updating
composer require ianm/synopsis:"*"
php flarum cache:clear
- Edited
Hello can you make Display an excerpt from each discussion in discussion lists (Mobile) enable by default? for beta 15
There is a fix for that, look above.
1.0.0
- Flarum 1.0 ready
composer require ianm/synopsis:"*"
php flarum cache:clear
What was added?
Anonymous43 nothing, other than bumping the flarum/core requirement to 1.0.0
, ready for the upcoming stable release
Anonymous43 Isn't that the read more extension by @Justoverclock ?
Yea. So. I just used an image as an example.
Anonymous43 but would you not want to use that extension for this purpose? Isn't that what it already does? Or is there something that extension doesn't cover.
I dont think that extension works on synopsis. I just need something similar for synopsis instead of 3 dots ... And not on anything else.
@IanM if you can accmplish https://discuss.flarum.org/d/25772-synopsis/20 and read more link instead of ... . I will personally pay you for it.
Anonymous43 your image link is dead at 20th. entry.
- Edited
Although the first post is modified, it seems that the summary will not be updated, even after I clear the cache?
Examples are as follows:
Abstract:
First post:
You can see that the backslash is not included in the first post, but it is included in the summary.
My plugin configuration is as follows:
Try to put more characters to display, I think there was some issue like that going on.
IanM Is there anyway to add via css "..." like it has in the mobile version?
Anonymous43 care to explain what exactly you want to see? Do you want to replace the triple dots so that this "read more" indicator can be configured from the admin area as a setting?