It worked for me.. but now it seems they arent becoming red anymore..
If you hack the code Quist, then do it good
But.. strange it doesnt work.. I dont think you've changed the code in that section. In index.php its just this and I dont think you have to change that:
echo " ";
$total_topics = get_total_topics($myrow[forum_id], $db);
//if((($last_visit - $last_post_time) < 600) && $last_post != "No posts") {
if($last_post_time > $last_visit && $last_post != "No posts") {
echo "[img]$newposts_image[/img] | ";
}
else {
echo "[img]$folder_image[/img] | ";
}
Where $newposts_image is made in config.php
$newposts_image = "$url_images/red_folder.gif";
Maye you can look if there are difference..
|