this is an interesting problem that i dont know how to solve.
I have used the following code to display a "send PM" button in the postbit_legacy
You must first be a
registered member to view any code.
This works nicely.... HOWEVER, when you are reading a PM, you now have 3 buttons.
Send PM - Forward
Reply
naturally having a "send pm" button in the private message itself is kind of redundant, and it is also pushing the other buttons out of alignment.
The send pm and forward buttons are next to each other but the reply button is below forward.
So is there some way to tell vbulletin that if the postbit being viewed is a post, to use the pm button, and if the postbit being viewed is a PM dont use the send pm button.
as it seems to me that the PM and posts/threads both use postbit_legacy or postbit. (Depending on which you useo n your board.)