The Arcive of vBulletin Modifications Site. |
|
Thread as postbit and Reply as postbit_legacy Details »»
|
|||||||||||||||||||||||||||
|
Thread as postbit and Reply as postbit_legacy
Developer Last Online: Jun 2014
This little modification will show the thread as postbit and reply as postbit_legacy.
Install: First step: Admin CP ? vBulletin Options ? Style & Language Settings ? Use Legacy (Vertical) Postbit Template ? (NO) Second step: Replace the postbit template with the following: PHP Code:
Done! Please make sure you click INSTALL if you like it. Attached contain the full modification needed. Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
awesome!!
can i make this only for a specific forum? thanks~ |
|
#3
|
|||
|
|||
|
It’s a template modification will affect all the threads.
You can view this product it will help. https://vborg.vbsupport.ru/showthread.php?t=156141 Regards, |
|
#4
|
|||
|
|||
|
You can easily achieve this with a template conditional.
![]() Code:
<if condition="$thread['forumid'] == X">
|
|
#5
|
|||
|
|||
|
i would like this for one forum only if posible
|
|
#6
|
|||
|
|||
|
Did you read my last post?
|
|
#7
|
|||
|
|||
|
So you replace the entire postbit template with the code above??
Doesn't sound right...... |
|
#8
|
|||
|
|||
|
Quote:
Agreed with appreciated you're add.
Regards, |
|
#9
|
|||
|
|||
|
It works nicely for me.
I can see a fully featured mod in this that installs and has ACP settings to say which forums to include and not to :P It might even mean having another template or something (I lack experience with the product :P) that controls this conditional and avoids duplicating the whole code for postbit_legacy and complicating any mods to legacy in the future.... |
|
#10
|
|||
|
|||
|
How can I do it in reverse order...I would like the first post to be postbit legacy and the reply posts to be postbit.
|
![]() |
|
|