
01-15-2012, 07:10 AM
|
|
|
Join Date: Nov 2011
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by kh99
Try this: create a new plugin using hook location online_query and this code:
Code:
$hook_query_fields .= " , FROM_UNIXTIME(user.joindate, '%M %D, %Y') as join_date ";
Then use {vb:raw userinfo.join_date} in the template.
|
with VB3 ?
|