The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Change style of private messages pages
Hi all,
I really need to separate the way private message are displayed from the way posts in the threads are displayed, but for some reason, but as you may know, vbuleltin 3 uses by default the same postbit template for PMs and posts. What can I do? |
#2
|
|||
|
|||
you can do this by using a conditional in your postbit (or postbit_legacy template) you need to do:
Code:
<if condition="THIS_SCRIPT == 'private'"> <!-- private message layout goes here --> <else /> <!--normal postbit code goes here --> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|