Dit is de readme file van de mod
##############################################################
## MOD Title: Topics Anywhere (topics_anywhere.php)
## MOD Author: DtM <
dtm@yucom.be > (Dennis Heeren)
http://forum.afsvlaanderen.be/viewforum.php?f=27
## MOD Description: Place links to the topics from any forum on your phpBB on any page anywhere
## you want - no support for PHP, SSI, or whatever needed because it uses
## JavaScript to show the topic titles - all you need is phpBB running somewhere
## MOD Version: 1.8.0
##
## Installation Level: easy
## Installation Time: about 5 Minutes
## Files To Edit: none (except topics_anywhere.php itself)
## Included Files: topics_anywhere.php
## languages/lang_bosnian/lang_topics_anywhere.php
## languages/lang_dutch/lang_topics_anywhere.php
## languages/lang_english/lang_topics_anywhere.php
## languages/lang_french/lang_topics_anywhere.php
## languages/lang_german/lang_topics_anywhere.php
## languages/lang_italian/lang_topics_anywhere.php
## languages/lang_polish/lang_topics_anywhere.php
## languages/lang_romanian/lang_topics_anywhere.php
## languages/lang_russian/lang_topics_anywhere.php
## languages/lang_spanish/lang_topics_anywhere.php
## templates/subSilver/topics_anywhere_body.tpl
## templates/subSilver/topics_anywhere_result.tpl
##############################################################
## For Security Purposes, Please Check:
http://www.phpbb.com/mods/downloads/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at:
http://www.phpbb.com/mods/downloads/
##############################################################
## Author Notes: In my eyes, this isn't really a MOD, more an ADDON, because there is no
## need to modify any of phpBB's files.
## You have to configure topics_anywhere.php itself though. Just open it in
## your favourite PHP editor (or notepad) and change whatever is necessary
## in the "Config Section". Just read the comments in the file to guide you.
## When you've done that, place the files in the appropriate directories, then
## point your browser to topics_anywhere.php and follow the steps...
##
## Topics Anywhere should work with phpBB 2.0.0 (not tested), and does work with
## phpBB 2.0.1, phpBB 2.0.2, phpBB 2.0.3 and phpBB 2.0.4 (all tested). The code
## generated with earlier versions of Topics Anywhere can still be parsed by newer
## versions of Topics Anywhere. Only if you want to use new features, you should
## go to topics_anywhere.php again to generate a new code to copy and paste.
##
## Credits to: - Eric Fichot (or AideInfo) <
phpbb@aideinfo.fr.fm >
## Translated the Topics Anywhere language file into French
## - Antonio Mercurio (or Mercurio) <
antonio.mercurio@progetto.sardegna.it >
## Translated the Topics Anywhere language file into Italian
## - Boris Lifanovsky (or kaschei) <
boris@lifanovsky.com >
## Translated the Topics Anywhere language file into Russian
## - Karsten Pawlik <
support@designlab.de >
## Translated the Topics Anywhere language file into German (not formal)
## - Daniel Tanasie (or danielt2) <
danielt@qct.ro >
## Translated the Topics Anywhere language file into Romanian
## - Guillermo Cádiz (or ::wallax::) <
wallax@terra.cl >
## Translated the Topics Anywhere language file into Spanish
## - Tomasz Fabiszewski (or Bolo) <
info@mogilno.com >
## Translated the Topics Anywhere language file into Polish
## - Sanel Fejziæ <
info@Humci.net >
## Translated the Topics Anywhere language file into Bosnian
##
## Thanks to: - The people who translated (and are translating) the Topics Anywhere lang file
## - The phpBB community (especially AbelaJohnB for updating the MOD db)
## - Everyone who has reported bugs to me so I could fix them
## - Everyone who has given suggestions for new features
## - And last but not least thanks to everyone who is using Topics Anywhere
##############################################################
## MOD History:
##
## v1.0.0 (august 30th, 2002)
## - Initial Release
## v1.0.1 (august 31st, 2002)
## - Bugfix: had placed an else clause in the wrong place - now it's ok...
## v1.0.2 (september 9th, 2002)
## - Bugfix: forgot a slash in the latest post jump icon URL...
## v1.1.0 (september 24th, 2002)
## - COMPATIBLE WITH phpBB 2.0.0 (not tested), 2.0.1 (tested) AND 2.0.2 (tested)
## - New feature: possibility to show topics of all forums on your board
## - New feature: when you show the amount of replies, the 'Replies' word is optional
## - Changed: allowed input length for class names is now 25 characters
## - Changed: the way locked/moved/polled stickys/announcements are displayed (now says eg. 'Sticky: (Locked)')
## - Changed: made the output code more performant by using arrays instead of concatenation
## - Changed: error reporting routine
## - Changed: '1 Reply' instead of '1 Replies' (made a singular form)
## v1.1.1 (october 2nd, 2002)
## - COMPATIBLE WITH phpBB 2.0.0 (not tested), 2.0.1 (tested), 2.0.2 (tested) AND 2.0.3 (tested)
## v1.1.2 (october 2nd, 2002)
## - Bugfix: problems when there were quotes in topic titles solved
## v1.1.3 (october 3rd, 2002)
## - Changed: Topics Anywhere is now conforming the HTML 4.01 standard
## v1.1.4 (october 15th, 2002)
## - Bugfix: when PHP's register_globals is set to Off, Topics Anywhere now handles global variables the correct way
## v1.2.0 (october 22nd, 2002)
## - New feature: possibility to show topics from multiple forums (not only 'one' or 'all')
## - New feature: show the name of the forum a topic is in (as a link if you want)
## v1.2.1 (october 27th, 2002)
## - Bugfix: the last post icon URL now opens in the correct target window
## v1.2.2 (november 15th, 2002)
## - Bugfix: if there were more announcements than the max amount of topics to show, Topics Anywhere would show
## all topics on the whole forum. This is fixed, it shows the right number of topics now...
## v1.3.0 (december 16th, 2002)
## - New feature: only allow Administrators/Moderators/Registered users to setup a Topics Anywhere script
## - Bugfix: problems when there were quotes in forum names when not as a link solved
## - Added: French translation of the Topics Anywhere language file (by Eric Fichot)
## v1.4.0 (january 13th, 2003)
## - New feature: new layout option - possibility to use breaks in output
## - New feature: possibility to hide certain forums from the 'picklist' on the setup page
## - New feature: sort on priority of topic (first announcements, then sticky, then normal) or on date
## - New feature: jump to last post icon as bullet
## - Changed: now using less variables
## - Added: Italian translation of the Topics Anywhere language file (by Antonio Mercurio)
## v1.5.0 (january 17th, 2003)
## - COMPATIBLE WITH phpBB 2.0.0 (not tested), 2.0.1, 2.0.2, 2.0.3 AND 2.0.4 (all tested)
## - New feature: define max length (in chars) of the topic title
## - Changed: version number of the previous release to conform the standard used by phpBB (renamed 1.3.1 to 1.4.0)
## - Changed: install.txt to comply with the new MOD Template
## - Bugfix: forgot to update one variable to work with PHP's register_globals set to Off, done now
## v1.6.0 (february 10th, 2003)
## - New feature: option to hide labels (Announcement, Sticky, Poll, ...)
## - Changed: Topics Anywhere will show a decent message when the source board is disabled instead of nothing
## - Changed: install.txt to comply with the official MOD Template
## - Added: Russian translation of the Topics Anywhere language file (by Boris Lifanovsky)
## - Added: German (not formal) translation of the Topics Anywhere language file (by Karsten Pawlik)
## v1.6.1 (february 11th, 2003)
## - Bugfix: in the output the CSS & HTML tags were not correctly nested - this is changed
## v1.6.2 (march 17th, 2003)
## - Changed: CSS class used by the input fields to work with other themes than SubSilver
## - Changed: install.txt to comply with the new MOD Template
## - Bugfix: topic titles from hidden forums were shown when all forums are selected - this is corrected
## v1.7.0 (may 18th, 2003)
## - New feature: possibility to add a blank line between the topic titles
## - New feature: you can now also select a forum category from which the topic titles should come
## - Changed: enhanced some parts of the code to be more performant
## - Bugfix: one variable didn't work with PHP's register_globals set to Off - this is fixed
## - Added: Romanian translation of the Topics Anywhere language file (by Daniel Tanasie)
## - Added: Spanish translation of the Topics Anywhere language file (by Guillermo Cádiz)
## v1.7.1 (may 18th, 2003)
## - Changed: install.txt to comply with the official MOD Template
## v1.7.2 (may 20th, 2003)
## - Bugfix: fixed an error in the Spanish lang file
## v1.7.3 (june 2nd, 2003)
## - Bugfix: replaced a forgotten hardcoded '.php' with $phpEx
## - Added: Polish translation of the Topics Anywhere language file (by Tomek Fabiszewski)
## v1.8.0 (june 20th, 2003)
## - COMPATIBLE WITH phpBB 2.0.5 and all previous versions (2.0.0 (not tested) and 2.0.1 to 2.0.4 (tested))
## - New feature: option to show/hide regular topics
## - New feature: a not-really-foolproof check to see if the famous $full_url at least has been modified
## - Changed: a little code enhancement so in some cases there will be less work (queries to the DB) to do
## - Changed: more extensive comments in config section of topics_anywhere.php
## - Added: Bosnian translation of the Topics Anywhere language file (by Sanel Fejziæ)
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ COPY ]------------------------------------------
#
copy topics_anywhere.php to topics_anywhere.php
copy language/lang_bosnian/lang_topics_anywhere.php to language/lang_bosnian/lang_topics_anywhere.php
copy language/lang_dutch/lang_topics_anywhere.php to language/lang_dutch/lang_topics_anywhere.php
copy language/lang_english/lang_topics_anywhere.php to language/lang_english/lang_topics_anywhere.php
copy language/lang_french/lang_topics_anywhere.php to language/lang_french/lang_topics_anywhere.php
copy language/lang_german/lang_topics_anywhere.php to language/lang_german/lang_topics_anywhere.php
copy language/lang_italian/lang_topics_anywhere.php to language/lang_italian/lang_topics_anywhere.php
copy language/lang_polish/lang_topics_anywhere.php to language/lang_polish/lang_topics_anywhere.php
copy language/lang_romanian/lang_topics_anywhere.php to language/lang_romanian/lang_topics_anywhere.php
copy language/lang_russian/lang_topics_anywhere.php to language/lang_russian/lang_topics_anywhere.php
copy language/lang_spanish/lang_topics_anywhere.php to language/lang_spanish/lang_topics_anywhere.php
copy templates/subSilver/topics_anywhere_body.tpl to templates/subSilver/topics_anywhere_body.tpl
copy templates/subSilver/topics_anywhere_result.tpl to templates/subSilver/topics_anywhere_result.tpl
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM