|
Thanks Chuck, I followed your link and it work! just change below are instruction from the link:
*For anyone else having this problem this is what I changed in vb3.php
line 122
Change this:
PHP Code:
$query = "SELECT u.username,u.homepage,u.usertitle,u.posts,u.joindate,uf.field2,s.host,t.signature";
to this:
PHP Code:
$query = "SELECT u.username,u.homepage,u.usertitle,u.posts,u.joindate,uf.field6,s.host,t.signature";
|