Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Extension for phpBB 3.2 to display recent topics.

License

Notifications You must be signed in to change notification settings

id-tarzanych/RecentTopics

 
 

Repository files navigation

Recent Topics for phpBB 3.2

Extension for phpBB 3.2 to display recent topics. Based on NV Recent Topics for phpBB 3.0, by Joas Schilling (nickvergessen)

Version

v2.2.7 (25/02/2018) Build Status

Support

Requirements

  • phpBB 3.2.0 or higher

Features

  • Adds a list of recent (or unread) topics to the index page.
  • UCP permissions and settings so users can choose their own preferences to override ACP.
  • can view all recent topics on a special page /app.php/rt (as of 2.2.7)
  • ACP / UCP Options:
    • Screen location : Top, bottom or Right.
    • number of topics to show per page (as of 2.2.7)
    • sort by topic start time, instead of last post time
    • only show unread topics
  • ACP Options
    • Show all recent topic pages
    • max. number of pages
    • set minimum topic type level to display (normal/sticky/announcement/global)
    • exclusion of topics (by ID)
    • display parent forum name in the row
  • Inherits all styling from regular "viewforum" templates
  • compatible with
    • "Pre:fixed" Extension from imkingdavid
    • “Topic Prefix“ Extension from Stathis.
    • Mchat 2.0.1 (as of 2.2.3)
    • Collapsible Categories (as of 2.2.6)
  • Tested on:
    • prosilver
    • we_clearblue (only non-cdb verion),
    • proflat
    • pbWow3
    • ComBoot (as of 2.2.7, only non-cdb verion)

Screenshot

Languages supported

  • English, German, French, Dutch, Spanish, Czech, Russian,
  • Portuguese, Arabic, Czech (as of 2.2.7)

Installation

  1. Download the latest release and unzip it.
    • cdb build = built for phpBB CDB
    • standard build = has extra features, support for styles not in Cdb.
  2. Copy the entire contents from the unzipped folder to /ext/paybas/recenttopics/.
  3. Navigate in the ACP to Customise -> Manage extensions.
  4. Find Recent Topics under "Disabled Extensions" and click Enable.

Uninstallation

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

License

GNU General Public License v2

© 2015 - PayBas © 2017 - Sajaki

About

Extension for phpBB 3.2 to display recent topics.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 79.9%
  • HTML 17.8%
  • CSS 1.6%
  • Other 0.7%