MyBB Community Forums

Full Version: Bookmark Post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Bookmark-Post
A plugin for MyBB to Bookmark posts those are important to get quick access on a later stage

Authors Latest Version
  • 1.0.0 (Initial Release)
Compatibility
  • MyBB 1.8.x Series
  • PHP 7+
Implemented Features
  • Users can bookmark any visible post the feel useful for future reference
  • The list of bookmarked posts appears in user's UCP for quick access
Planned Features
  • Add personalized notes against each bookmarked post
  • AJAX bookmark removal
  • Remove bookmarks directly from UCP
  • Show number of posts bookmarked by the user in user profile
  • Show number of posts made by the user that others bookmarked in user profile
  • Limit bookmarking per usergroup (might be useful for those paid group promotion sites)
  • Export bookmarked posts (might be bridged and implemented in / as a part of Export Posts Plugin)
External Dependency
  • No external dependency
Resource Location / Support:
Thanks for your contribution, perhaps some screenshots for preview Wink
Thanks effone, Laird and Omar for putting it together.

I like it. I actually wanted something like this. Looking forward to any possible future updates / planned features.

On my forum I'm using the Google SEO plugin and forcing the use of absolute urls. I had to make a small modification to the redirect url in the makepost_commit() function to avoid 404's, by adding in the bburl to showthread url :

redirect( $mybb->settings['bburl'] . "/showthread.php?tid={$tid}&pid={$pid}#pid{$pid}", 
$lang->{'markpost_' . $mybb->input['action'] . $state . '_message'}, 
'', 
(bool) $mybb->settings['markpost_force_redirect']
);

Glad you liked the effort.
Your point is well taken:
https://github.com/mybbgroup/Bookmark-Post/issues/14

(2021-04-09, 08:03 PM)Omar G. Wrote: [ -> ]...perhaps some screenshots for preview Wink

Soon Big Grin
Great work, looking forward to the ajax implementation on this plugin
I hope that effone will bring a new update soon Smile
It would be more perfect to save posts to each custom folder/topic
You mean categorized listing in UCP?
(2021-05-21, 03:50 AM)effone Wrote: [ -> ]You mean categorized listing in UCP?

That's right  Heart
There are many planned features for the next release, so stay tuned Smile I think that @effone is saving energy for it! Smile
Pages: 1 2