BOOKMARKS MOD 1.1.1i
(c) 2002-2006 by Philipp Kordowich
Visit http://phpbb.kordowich.net/ for updates

About this Mod
--------------
This mod allows registered users to keep bookmarks of topics they are interested in. The bookmarks are stored in the database so that the users can access them independent from which computer they are accessing the board. An option to set a bookmark when creating a new post or a reply is also included as well as a preference setting in the profile.


System requirements
-------------------
- phpBB 2.0.5 to 2.0.19 (This mod works without any problems with phpBB 2.0.4. But since the names of some variables have changed in the phpBB-Code, there may be some differences in the code fragments you have to search for.)
- A MySQL-Database. The mod should also work with other databases supported by phpBB, but you may need to adapt the SQL commands (especial the ones for altering the tables). Any hints how to support other databases are welcome.
- A little bit of space on your Web-Server and on your Database.


Installing instructions
-----------------------
Installing instructions can be found in bookmarks.txt. If you have problems with the format of the instructions please visit phpbb.com for further assistance.
It is strongly recommended that you backup all your files and your database before doing any changes!


Additional information
----------------------
Since this mod was developed originally for a German board, a German translation is also included. You do not need to add the German parts as long as you don't need them.
This version only works with the subSilver-theme provided with the original Files of phpBB. You need to adapt any other theme for using it with this mod.


Files included
--------------
bookmarks.txt                      - Mod information file
update_110_to_111.txt              - Update information for users of version 1.1.0 of this mod
README.txt                         - Well, you are reading it :-)
files/update_db_for_bookmarks.php  - Script for updating a MySQL-Database. Please see bookmarks.txt for usage instructions
files/functions_bookmark.php       - Some functions to handle the bookmarks
files/icon_mini_bookmark.gif       - Icon for the menu
files/search_results_bookmarks.tpl - Template for the result page


Version history
---------------
1.0.0  (2002-12-01): First version
1.0.1  (2002-12-06): Fixing swapped FIND and REPLACE WITH section for $tables in admin/admin_db_utilities.php (Thanks to Michal)
1.0.2  (2003-01-16): Changes for phpBB 2.0.4
1.0.3  (2003-06-27): Changes for phpBB 2.0.5, fix of a security issue
1.0.4  (2003-07-05): Fix in cases where multiple bookmarks should be deleted
1.1.0  (2003-07-30): Added functions for Mozilla Navigation Bar
1.1.0a (2003-08-10): Just the same as version 1.1.0 but with a remark for compatibility with phpBB 2.0.6
1.1.0b (2003-08-31): Fixed a small issue in update_db_for_bookmarks.php (Thanks to Mike)
1.1.1  (2004-03-13): Minor adjustments for phpBB 2.0.7
1.1.1a (2004-03-26): Just the same as version 1.1.1 but with a remark for compatibility with phpBB 2.0.8
1.1.1b (2004-07-13): Just the same as version 1.1.1 but with a remark for compatibility with phpBB 2.0.9
1.1.1c (2004-07-29): Just the same as version 1.1.1 but with a remark for compatibility with phpBB 2.0.10
1.1.1d (2004-12-05): Just the same as version 1.1.1 but with a remark for compatibility with phpBB 2.0.11
1.1.1e (2005-03-27): Just the same as version 1.1.1 but with a remark for compatibility with phpBB 2.0.13
1.1.1f (2005-04-17): Just the same as version 1.1.1 but with a remark for compatibility with phpBB 2.0.14
1.1.1g (2005-05-16): Just the same as version 1.1.1 but with a remark for compatibility with phpBB 2.0.15
1.1.1h (2005-07-28): Just the same as version 1.1.1 but with a remark for compatibility with phpBB 2.0.17
1.1.1i (2005-12-30): Just the same as version 1.1.1 but with a remark for compatibility with phpBB 2.0.19


Support
-------
Please do NOT contact me directly by e-mail or private message for any support request. Please use the forums provided on http://www.phpbb.com/, http://www.phpbb.de/ or http://www.phpbbhacks.com/ for any support request. If you do not get an answer in an appropriate time, please feel free to contact me with a private message (Username in all forums: PhilippK).
Direct e-mail-contact only will be supported for security vulnerabilities or other bugs. See bookmarks.txt for contact details.