Ozzy47
Administrator
Another mod brought to you by,
Here is a small modification you can use to the first post on all pages, per forum or by thread id.
It is a simple installation, just import the product XML, ozzmodz_firstpost_display
You can edit the options under the settings, [OzzModz] First Post Display Settings
Complete Feature List
Q. Why do I need such a thing, you ask?
A. You may have a thread that has tens or hundreds of pages, and this will allow you to see the original post on all pages, much like you see here on vB.org in the modification threads.
Q. How do I use the custom template?
A. Note: Make sure you know what you are doing if you attempt this!
This may be a bit tricky for some users.
You can copy what ever template you are using, ( postbit or postbit_legacy ) into the template, ozzmodz_firstpost_display_postbit.
Now once you have done that, you can change the styling of the post, by adding css to the elements.
For example, if you want the first post to have a different background, when it is on any other page except for the first page, you can look for this in the template,
and change it to this,
That will give the first post a dark grey background on any pages other than the first page.
-------------------------------------------------------------------------------------------
* History (Changelog) *
-------------------------
v1.0.0 (December 27, 2013)
- Initial public release
v1.0.1 (December 28,2013)
Fixed a issue where you could only choose one forum, now you can choose multiple forums.
v1.1.0 (January 26,2014)
Fixed a issue where the custom option would not work in some instances.
v1.1.1 (October 14,2014)
Fixed a incorrect phrase in one of the settings.
v1.1.2 (March 13, 2015)
- Version checking now done on OzzModz.
-------------------------------------------------------------------------------------------
Support for this mod can be found here, First Post On All Pages Per Thread/Forum

Here is a small modification you can use to the first post on all pages, per forum or by thread id.
It is a simple installation, just import the product XML, ozzmodz_firstpost_display
You can edit the options under the settings, [OzzModz] First Post Display Settings
Complete Feature List
- Option to disable the mod completely.
- Option to choose which forums, will show the first post on all pages.
- Option to set which thread ID's, will show the first post on all pages.
- Option to use the default postbit template, or use a custom one, which will allow you to add different styling to the elements.
- Option to select which usergroups this mod will affect.
Q. Why do I need such a thing, you ask?
A. You may have a thread that has tens or hundreds of pages, and this will allow you to see the original post on all pages, much like you see here on vB.org in the modification threads.
Q. How do I use the custom template?
A. Note: Make sure you know what you are doing if you attempt this!
This may be a bit tricky for some users.
You can copy what ever template you are using, ( postbit or postbit_legacy ) into the template, ozzmodz_firstpost_display_postbit.
Now once you have done that, you can change the styling of the post, by adding css to the elements.
For example, if you want the first post to have a different background, when it is on any other page except for the first page, you can look for this in the template,
Code:
<div class="postbody">
and change it to this,
Code:
<div class="postbody" style="background: darkgrey;">
That will give the first post a dark grey background on any pages other than the first page.
-------------------------------------------------------------------------------------------
* History (Changelog) *
-------------------------
v1.0.0 (December 27, 2013)
- Initial public release
v1.0.1 (December 28,2013)
Fixed a issue where you could only choose one forum, now you can choose multiple forums.
v1.1.0 (January 26,2014)
Fixed a issue where the custom option would not work in some instances.
v1.1.1 (October 14,2014)
Fixed a incorrect phrase in one of the settings.
v1.1.2 (March 13, 2015)
- Version checking now done on OzzModz.
-------------------------------------------------------------------------------------------
Support for this mod can be found here, First Post On All Pages Per Thread/Forum