Skip to main content
Topic: [ADDON] Bookmarks (Read 9363 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[ADDON] Bookmarks

I got Aaron's permission to port the bookmarks modification over to ElkArte, so here we go  :)

Bookmarks for ElkArte V2.6.0


License
This Elkarte addon is released under a BSD-3-Clause license.

Introduction
With this simple addon you can easily keep track of the topics that you like as bookmarks.  Each user will have their own bookmark list enabling them to easily find the topics that they refer to often.

Features
 o One-click adding/removing of bookmarks.
 o User friendly interface for managing bookmarks.
 o Automatically delete bookmarks when the topic they link to is deleted.
 o No source edit, all done with hooks.

Repo
https://bitbucket.org/spuds_/elk_bookmarks
Source
https://bitbucket.org/spuds_/elk_bookmarks/src
Download
https://elkarte.github.io/addons//feature/Bookmarks.html
Last Edit: January 12, 2024, 07:03:04 pm by Spuds

Re: [ADDON] Bookmarks

Reply #1

 emanuele likes! :D
Bugs creator.
Features destroyer.
Template killer.

Re: [ADDON] Bookmarks

Reply #2

Is there a way to import SMF bookmarks into ElkArte?

Re: [ADDON] Bookmarks

Reply #3

yep, should be easy.. just copying the whole smf_bookmarks to elkarte_bookmarks should be enough (in theory).

Edit:  add this to smf2-0_importer.xml from OpenImporter,
Code: (smf2-0_importer.xml) [Select]
	<step>
<title>Importing Bookmarks</title>
<detect>{$from_prefix}bookmarks</detect>
<destination>{$to_prefix}bookmarks</destination>
<presql>TRUNCATE {$to_prefix}bookmarks;</presql>
<query>
SELECT *
FROM {$from_prefix}bookmarks;
</query>
</step>
Thorsten "TE" Eurich
------------------------

Re: [ADDON] Bookmarks

Reply #4

Russian lang  8)

Re: [ADDON] Bookmarks

Reply #5

French Translation in attachment


Re: [ADDON] Bookmarks

Reply #7

1 idea: bookmark for any messages (not only for the topics).
2 idea: to add this module on this site.
Sorry for my English

Re: [ADDON] Bookmarks

Reply #8

This add-on seems to work fine on 1.1.

Btw @Spuds it looks like development is on GH but the links in the OP point to Bitbucket. :)

Re: [ADDON] Bookmarks

Reply #9

Updated the package with 1.1 support.

Re: [ADDON] Bookmarks

Reply #10

German translation...

Thanks, great addon! I have two suggestions:

  • Is it possible to add a bookmark and delete a bookmark with the button in the thread? Would be an equal handling to the abonnement-button then and much easier to use imo.
    Right now the bookmark can only deleted within the bookmark list. This option must stay of course!
  • The position of the menu entry for the bookmark list is not really optimal.  ;)  I would prefer it as a button between "notifications" and "new posts" in the top menu of the board. I know I can modify my menu template.  ;)

Re: [ADDON] Bookmarks

Reply #11

Thanks for the translation :D ... I'll add it to the package.

I'll also track the enhancement requests on GitHub, good ideas but it will be a bit before I can look at it in any detail.

Re: [ADDON] Bookmarks

Reply #12

There's a space missing between the "new" button in the bookmark list and the thread title.

Re: [ADDON] Bookmarks

Reply #13

I'm interested in using this add-on. Installed it and enabled it in the settings. My problem is that a user with administration rights can see the button in a topic and the bookmarks list. All "ordinary" users can't see them. For them it looks like the add-on is not existing at all.

What could be the problem here? Any hint is welcome.

EDIT: Never mind, I found the reason. I was not aware that the add-on introduces a new permission flag that has to be set. I'll leave this note as it might help others facing the same problem.
Last Edit: September 29, 2020, 02:59:05 am by JPalmer

Re: [ADDON] Bookmarks

Reply #14

idea.
see screenshot.
Screenshot_2021-05-26 Анекдоты.png
if bookmark added - added emoji icon :check_mark: before title.
Sorry for my English