een voorbeeld van podium 4 zijn profiel: http://www.muziekforumonline.nl/phpBB2/ ... file&u=189
mijn profiel:
http://www.muziekforumonline.nl/phpBB2/ ... rofile&u=3
zoals je ziet komt het getal 0 eigenlijk niet door.
die wordt niet weergegeven.
Code: Selecteer alles
'POSTS' => $profiledata['user_posts'],
'POSTS2' => $profiledata['user_posts2'],
'TOPICS' => $user_topics2,
'TOPICS2' => $user_topics,Code: Selecteer alles
$sql = "SELECT t.topic_poster
FROM slave1_topics t
WHERE t.topic_poster = " . $profiledata['user_id'] . " ";
if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, 'Could not count topics information', '', __LINE__, __FILE__, $sql);
}
while( $user_topics_info[] = $db->sql_fetchrow($result) )
( $user_topics = count($user_topics_info) );