Hello, I'm having a trouble.
I'm currently using vBulletin 4.2, and I want to generate a template link to a generic post (it depends on the post)...
So, I use this code (that I get from postbit template):
Code:
{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_post}}#post{vb:raw post.postid}
However, the generated link is:
http://mypage.com/showthread.php?X-Thread-Title#p=YYY
Where X is the thread id and YYY is the post id, but, the link should be something like:
http://mypage.com/showthread.php?X-T...le&p=YYY#p=YYY
Anyone knows what could it be?
Thanks in advance =D...