• OzzModz is no longer taking registrations. All registrations are being redirected to Snog's Site
    All addons and support is available there now.

[OzzModz] First Post On All Pages Per Thread/Forum v1.0.0 Released!

Ozzy47

Administrator
OzzMods is proud to announce it's latest release, [OzzModz] First Post On All Pages Per Thread/Forum for vB4.x series

Here is a small modification you can use to the first post on all pages, per forum or by thread id.

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.

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.

You can grab a copy of the mod at vB.org here or grab it on OzzModz here

Just remember to mark it as installed at vB.org, so you will get update notifications for the mod.

Discuss this news here.
 
Back
Top