Couchtomatoe Code Monkey Total Posts: 3049 Birthday: 02-03 Location: Richmond, Virginia Average Post Ranks%:
09-25-10 02:04 PM - Post#84626 In response to sb1963
your talking about recent posts not showing up for someone in the recent_activity.php script right? well look about line 480 in that script and you will see the SQL query... put the print_r($sql) after the closing "; and run the script you will see at the top the query it is trying to use.. then look at said query and see if that user is excluded.. then remove that print_r($sql) so no one else sees it..