View Full Version : Looking for a Chief First Post Mod
crkgb
01-07-2009, 11:58 PM
I am looking for a mod to display the first post on all the pages of the topic.
Chief First Post by Atakan KOC does not really fit, due to offering way too many things I do not need. I simply want the first post to be displayed on all the pages. Running 3.8.
Thank you very much for your help.
Dismounted
01-08-2009, 03:08 AM
Can't you just disable the features you don't need?
crkgb
01-08-2009, 04:26 AM
Unfortunately there is no option to disable "Thread Type:" in this mod.
Lynne
01-08-2009, 02:49 PM
Just look at the plugins. One of them sets the postbit for the first post. Use that plugin and also look to see if there is any other code you need to go along with that plugin and use it also.
Lynne
01-08-2009, 04:57 PM
Somebody bumped a thread on vb.com that I had posted this on:
- Create your own first post template - "postbit_myown"
- Create a plugin using hook "postbit_display_complete":
if ($post['postid']==$this->thread['firstpostid'])
{
$this->templatename = 'postbit_myown';
}I think that should work. I was using that when I had my 3.7 test board up.
Dismounted
01-09-2009, 05:25 AM
I think he wants the functionality of the first post being displayed on all pages. Not the functionality of changing postbits. :)
@crkjb: Just remove the template modification that added the Thread Type option.
Lynne
01-09-2009, 02:39 PM
I think he wants the functionality of the first post being displayed on all pages. Not the functionality of changing postbits. :)
Ack! You are right. :o
plazzman
10-02-2010, 09:50 PM
Is there a way to get CFP to be user-set instead of forum set? So it can be done in any forum, so long as the user chooses it, sort of like how they can choose whether or not to have a poll or not.
Currently using 3.8
Thanks and sorry for revival/hijacking
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.