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
Frequently Asked Questions.
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.
-------------------------------------------------------------------------------------------
If you like this mod please hit the
button to the right ---->
Please remember to click the,
button to the right if you installed the mod ---->
What does 'Marking As Installed' do ?
* It helps you to stay on top of updates - members who have installed modifications will be notified whenever new updates are available.
* For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention.
* Marking a modification as installed also helps me know how many people are using my work, giving me extra incentive to provide more features and new modifications.
I appreciate the support!
-------------------------------------------------------------------------------------------
v1.0.0 Initial release.
Download tuoitreit.vn_product-ozzmodz_firstpost_display.xml (10.69 KB)
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.
Frequently Asked Questions.
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.
-------------------------------------------------------------------------------------------
If you like this mod please hit the
Please remember to click the,
What does 'Marking As Installed' do ?
* It helps you to stay on top of updates - members who have installed modifications will be notified whenever new updates are available.
* For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention.
* Marking a modification as installed also helps me know how many people are using my work, giving me extra incentive to provide more features and new modifications.
I appreciate the support!
-------------------------------------------------------------------------------------------
v1.0.0 Initial release.
Download tuoitreit.vn_product-ozzmodz_firstpost_display.xml (10.69 KB)