ElkArte Community

Extending Elk => Addons => Topic started by: Spuds on August 03, 2014, 01:07:43 pm

Title: [ADDON] Bookmarks
Post by: Spuds on August 03, 2014, 01:07:43 pm
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
Title: Re: [ADDON] Bookmarks
Post by: emanuele on August 03, 2014, 03:47:27 pm
/me likes! :D
Title: Re: [ADDON] Bookmarks
Post by: Jorin on December 09, 2014, 06:30:21 am
Is there a way to import SMF bookmarks into ElkArte?
Title: Re: [ADDON] Bookmarks
Post by: TE on December 09, 2014, 09:47:18 am
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>
Title: Re: [ADDON] Bookmarks
Post by: inter on June 18, 2016, 01:01:05 pm
Russian lang  8)
Title: Re: [ADDON] Bookmarks
Post by: shaitan on February 22, 2017, 01:36:59 pm
French Translation in attachment
Title: Re: [ADDON] Bookmarks
Post by: Frenzie on February 24, 2017, 03:26:17 pm
Don't forget Turkish: https://github.com/Spuds/Elk-Bookmarks/pull/1 ;)
Title: Re: [ADDON] Bookmarks
Post by: inter on March 10, 2017, 12:09:43 pm
1 idea: bookmark for any messages (not only for the topics).
2 idea: to add this module on this site.
Title: Re: [ADDON] Bookmarks
Post by: Frenzie on November 13, 2017, 04:39:09 am
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. :)
Title: Re: [ADDON] Bookmarks
Post by: Spuds on November 26, 2017, 04:46:29 pm
Updated the package with 1.1 support.
Title: Re: [ADDON] Bookmarks
Post by: Jorin on June 05, 2018, 08:52:15 am
German translation...

Thanks, great addon! I have two suggestions:

Title: Re: [ADDON] Bookmarks
Post by: Spuds on June 05, 2018, 05:48:34 pm
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.
Title: Re: [ADDON] Bookmarks
Post by: Jorin on June 06, 2018, 02:06:27 am
There's a space missing between the "new" button in the bookmark list and the thread title.
Title: Re: [ADDON] Bookmarks
Post by: JPalmer on September 29, 2020, 02:50:18 am
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.
Title: Re: [ADDON] Bookmarks
Post by: inter on May 26, 2021, 07:08:17 am
idea.
see screenshot.
(Link-7059)
if bookmark added - added emoji icon ✔️ before title.
Title: Re: [ADDON] Bookmarks
Post by: Spuds on May 26, 2021, 11:46:05 am
Thanks @inter for the suggestion and even more so for the PR that implements it :D