## ## Mod title: Similar Topics ## ## Mod version: 1.2 ## Works on PunBB: 1.2.* ## Release date: 2009-09-18 ## Author: Koos (pampoen10@yahoo.com) ## ## Description: Adds a table to the bottom of a topic displaying 5 similar topics. ## ## Affected files: viewtopic.php ## ## Affects DB: yes ## ## DISCLAIMER: Please note that "mods" are not officially supported by ## PunBB. Installation of this modification is done at your ## own risk. Backup your forum database and any and all ## applicable files before proceeding. ## # #---------[ 1. UPLOAD ]------------------------------------------------------ # install_mod.php include/similar_topics.php # #---------[ 2. RUN ]--------------------------------------------------------- # install_mod.php # #---------[ 3. DELETE ]------------------------------------------------------ # install_mod.php # #---------[ 4. OPEN ]-------------------------------------------------------- # viewtopic.php # #---------[ 5. FIND (line: 358) ]-------------------------------------------- # // Display quick post if enabled if ($quickpost) { # #---------[ 6. BEFORE, ADD ]------------------------------------------------- # // MOD: Similar Topics require(PUN_ROOT.'include/similar_topics.php');