PDA

View Full Version : Change style of private messages


imported_DirtyHarry
02-09-2004, 03:18 PM
Hi all,

can somebody help me changing the way my private messages are displayed? By default, vbulletin uses the postbi used in the normal thread displaying pages, but I absolutely must separate the way PMs looks and the way normal posts looks. What can I do? Is there a way I can create a postbit only for PMs?

Thanks!

Zachery
02-09-2004, 03:33 PM
yes there is, use an if condition inside the postbit template :)

<if condition="THIS_SCRIPT == private">Do PM stuff here <else /> Do REgular Postbit stuff here </if>

imported_DirtyHarry
02-09-2004, 05:31 PM
yes there is, use an if condition inside the postbit template :)

<if condition="THIS_SCRIPT == private">Do PM stuff here <else /> Do REgular Postbit stuff here </if>

Wow thanks for the ultra fast reply! I wonder if there is a reference for VB3 conditionals?

Zachery
02-09-2004, 06:38 PM
I'm currently working on one :)