vse / similartopics
A phpBB extension that displays a list of similar (related) topics at the bottom of the current topic's page.
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 6
Forks: 12
Open Issues: 0
Type:phpbb-extension
Requires
- php: >=5.4
- composer/installers: ~1.0
README
A Similar Topics Extension for phpBB
This is an extension for phpBB that will find and display a list of similar (related) topics at the bottom of the current topic's page.
Features
- Displays a list of the most similar/relevant topics at the bottom of the current topic page.
- Similar topics are sorted by their relevance.
- Adjust how many Similar Topics to display per page.
- Adjust the age-span of topics to display (i.e.: display similar topics from the past year only).
- Enable or disable similar topics in each forum.
- Exclude specific forums from being searched for similar topics.
- Specify which forums can share similar topics with other forums.
- A query caching option reduces SQL overhead on large boards.
- Permission settings for users and groups determine who can view similar topics (i.e.: don't show similar topics to guests).
- Multilingual support for stop-words (common words that are ignored).
- Multiple languages are supported. View the pre-installed localizations.
- Compatible with most styles, more added with every release.
- Built-in compatibility with my "Topic Preview" extension.
Awards
- Overall winner of the 2010 "Summer of MODs" competition at phpBB.com.
- Featured MOD of the Week in the phpBB Weekly Podcast, episode #161.
Minimum Requirements
- phpBB 3.2.1 up to the most current version (3.3.x).
- PHP 5.4
- MySQL, MariaDB or PostgreSQL database (SQLite, Oracle and MS SQL Server not supported)
Install
- Download the latest validated release.
- Unzip the downloaded release and copy it to the
ext
directory of your phpBB board. - Navigate in the ACP to
Customise -> Manage extensions
. - Look for
Precise Similar Topics
under the Disabled Extensions list and click itsEnable
link.
Uninstall
- Navigate in the ACP to
Customise -> Manage extensions
. - Click the
Disable
link for Precise Similar Topics. - To permanently uninstall, click
Delete Data
, then delete thesimilartopics
folder fromphpBB/ext/vse/
.
License
© 2013 - Matt Friedman