View Single Post
Old November 5th, 2010, 09:58 AM   #8 (permalink)
gmptp
Member
Verified Customer
 
Join Date: Mar 2010
Posts: 111
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";
gmptp is offline   Reply With Quote