Quote:
Originally Posted by headrat
did I miss an area or code where I can change what is pulled up to be displayed. Right now it looks like it is only pulling up my subscribers, I would like it to display for every member. Any help in the coding and location to find it?
|
PHP Code:
"SELECT post.ipaddress " .
"FROM " . TABLE_PREFIX . "post AS post, " .
TABLE_PREFIX . "user AS user " .
"WHERE user.userid = post.userid " .
"AND user.lastpost = post.dateline"
Its pulling up all of your members who have posted.