Discussion
Comment on FB3(back to index)I updated my photoblog from FB2 to FB3. and I'm using a template made by Jowra (almanac). Everything looks good. But when I tried to post a comment, it keeps going back to index.php. I cannot see the comment but I received email notification that someone already posted a comment. (I disable captcha in fb_vars.php and fb_settings.php)
One more question how to activate captcha using this template. I tried to put the code in almanac_comments.php but i have no luck. anyone can help me with these problems.
TIA
posted by
AJ on 16 Aug 05 at 4:56 PM
Never mind about the comment page, I've got the answer from: http://folderblog.org/discussion/765/
thanks to Mark!
but still hoping if someone can help me to activate the captcha.
thanks a lot
posted by
AJ on 17 Aug 05 at 6:05 AM
Assuming you have the CAPTCHA option enabled in
fb_settings.php and the file
fb_captcha.php in the same directory, make sure you have the
<#fbcaptcha#> tag in the comment form (just before the submit button works best) and, in your
almanac_settings.php, a line like this:
$fbcaptcha = '<label for="captcha">Enter the following text: </label> <img src="<#fbdir#>fb_captcha.php" alt="captcha" style="margin-bottom: -3px;" /> <input size="4" maxlength="4" id="captcha" name="captcha" />';
posted by
Elwing on 18 Aug 05 at 8:18 AM
Elwing, thank you for your suggestion. I did them all but I still have no luck. I still don't know what should I do?
One more problem is my RSS not working at all. Any suggestion what should I do?
posted by
AJ on 21 Aug 05 at 10:35 AM
Is the directory which contains your folderblog files writable (chmod 755 or 777)?
posted by
Elwing on 22 Aug 05 at 6:53 AM
Yes [chmod 777
Tonight I will try to start from the beginning.
Thank you for your help, I'll let you know the result
posted by
AJ on 22 Aug 05 at 12:57 PM
Post a Reply:
(back to index)