Quote:
Originally Posted by rob01
is posible to do
{vb:raw my_var.userid}
or how i should call for the user id or username?
for example vb3:
<br>User Registration IP Address: $spammerinfo[ipaddress]
<br>User IP Address for Selected Post: $postinfo[ipaddress]
but how to make it work for vb4?
:S
|
As my knowledge, if in vB3, the command is $spammerinfo[ipaddress] and $postinfo[ipaddress], so in vB4, the command is
{vb:raw spammerinfo.ipaddress}
{vb:raw postinfo.ipaddress}