PDA

View Full Version : Change style of private messages pages


CarlitoBrigante
02-09-2004, 03:24 PM
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?

Giveit2u43
03-12-2004, 11:51 AM
you can do this by using a conditional in your postbit (or postbit_legacy template) you need to do:

<if condition="THIS_SCRIPT == 'private'">
<!-- private message layout goes here -->
<else />
<!--normal postbit code goes here -->
</if>

on my board I copied the postbit template into the first section and the postbit-legacy in the second so there`s a nice change between the two..