Hello,
I have run into a snafu with this hack, but its not the hack at all but the way vBulletin 3.x handles thier Private Messgaes by calling on the postbit.
This code help that issue by letting me have the postbit as the PM type and legacy as my postbit.
PHP Code:
<if condition="THIS_SCRIPT == 'private'">
<!-- private message layout goes here -->
<else />
<!--normal postbit code goes here -->
</if>
Only thing is now the PM don't have my very extreme postbit in the PM, but it also won't call on your hack that I desperately want to include for my members.
If I need to explain in more detail I can.
Thanks