This is the repository for the development of the phpBB Post Bookmark Extension.
This extension allows you to create bookmarks to posts. Bookmarks can be controlled in the UCP. When you post, you can quickly insert a link to a post by selecting it from the list of bookmarks.
Расширение позволяет создавать закладки на сообщения форума. Закладками можно управлять в личном разделе. При размещении сообщения можно быстро вставить ссылку на сообщение, выбрав его из списка закладок.
You can install this on the latest copy of the develop branch (phpBB 3.1-dev) by following the steps below:
- Download the latest release.
- Unzip the downloaded release, and change the name of the folder to
postbookmark
. Распакуйте загруженный архив и переименуйте папкуphpbb3.1-PostBookmark-master
вpostbookmark
. - In the
ext
directory of your phpBB board, create a new directory namedsheer
(if it does not already exist). - Copy the
postbookmark
folder tophpBB/ext/sheer/
. - Navigate in the ACP to
Customise -> Manage extensions
. - Look for
Post Bookmarks
under the Disabled Extensions list, and click itsEnable
link.
- Navigate in the ACP to
Customise -> Extension Management -> Extensions
. - Look for
Post Bookmarks
under the Enabled Extensions list, and click itsDisable
link. - To permanently uninstall, click
Delete Data
and then delete the/ext/sheer/postbookmark
folder.