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;
}
    10 days later

    0.2.0

    • Update for beta 16
    Updating
    composer require ianm/synopsis:"*"
    php flarum cache:clear
    6 days later

    Hello can you make Display an excerpt from each discussion in discussion lists (Mobile) enable by default? for beta 15

    2 months later

    1.0.0

    • Flarum 1.0 ready
    composer require ianm/synopsis:"*"
    php flarum cache:clear
    8 days later

    Anonymous43 nothing, other than bumping the flarum/core requirement to 1.0.0, ready for the upcoming stable release

    13 days later

    Stumbled upon this picture in here, It would be nice if ONLY after text topic, read more link appears.

      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.

      12 days later

      Whoops, my bad.

      I'm just willing to pay for work. Who is going to use it, I don't care, share it with everyone.

        14 days later

        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:
        P@R_7BCWW_T~C16N_DTXUDG.png
        First post:
        B_M_N7_56X~WRT48W_9L1U3.png
        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:
        M_Z_NAO~YAT9EGX`EMSSIL3.png

        Try to put more characters to display, I think there was some issue like that going on.

        3 months later

        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?