/topicpreview

Topic Preview mouse-over effect for phpBB3

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

Topic Preview Topic Preview for phpBB3

A phpBB 3.1 extension that displays a short excerpt of text from the first post in a tooltip while the mouse hovers over a topic’s title.

Build Status Scrutinizer Code Quality

Browser support

Chrome 4+4+     Firefox 3.5+3.5+     Safari 3+3+     Internet Explorer 6+6+     Opera 10.5+10.5+

Features

  • Let your visitors peek at what's inside a topic before they click on it
  • Admin options to display user avatars and text previews from the first and last posts
  • Admin option to set the amount of text shown in the preview
  • Admin option to define BBCodes whose contents you want removed from the topic preview
  • Admin options to customize the appearance and assign different themes to board styles
  • Ships with four themes, additional custom themes can be added using CSS files
  • No theme option, i.e.: native browser tooltip (does not support avatars or last posts)
  • User option allows users to disable topic previews
  • Previews are aware of browser window top/bottom edges and are responsive
  • The last word in the topic preview is not cut off and will be followed by an ellipsis
  • BBCode tags and URL links are removed for a cleaner text-only appearance
  • Smileys are displayed as text :)
  • Supports right-to-left languages
  • Does not significantly impact server load (no additional db queries)
  • Built-in support for "Precise Similar Topics", "Recent Topics" and "Top Five" extensions

Languages supported:

  • English
  • Arabic
  • Chinese (Simplified)
  • Chinese (Traditional)
  • Croatian
  • Czech (translation incomplete)
  • Dutch
  • Estonian
  • French
  • German
  • Italian
  • Persian
  • Polish
  • Romanian
  • Russian
  • Spanish
  • Swedish
  • Turkish

Awards

  • Featured MOD of the Week in the phpBB Weekly Podcast, episode #143.

Requirements

  • phpBB 3.1.2 or higher
  • PHP 5.3.3 or higher

Installation

  1. Download the latest release and unzip it.
  2. Copy the entire contents from the unzipped folder to phpBB/ext/vse/topicpreview/.
  3. Navigate in the ACP to Customise -> Manage extensions.
  4. Find Topic Preview under "Disabled Extensions" and click Enable.

Uninstallation

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

License

GNU General Public License v2

© 2013 - Matt Friedman (VSE)