
10-19-2004, 04:34 PM
|
 |
|
|
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Oblivion Knight
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..
|
yeah i fixed this in current file update im working on
|