Author: kasimi
Description: Adds post numbers (#1, #2, #3 etc.) either at the top of each post after the mini image, or in the post subject. Takes effect in viewtopic, reply and MCP topic review. Can also display post IDs instead. Allows the administrator to enable Copy to Clipboard when clicking on the post number.
The idea of this extension is based on the 3.0 MOD Post number in viewtopic.
Screenshots:
- Viewtopic
- Copy to clipboard with a single left-click on the post number
- ACP Configuration page
Repository: https://github.com/kasimi/phpbb-ext-postnumbers
Installation:
- Copy the contents of the archive to
/ext/kasimi/postnumbers
.
Make sure the file/ext/kasimi/postnumbers/composer.json
is present. - Navigate to the ACP » Customise » Manage extensions page.
- Click Enable next to Post Numbers in the Disabled Extensions section.
- 2015-05-05 v1.0.0 released
- 2015-12-05 v1.0.1 released
- Added ACP preference to display numbers/IDs bold
- Added <span> to post numbers/IDs to allow further customization
Use the following CSS in your style:Code: Select all
span.post-number { color: red; }
- 2015-12-12 v1.0.2
- Fixed post numbers when displaying posts from previous x days
- Don't display post numbers when sorting by author or subject
- Lots of code cleanup
- 2015-12-24 v1.0.3
- Added copy to clipboard
- 2015-12-29 v1.0.4
- Added location preference to specify where post numbers should be added:
- Between post image and post author name (default)
- In post subject
- Added location preference to specify where post numbers should be added: