vse/similartopics

A phpBB extension that displays a list of similar (related) topics at the bottom of the current topic's page.

Installs: 33

Dependents: 0

Suggesters: 0

Security: 0

Stars: 16

Watchers: 6

Forks: 12

Open Issues: 0

Type:phpbb-extension

1.6.0 2022-12-17 23:52 UTC

This package is auto-updated.

Last update: 2024-03-28 02:13:57 UTC


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.

Build Status codecov Scrutinizer Code Quality Latest Stable Version

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

  1. Download the latest validated release.
  2. Unzip the downloaded release and copy it to the ext directory of your phpBB board.
  3. Navigate in the ACP to Customise -> Manage extensions.
  4. Look for Precise Similar Topics under the Disabled Extensions list and click its Enable link.

Uninstall

  1. Navigate in the ACP to Customise -> Manage extensions.
  2. Click the Disable link for Precise Similar Topics.
  3. To permanently uninstall, click Delete Data, then delete the similartopics folder from phpBB/ext/vse/.

License

GNU General Public License v2

© 2013 - Matt Friedman