I have the following code but when I try add it to headinclude it gives me: "The conditional on line 117 appears to be missing its beginning tag (<if>). This may cause unexpected behavior."
I'm guessing that the code needs to be modified to support vbulletin 4?
If you are using that in vb4, then you need to modify the syntax a bit. <vb:if....> not <if...> and {vb:rawphrase username} not $vbphrase[username] etc. There are articles about this in the articles section.