Hello, it's good to see this hack doing well..
You've made a small error in your
journal.php file, however.. Currently, moods entered on a new entry are not shown until that entry is edited. To fix it.......
Find:
Code:
'".$wcv."','".$REMOTE_ADDR."','".mood."'".iif($setting['autoapprove_entries']=="1", $autoentry).")
Replace with:
Code:
'".$wcv."','".$REMOTE_ADDR."','".$mood."'".iif($setting['autoapprove_entries']=="1", $autoentry).")
My apologies if this has already been mentioned, but I'm not scanning through 25 posts to check.! My friend who is running this journal, mentioned the problem and I fixed it for him - I'm just passing on the fix..