Can anyone tell me how do i add this:
into this:
Code:
$db->sql_escape($row['username'])) . "', topic_time = " . (int) $row['post_time'];
into this:
Code:
$db->sql_escape($row['username'])) . "', topic_first_poster_avatar = '" . $db->sql_escape($row['user_avatar']) . "', topic_first_poster_avatar_type = " . (int) $row['user_avatar_type'] . ', topic_first_poster_avatar_width = ' . (int) $row['user_avatar_width'] . ', topic_first_poster_avatar_height = ' . (int) $row['user_avatar_height'];







