having the same problem. in language phrase i want to insert {vb.raw bbuserinfo.userid}
Code:
<p>You have been banned for the following reason:<br />
{1}</p>
<p>Date the ban will be lifted: {2}</p>
<p><div align="center"><b>Become VIP and ban will be lifted now!
<br /><a href="vip.php?id={vb:raw bbuserinfo.userid}&email={vb:raw bbuserinfo.email}">BECOME NOW!</a></b></div><br /></p>
but in present when the user is banned, and if he wants to become a vip, the link does not change {vb:raw bbuserinfo.userid} to its real value.
need help.