![]() |
Is there a mod to do this?
<a href="https://vborg.vbsupport.ru/showthread.php?t=71224&page=6&highlight=first+post " target="_blank">https://vborg.vbsupport.ru/showt...ght=first+post</a>
For 3.6? I would think it would be extremely easy to do and the chief first post accomplishes this but also allows others to choose how they post and all and I do not want that I just want to be able to choose in a specific forum the first post on every thread shows on every page. |
Bump
|
im pretty sure i saw one. Not sure if you could choose which forums to do it on though and i cant remember what it was. You may have to just go through page by page maybe stumble upon it.
|
It's real easy to write your own plug-in for this.
- Create your own first post template - "postbit_myown" - Create a plugin using hook "postbit_display_complete" Code:
if ($this->forum['forumid']==xx AND $post['postid']==$this->thread['firstpostid']) |
Quote:
|
If you want the exclusion of a forum then simply say "$this->forum['forumid']!=xx" where xx is the forum to exclude.
If should be easy to take the post number and divide by the posts per page and if the remainder is 1 then it is the first post on the page (I can't remember the php for that since I never use it, but you can find it in the php manual). Just add that calculation to the conditional and it should work fine. |
this is a really good mod, with a lot of options.
https://vborg.vbsupport.ru/showthread.php?t=156141 |
All times are GMT. The time now is 06:59 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|