Discussion
problems with comments(back to index)when a user posts a comment, i get an email but the comment is not posted on the website. i noticed that all my comments are being saved in a file called _com.txt in my comments folder. so i figured that the $image variable in my index.php file is always set to null or a blank space. why is this happening? i downloaded the newest version of folderblog and installed it and its still happening....i have captcha turned off. please help???
posted by
rohan on 24 Jan 06 at 2:18 PM
There was a solution for this here:
http://folderblog.org/discussion/765/
I can cutīnīpaste it for you below. I did this myself and it worked.
-- start paste
I seem to have commments working right now by changing a line to this: <form method="post" action="<#fbself#>">
and by adding this line: <input type="hidden" name="image" value="<#fbimagename#>" style="display: none;" />
I changed and added these lines in both almanac_main.php and almanac_comment.php.
end paste --
posted by M on 13 Feb 06 at 6:13 PM
Post a Reply:
(back to index)