Sulaiti
09-10-2010, 10:00 PM
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:
<vb:if condition="$post['postcount'] == 1">
(postbit template)
<vb:else />
(postbit_legacy template)
</vb:if>
Done!
Please make sure you click INSTALL if you like it.
Attached contain the full modification needed.
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:
<vb:if condition="$post['postcount'] == 1">
(postbit template)
<vb:else />
(postbit_legacy template)
</vb:if>
Done!
Please make sure you click INSTALL if you like it.
Attached contain the full modification needed.