vse / topicpreview
A phpBB extension that displays a short excerpt of text from the first post in a tooltip while the mouse hovers over a topic’s title.
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 22
Watchers: 6
Forks: 14
Open Issues: 0
Type:phpbb-extension
pkg:composer/vse/topicpreview
Requires
- php: >=5.4
- composer/installers: ~1.0
README
A phpBB extension that displays a short excerpt of text from the first post in a tooltip while the mouse hovers over a topic’s title.
Features
- Let your visitors peek at what's inside a topic before they click on it
- NEW in v2.4: Full HTML rendering for rich content display
- NEW in v2.4: Scrollable topic previews with hoverable content area for large media and embedded content
- NEW in v2.4: Admin option to toggle topic previews between rich topic previews for the best UX or classic plain text
- NEW in v2.4: Admin option to toggle parsing attachments for display in rich topic previews
- 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 remove BBCodes, whose contents you do not want displayed in 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
- User option allows users to disable topic previews
- Previews are aware of the 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
- Character limits apply safe HTML trimming that preserves tag structure and prevents broken markup
- Multiple languages are supported. View the pre-installed localizations.
- Built-in support for "Precise Similar Topics", "Recent Topics" and "Top Five" extensions
Awards
- Featured MOD of the Week in the phpBB Weekly Podcast, episode #143.
Minimum Requirements
- phpBB 3.3.0 or higher
- PHP 7.2 or higher
Installation
- Download the latest validated release.
- Unzip the downloaded release and copy it to the
extdirectory of your phpBB board. - Navigate in the ACP to
Customise -> Manage extensions. - Look for
Topic Previewunder the Disabled Extensions list and click itsEnablelink.
Uninstallation
- Navigate in the ACP to
Customise -> Manage extensions. - Click the
Disablelink for Topic Preview. - To permanently uninstall, click
Delete Data, then delete thetopicpreviewfolder fromphpBB/ext/vse/.
Support
Support is available for Topic Preview in the phpBB Extension Database.
Changelog
License
© 2013 - 2024 Matt Friedman