Discussion Bookmarks

License Latest Stable Version Total Downloads Donate

This extension lets user bookmark discussions.

Bookmarked discussions have a badge and appear under the additional bookmarks page.

Bookmarked discussions work similarly to Followed discussions, but don't have any notification system linked to them.

A single setting lets you customize whether you want the control to be accessible in the discussion side navigation like the subscription, or only in the discussion dropdown.

Installation

composer require clarkwinkelmann/flarum-ext-discussion-bookmarks

Upgrade from v1

Version 1.x of the extension used the package name clarkwinkelmann/flarum-ext-bookmarks.

Simply run the require command from above to install the new extension.
The old extension will automatically be disabled.

The extension settings will not be preserved, so make sure to reconfigure them after upgrading (there's just one setting in the v1 version).

The default URL for bookmarks changed and no redirect is provided.

Your custom CSS might require adjusting to CSS class name changes.

Support

This extension is under minimal maintenance.

It was developed for a client and released as open-source for the benefit of the community.
I might publish simple bugfixes or compatibility updates for free.

You can contact me to sponsor additional features or updates.

Support is offered on a "best effort" basis through the Flarum community thread.

Sponsors: Phenomlab, ctml, Glowing Blue

Links

    HD3D It does work on both beta 13 (version 0.1.0) and beta 14 (version 0.1.1).

    The extension is not new, it just didn't have a Discuss thread before. It was created during one of my live streams before beta 14 release.

    You can only bookmark discussions with this – not specific posts w/in a discussion, is that correct?

    I'd love to see post bookmarking at some point – would find it quite useful even here, on discuss, for those discussions that have thousands of responses. I often find myself searching for a specific reply that had info I needed to reference.

      2 months later

      Sir, i instal this extension into my localhost, and files from my localhost i upload into my cpanel (the same way i update my instaled extensions) flarum>vendor>clarkwinkelmann>flarum-ext-bookmarks how i can enable the extension to view and change settings. Can't see in my dashboard from the lefts side.

      ty

        Xkyer sorry but I can't help with unsupported install methods. If the extension doesn't show up, you likely didn't copy all the updated files from Composer. Please try to use Composer on the host.

          clarkwinkelmann idk how to use composer on the host. I use only terminal from my mac into my localhost for instaling extension.

          thanks alot btw.

          2 months later

          mekici this extension was designed as an easy example for new extension developers, mostly re-using logic from Flarum's Subscription extension.

          I currently don't have any use case for a bookmarking extension myself and nobody has approached me to sponsor additional or different features yet, so there's no plan to bring any additional feature within this extension at this time.

            If this can bookmark post rather than discussion, it would be lovely.

            21 days later
            1 post was split to Tmp1.
            3 months later
            2 months later

            Hi clarkwinkelmann . Add forum.js to your code
            && "comment" === o.contentType()
            in Object(e.extend)(i.a, "userControls", function (t, o) {
            app.session.user **THIS** && "menu" === app.forum.attribute("post-bookmarks.buttonPosition") && t.add("bookmark", j.component({ className: "Button", post: o }));
            }),

            This code will hide the 3 dots button in the banner of a closed and pinned discussion

              Provokator86 you're saying the event posts can be bookmarked and that's undesirable? It's true that there's currently no filtering on which kinds of posts can be bookmarked. Not sure if that's a bug or feature though because there are other kind of event posts that users could want to bookmark.

              I don't recommend modifying any file in vendor as the changes will be overridden during any update.

              I'll try to take a look if I ever publish an update.